Trace number 3492619

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 131.677 130.222

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-0-100-0.wbo
MD5SUMddf92c4c1e045ebe7e849be5501be2d8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark2.37664
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1215
Number of bits of the biggest sum of numbers11
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492619-1307911004.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.113
0.28/0.22	o 567
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.154
0.28/0.26	o 561
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.28/0.27	o 524
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.181
0.28/0.28	o 511
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.192
0.50/0.30	o 447
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.50/0.34	o 446
0.62/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.62/0.50	o 434
0.75/0.52	c Got one! Elapsed wall clock time (in seconds):0.416
0.75/0.52	o 428
0.85/0.65	c Got one! Elapsed wall clock time (in seconds):0.543
0.85/0.65	o 423
0.95/0.72	c cleaning 3962 clauses out of 7936 with flag 1002/7936
1.08/0.81	c Got one! Elapsed wall clock time (in seconds):0.704
1.08/0.81	o 391
1.08/0.90	c Got one! Elapsed wall clock time (in seconds):0.791
1.08/0.90	o 362
1.20/0.98	c Got one! Elapsed wall clock time (in seconds):0.876
1.20/0.98	o 345
1.32/1.06	c cleaning 5445 clauses out of 10898 with flag 2001/14860
1.61/1.36	c Got one! Elapsed wall clock time (in seconds):1.259
1.61/1.36	o 318
1.81/1.50	c Got one! Elapsed wall clock time (in seconds):1.396
1.81/1.50	o 292
1.91/1.64	c cleaning 8235 clauses out of 16471 with flag 3004/25878
2.28/1.99	c Got one! Elapsed wall clock time (in seconds):1.887
2.28/1.99	o 291
2.59/2.29	c cleaning 9556 clauses out of 19125 with flag 5000/36767
3.01/2.64	c cleaning 7778 clauses out of 15570 with flag 11001/42768
3.21/2.86	c Got one! Elapsed wall clock time (in seconds):2.753
3.21/2.86	o 276
3.31/2.93	c cleaning 6855 clauses out of 13720 with flag 2001/48696
3.51/3.13	c Got one! Elapsed wall clock time (in seconds):3.023
3.51/3.13	o 275
3.51/3.17	c cleaning 6060 clauses out of 12125 with flag 1000/53956
3.72/3.39	c cleaning 6020 clauses out of 12065 with flag 7000/59956
4.22/3.80	c cleaning 6519 clauses out of 13047 with flag 14002/66958
4.62/4.22	c cleaning 7262 clauses out of 14528 with flag 22002/74958
5.12/4.70	c cleaning 8125 clauses out of 16267 with flag 31003/83959
5.42/5.07	c Got one! Elapsed wall clock time (in seconds):4.969
5.42/5.07	o 245
5.73/5.31	c cleaning 10157 clauses out of 20321 with flag 5001/96138
6.04/5.63	c cleaning 8077 clauses out of 16164 with flag 11001/102138
6.34/5.97	c cleaning 7537 clauses out of 15087 with flag 18001/109138
6.84/6.44	c cleaning 7770 clauses out of 15551 with flag 26002/117139
6.95/6.56	c Got one! Elapsed wall clock time (in seconds):6.457
6.95/6.56	o 226
7.05/6.70	c cleaning 6585 clauses out of 13176 with flag 4001/122534
7.34/6.91	c cleaning 6289 clauses out of 12590 with flag 10000/128533
7.64/7.23	c cleaning 6638 clauses out of 13301 with flag 17000/135533
8.05/7.67	c cleaning 7328 clauses out of 14665 with flag 25002/143535
8.54/8.16	c cleaning 8162 clauses out of 16337 with flag 34002/152535
9.15/8.73	c cleaning 9079 clauses out of 18174 with flag 44001/162534
9.45/9.03	c Got one! Elapsed wall clock time (in seconds):8.928
9.45/9.03	o 219
9.65/9.21	c cleaning 9596 clauses out of 19198 with flag 5001/172637
9.86/9.43	c cleaning 7797 clauses out of 15602 with flag 11001/178637
10.16/9.80	c cleaning 7395 clauses out of 14804 with flag 18000/185636
10.37/9.97	c Got one! Elapsed wall clock time (in seconds):9.87
10.37/9.97	o 216
10.47/10.04	c cleaning 6335 clauses out of 12682 with flag 2001/190909
10.66/10.25	c cleaning 6166 clauses out of 12346 with flag 8000/196908
10.97/10.51	c cleaning 6585 clauses out of 13180 with flag 15000/203908
11.27/10.84	c cleaning 7292 clauses out of 14595 with flag 23000/211908
11.67/11.28	c cleaning 8140 clauses out of 16303 with flag 32000/220908
12.17/11.79	c cleaning 9076 clauses out of 18163 with flag 42000/230908
12.77/12.32	c cleaning 9538 clauses out of 19091 with flag 52004/240912
13.37/12.94	c cleaning 9773 clauses out of 19553 with flag 62004/250912
13.97/13.55	c cleaning 9883 clauses out of 19777 with flag 72001/260909
14.47/14.05	c cleaning 9940 clauses out of 19893 with flag 82000/270908
14.87/14.42	c Got one! Elapsed wall clock time (in seconds):14.314
14.87/14.42	o 201
15.07/14.62	c cleaning 11198 clauses out of 22408 with flag 5000/283363
15.27/14.84	c cleaning 8599 clauses out of 17212 with flag 11002/289365
15.57/15.12	c cleaning 7802 clauses out of 15611 with flag 18000/296363
15.88/15.42	c cleaning 7901 clauses out of 15810 with flag 26001/304364
16.28/15.83	c cleaning 8449 clauses out of 16910 with flag 35002/313365
16.88/16.42	c cleaning 9224 clauses out of 18459 with flag 45000/323363
17.48/17.07	c cleaning 9617 clauses out of 19236 with flag 55001/333364
17.68/17.20	c Got one! Elapsed wall clock time (in seconds):17.095
17.68/17.20	o 198
17.83/17.30	c cleaning 7395 clauses out of 14805 with flag 3000/338550
18.03/17.51	c cleaning 6701 clauses out of 13411 with flag 9001/344551
18.23/17.78	c cleaning 6849 clauses out of 13710 with flag 16001/351551
18.63/18.16	c cleaning 7420 clauses out of 14860 with flag 24000/359550
19.14/18.62	c cleaning 8208 clauses out of 16440 with flag 33000/368550
19.25/18.79	c Got one! Elapsed wall clock time (in seconds):18.683
19.25/18.79	o 194
19.34/18.88	c cleaning 6815 clauses out of 13636 with flag 3001/373954
19.56/19.08	c cleaning 6401 clauses out of 12822 with flag 9002/379955
19.86/19.34	c cleaning 6704 clauses out of 13419 with flag 16000/386953
20.16/19.64	c cleaning 7354 clauses out of 14715 with flag 24000/394953
20.46/19.93	c Got one! Elapsed wall clock time (in seconds):19.829
20.46/19.93	o 186
20.68/20.15	c cleaning 9981 clauses out of 19972 with flag 5001/407564
20.88/20.37	c cleaning 7990 clauses out of 15990 with flag 11000/413563
21.18/20.63	c cleaning 7496 clauses out of 15001 with flag 18001/420564
21.49/20.91	c cleaning 7748 clauses out of 15504 with flag 26000/428563
21.79/21.25	c cleaning 8376 clauses out of 16757 with flag 35001/437564
22.19/21.62	c cleaning 9187 clauses out of 18380 with flag 45000/447563
22.69/22.15	c cleaning 9593 clauses out of 19193 with flag 55000/457563
23.19/22.69	c cleaning 9796 clauses out of 19601 with flag 65001/467564
23.79/23.25	c cleaning 9898 clauses out of 19805 with flag 75001/477564
24.39/23.82	c cleaning 9942 clauses out of 19906 with flag 85000/487563
24.99/24.43	c cleaning 9973 clauses out of 19965 with flag 95001/497564
25.59/25.03	c cleaning 9991 clauses out of 19991 with flag 105000/507563
25.59/25.08	c Got one! Elapsed wall clock time (in seconds):24.976
25.59/25.08	o 185
25.80/25.24	c cleaning 7874 clauses out of 15754 with flag 5002/513317
26.00/25.45	c cleaning 6931 clauses out of 13878 with flag 11000/519315
26.30/25.71	c cleaning 6969 clauses out of 13948 with flag 18001/526316
26.50/25.99	c cleaning 7486 clauses out of 14980 with flag 26002/534317
26.90/26.40	c cleaning 8240 clauses out of 16493 with flag 35001/543316
27.00/26.45	c Got one! Elapsed wall clock time (in seconds):26.343
27.00/26.45	o 176
27.20/26.61	c cleaning 7036 clauses out of 14078 with flag 5002/549141
27.39/26.83	c cleaning 6512 clauses out of 13040 with flag 11000/555139
27.60/27.09	c cleaning 6761 clauses out of 13529 with flag 18001/562140
27.90/27.37	c cleaning 7381 clauses out of 14768 with flag 26001/570140
28.20/27.68	c cleaning 8190 clauses out of 16387 with flag 35001/579140
28.60/28.06	c cleaning 9091 clauses out of 18197 with flag 45001/589140
29.21/28.61	c cleaning 9547 clauses out of 19107 with flag 55002/599141
29.40/28.87	c Got one! Elapsed wall clock time (in seconds):28.77
29.40/28.87	o 173
29.60/29.05	c cleaning 9854 clauses out of 19713 with flag 5001/609294
29.80/29.27	c cleaning 7921 clauses out of 15859 with flag 11001/615294
30.10/29.54	c cleaning 7465 clauses out of 14938 with flag 18001/622294
30.40/29.82	c cleaning 7733 clauses out of 15474 with flag 26002/630295
30.70/30.15	c cleaning 8366 clauses out of 16739 with flag 35000/639293
31.10/30.51	c cleaning 9185 clauses out of 18377 with flag 45004/649297
31.51/30.91	c cleaning 9591 clauses out of 19190 with flag 55002/659295
31.91/31.30	c cleaning 9794 clauses out of 19597 with flag 65000/669293
32.31/31.80	c cleaning 9897 clauses out of 19804 with flag 75001/679294
32.92/32.36	c cleaning 9953 clauses out of 19910 with flag 85004/689297
33.12/32.58	c Got one! Elapsed wall clock time (in seconds):32.475
33.12/32.58	o 165
33.22/32.62	c cleaning 7571 clauses out of 15148 with flag 1000/694488
33.42/32.82	c cleaning 6781 clauses out of 13577 with flag 7000/700488
33.73/33.16	c cleaning 6892 clauses out of 13796 with flag 14000/707488
34.13/33.56	c cleaning 7445 clauses out of 14904 with flag 22000/715488
34.74/34.11	c cleaning 8222 clauses out of 16460 with flag 31001/724489
35.33/34.70	c cleaning 9112 clauses out of 18239 with flag 41002/734490
35.54/35.00	c Got one! Elapsed wall clock time (in seconds):34.892
35.54/35.00	o 159
35.74/35.18	c cleaning 9826 clauses out of 19659 with flag 5000/745022
35.94/35.40	c cleaning 7911 clauses out of 15833 with flag 11000/751022
36.24/35.66	c cleaning 7456 clauses out of 14922 with flag 18000/758022
36.54/35.94	c cleaning 7729 clauses out of 15467 with flag 26001/766023
36.85/36.30	c cleaning 8363 clauses out of 16737 with flag 35000/775022
37.04/36.40	c Got one! Elapsed wall clock time (in seconds):36.299
37.04/36.40	o 158
37.14/36.50	c cleaning 6923 clauses out of 13852 with flag 3001/780500
37.34/36.71	c cleaning 6460 clauses out of 12931 with flag 9003/786502
37.55/36.96	c cleaning 6730 clauses out of 13470 with flag 16002/793501
37.85/37.26	c cleaning 7366 clauses out of 14739 with flag 24001/801500
38.25/37.60	c cleaning 8180 clauses out of 16372 with flag 33000/810499
38.55/37.97	c cleaning 9092 clauses out of 18193 with flag 43001/820500
38.85/38.24	c Got one! Elapsed wall clock time (in seconds):38.136
38.85/38.24	o 153
39.05/38.44	c cleaning 10019 clauses out of 20041 with flag 5000/831440
39.25/38.66	c cleaning 8006 clauses out of 16023 with flag 11001/837441
39.55/38.91	c cleaning 7504 clauses out of 15018 with flag 18002/844442
39.75/39.19	c cleaning 7755 clauses out of 15513 with flag 26001/852441
40.15/39.55	c cleaning 8376 clauses out of 16760 with flag 35003/861443
40.55/39.93	c cleaning 9187 clauses out of 18382 with flag 45001/871441
40.95/40.30	c cleaning 9591 clauses out of 19195 with flag 55001/881441
41.26/40.66	c cleaning 9796 clauses out of 19603 with flag 65000/891440
41.76/41.19	c cleaning 9901 clauses out of 19809 with flag 75002/901442
42.36/41.74	c cleaning 9945 clauses out of 19908 with flag 85002/911442
42.96/42.32	c cleaning 9975 clauses out of 19962 with flag 95001/921441
43.36/42.80	c Got one! Elapsed wall clock time (in seconds):42.697
43.36/42.80	o 151
43.66/43.00	c cleaning 11947 clauses out of 23905 with flag 5000/935359
43.86/43.22	c cleaning 8976 clauses out of 17960 with flag 11002/941361
44.06/43.48	c cleaning 7988 clauses out of 15983 with flag 18001/948360
44.36/43.79	c cleaning 7993 clauses out of 15995 with flag 26001/956360
44.76/44.12	c cleaning 8494 clauses out of 17002 with flag 35001/965360
45.06/44.48	c cleaning 9251 clauses out of 18507 with flag 45000/975359
45.46/44.86	c cleaning 9625 clauses out of 19256 with flag 55000/985359
45.86/45.23	c cleaning 9812 clauses out of 19631 with flag 65000/995359
46.26/45.63	c cleaning 9907 clauses out of 19821 with flag 75002/1005361
46.66/46.03	c cleaning 9952 clauses out of 19914 with flag 85002/1015361
47.06/46.41	c cleaning 9974 clauses out of 19960 with flag 95000/1025359
47.46/46.85	c cleaning 9987 clauses out of 19987 with flag 105001/1035360
48.07/47.40	c cleaning 9996 clauses out of 20000 with flag 115001/1045360
48.57/47.95	c cleaning 9998 clauses out of 20004 with flag 125001/1055360
49.16/48.51	c cleaning 9997 clauses out of 20006 with flag 135001/1065360
49.67/49.02	c cleaning 9996 clauses out of 20008 with flag 145000/1075359
49.87/49.26	c Got one! Elapsed wall clock time (in seconds):49.155
49.87/49.26	o 141
49.87/49.30	c cleaning 7681 clauses out of 15371 with flag 1000/1080718
50.07/49.50	c cleaning 6839 clauses out of 13690 with flag 7000/1086718
50.37/49.75	c cleaning 6920 clauses out of 13851 with flag 14000/1093718
50.67/50.06	c cleaning 7463 clauses out of 14931 with flag 22000/1101718
51.07/50.47	c cleaning 8224 clauses out of 16468 with flag 31000/1110718
51.57/50.97	c cleaning 9113 clauses out of 18244 with flag 41000/1120718
52.08/51.44	c cleaning 9555 clauses out of 19133 with flag 51002/1130720
52.59/52.00	c cleaning 9785 clauses out of 19579 with flag 61003/1140721
53.09/52.47	c Got one! Elapsed wall clock time (in seconds):52.368
53.09/52.47	o 126
53.29/52.66	c cleaning 11888 clauses out of 23784 with flag 5000/1154711
53.50/52.89	c cleaning 8944 clauses out of 17896 with flag 11000/1160711
53.79/53.17	c cleaning 7973 clauses out of 15954 with flag 18002/1167713
54.09/53.46	c cleaning 7986 clauses out of 15979 with flag 26000/1175711
54.39/53.79	c cleaning 8493 clauses out of 16994 with flag 35001/1184712
54.80/54.19	c cleaning 9235 clauses out of 18500 with flag 45000/1194711
55.40/54.74	c cleaning 9629 clauses out of 19265 with flag 55000/1204711
55.90/55.29	c cleaning 9809 clauses out of 19637 with flag 65001/1214712
56.30/55.68	c Got one! Elapsed wall clock time (in seconds):55.576
56.30/55.68	o 125
56.50/55.87	c cleaning 11192 clauses out of 22394 with flag 5001/1227278
56.70/56.08	c cleaning 8599 clauses out of 17203 with flag 11002/1233279
57.00/56.34	c cleaning 7796 clauses out of 15602 with flag 18000/1240277
57.30/56.64	c cleaning 7901 clauses out of 15807 with flag 26001/1248278
57.60/56.95	c cleaning 8448 clauses out of 16906 with flag 35001/1257278
58.01/57.32	c cleaning 9227 clauses out of 18457 with flag 45000/1267277
58.41/57.70	c cleaning 9611 clauses out of 19231 with flag 55001/1277278
58.71/58.07	c cleaning 9806 clauses out of 19619 with flag 65000/1287277
59.21/58.58	c cleaning 9902 clauses out of 19814 with flag 75001/1297278
59.81/59.14	c cleaning 9952 clauses out of 19913 with flag 85002/1307279
60.31/59.67	c cleaning 9976 clauses out of 19961 with flag 95002/1317279
60.91/60.22	c cleaning 9984 clauses out of 19983 with flag 105000/1327277
61.41/60.78	c cleaning 9993 clauses out of 20000 with flag 115001/1337278
62.02/61.38	c cleaning 10001 clauses out of 20008 with flag 125002/1347279
62.62/61.93	c cleaning 9997 clauses out of 20006 with flag 135001/1357278
63.12/62.49	c cleaning 9996 clauses out of 20008 with flag 145000/1367277
63.72/63.01	c cleaning 10000 clauses out of 20013 with flag 155001/1377278
64.22/63.53	c cleaning 10005 clauses out of 20013 with flag 165001/1387278
64.42/63.74	c Got one! Elapsed wall clock time (in seconds):63.639
64.42/63.74	o 119
64.42/63.78	c cleaning 7613 clauses out of 15236 with flag 1001/1392506
64.64/63.98	c cleaning 6805 clauses out of 13622 with flag 7000/1398505
64.94/64.24	c cleaning 6903 clauses out of 13817 with flag 14000/1405505
65.24/64.53	c cleaning 7454 clauses out of 14916 with flag 22002/1413507
65.55/64.85	c cleaning 8223 clauses out of 16460 with flag 31000/1422505
65.94/65.20	c cleaning 9113 clauses out of 18237 with flag 41000/1432505
66.24/65.58	c cleaning 9554 clauses out of 19124 with flag 51000/1442505
66.75/66.01	c cleaning 9774 clauses out of 19570 with flag 61000/1452505
67.05/66.38	c cleaning 9893 clauses out of 19797 with flag 71001/1462506
67.45/66.78	c cleaning 9945 clauses out of 19904 with flag 81001/1472506
67.86/67.18	c cleaning 9975 clauses out of 19961 with flag 91003/1482508
68.25/67.54	c cleaning 9988 clauses out of 19983 with flag 101000/1492505
68.65/67.92	c cleaning 9993 clauses out of 19996 with flag 111001/1502506
68.96/68.26	c cleaning 9997 clauses out of 20002 with flag 121000/1512505
69.35/68.65	c cleaning 9999 clauses out of 20005 with flag 131000/1522505
69.65/68.99	c cleaning 9999 clauses out of 20007 with flag 141001/1532506
70.19/69.41	c cleaning 10000 clauses out of 20007 with flag 151000/1542505
71.05/69.97	c cleaning 9999 clauses out of 20007 with flag 161000/1552505
71.71/70.51	c cleaning 9997 clauses out of 20008 with flag 171000/1562505
72.21/71.07	c cleaning 10001 clauses out of 20011 with flag 181000/1572505
72.81/71.60	c cleaning 10000 clauses out of 20010 with flag 191000/1582505
72.91/71.76	c Got one! Elapsed wall clock time (in seconds):71.654
72.91/71.76	o 111
73.03/71.86	c cleaning 7955 clauses out of 15913 with flag 3002/1588408
73.23/72.07	c cleaning 6974 clauses out of 13958 with flag 9002/1594408
73.53/72.33	c cleaning 6986 clauses out of 13983 with flag 16001/1601407
73.85/72.65	c cleaning 7491 clauses out of 14997 with flag 24001/1609407
74.24/73.08	c cleaning 8247 clauses out of 16507 with flag 33002/1618408
74.85/73.61	c cleaning 9121 clauses out of 18258 with flag 43000/1628406
75.04/73.87	c Got one! Elapsed wall clock time (in seconds):73.765
75.04/73.87	o 108
75.24/74.05	c cleaning 9650 clauses out of 19310 with flag 5000/1638579
75.45/74.28	c cleaning 7827 clauses out of 15661 with flag 11001/1644580
75.75/74.54	c cleaning 7414 clauses out of 14836 with flag 18003/1651582
76.05/74.84	c cleaning 7705 clauses out of 15419 with flag 26000/1659579
76.45/75.29	c cleaning 8347 clauses out of 16714 with flag 35000/1668579
77.05/75.85	c cleaning 9178 clauses out of 18367 with flag 45000/1678579
77.65/76.44	c cleaning 9589 clauses out of 19189 with flag 55000/1688579
78.25/77.04	c cleaning 9795 clauses out of 19600 with flag 65000/1698579
78.75/77.58	c cleaning 9899 clauses out of 19806 with flag 75001/1708580
79.35/78.14	c cleaning 9946 clauses out of 19907 with flag 85001/1718580
79.95/78.72	c cleaning 9966 clauses out of 19960 with flag 95000/1728579
80.46/79.25	c cleaning 9993 clauses out of 19995 with flag 105001/1738580
80.95/79.79	c cleaning 9996 clauses out of 20002 with flag 115001/1748580
81.56/80.33	c cleaning 9996 clauses out of 20006 with flag 125001/1758580
82.15/80.90	c cleaning 10000 clauses out of 20009 with flag 135000/1768579
82.56/81.39	c cleaning 10000 clauses out of 20010 with flag 145001/1778580
83.05/81.88	c cleaning 9996 clauses out of 20009 with flag 155000/1788579
83.55/82.38	c cleaning 10000 clauses out of 20014 with flag 165001/1798580
83.86/82.65	c Got one! Elapsed wall clock time (in seconds):82.549
83.86/82.65	o 107
84.06/82.84	c cleaning 10462 clauses out of 20932 with flag 5000/1809498
84.26/83.06	c cleaning 8233 clauses out of 16471 with flag 11001/1815499
84.57/83.32	c cleaning 7617 clauses out of 15240 with flag 18003/1822501
84.87/83.62	c cleaning 7804 clauses out of 15621 with flag 26001/1830499
85.17/83.96	c cleaning 8402 clauses out of 16816 with flag 35000/1839498
85.57/84.32	c cleaning 9203 clauses out of 18415 with flag 45001/1849499
85.87/84.69	c cleaning 9600 clauses out of 19211 with flag 55000/1859498
86.37/85.12	c cleaning 9802 clauses out of 19613 with flag 65002/1869500
86.77/85.51	c cleaning 9902 clauses out of 19810 with flag 75001/1879499
87.17/85.91	c cleaning 9948 clauses out of 19908 with flag 85001/1889499
87.47/86.29	c cleaning 9975 clauses out of 19959 with flag 95000/1899498
87.98/86.75	c Got one! Elapsed wall clock time (in seconds):86.647
87.98/86.75	o 93
88.18/86.98	c cleaning 12324 clauses out of 24653 with flag 5000/1914167
88.48/87.20	c cleaning 9156 clauses out of 18329 with flag 11000/1920167
88.69/87.45	c cleaning 8082 clauses out of 16173 with flag 18000/1927167
88.99/87.74	c cleaning 8036 clauses out of 16092 with flag 26001/1935168
89.29/88.06	c cleaning 8523 clauses out of 17056 with flag 35001/1944168
89.69/88.42	c cleaning 9260 clauses out of 18532 with flag 45000/1954167
90.09/88.82	c cleaning 9632 clauses out of 19274 with flag 55002/1964169
90.49/89.21	c cleaning 9812 clauses out of 19641 with flag 65001/1974168
90.89/89.60	c cleaning 9911 clauses out of 19830 with flag 75002/1984169
91.29/90.02	c cleaning 9952 clauses out of 19918 with flag 85001/1994168
91.59/90.38	c cleaning 9976 clauses out of 19966 with flag 95001/2004168
91.99/90.77	c cleaning 9990 clauses out of 19990 with flag 105001/2014168
92.39/91.18	c cleaning 9991 clauses out of 19999 with flag 115000/2024167
92.89/91.60	c cleaning 9998 clauses out of 20009 with flag 125001/2034168
93.19/91.96	c cleaning 10000 clauses out of 20011 with flag 135001/2044168
93.60/92.32	c cleaning 10001 clauses out of 20012 with flag 145002/2054169
94.00/92.80	c cleaning 10001 clauses out of 20010 with flag 155001/2064168
94.60/93.33	c cleaning 10002 clauses out of 20010 with flag 165002/2074169
95.10/93.86	c cleaning 9997 clauses out of 20008 with flag 175002/2084169
95.60/94.38	c cleaning 9996 clauses out of 20015 with flag 185006/2094173
96.10/94.89	c cleaning 10002 clauses out of 20014 with flag 195001/2104168
96.70/95.41	c cleaning 9991 clauses out of 20012 with flag 205001/2114168
97.20/95.92	c cleaning 10004 clauses out of 20020 with flag 215000/2124167
97.30/96.08	c Got one! Elapsed wall clock time (in seconds):95.972
97.30/96.08	o 80
97.40/96.14	c cleaning 7628 clauses out of 15264 with flag 2000/2129415
97.61/96.35	c cleaning 6814 clauses out of 13637 with flag 8001/2135416
97.91/96.61	c cleaning 6905 clauses out of 13822 with flag 15000/2142415
98.21/96.92	c cleaning 7456 clauses out of 14917 with flag 23000/2150415
98.52/97.25	c cleaning 8229 clauses out of 16465 with flag 32004/2159419
98.92/97.64	c cleaning 9112 clauses out of 18232 with flag 42000/2169415
99.32/98.02	c cleaning 9555 clauses out of 19120 with flag 52000/2179415
99.72/98.41	c cleaning 9779 clauses out of 19565 with flag 62000/2189415
100.11/98.82	c cleaning 9889 clauses out of 19786 with flag 72000/2199415
100.52/99.27	c cleaning 9945 clauses out of 19898 with flag 82001/2209416
100.92/99.67	c cleaning 9972 clauses out of 19953 with flag 92001/2219416
101.32/100.05	c cleaning 9986 clauses out of 19980 with flag 102000/2229415
101.72/100.42	c cleaning 9986 clauses out of 19994 with flag 112000/2239415
102.02/100.79	c cleaning 9997 clauses out of 20009 with flag 122001/2249416
102.43/101.16	c cleaning 10000 clauses out of 20011 with flag 132000/2259415
102.82/101.55	c cleaning 10000 clauses out of 20013 with flag 142002/2269417
103.23/101.92	c cleaning 10001 clauses out of 20012 with flag 152001/2279416
103.53/102.30	c cleaning 10001 clauses out of 20011 with flag 162001/2289416
103.93/102.67	c cleaning 9998 clauses out of 20010 with flag 172001/2299416
104.33/103.02	c cleaning 9999 clauses out of 20013 with flag 182002/2309417
104.64/103.37	c cleaning 10003 clauses out of 20013 with flag 192001/2319416
105.03/103.75	c cleaning 9999 clauses out of 20009 with flag 202000/2329415
105.44/104.12	c cleaning 9998 clauses out of 20011 with flag 212001/2339416
105.74/104.48	c cleaning 10003 clauses out of 20012 with flag 222000/2349415
106.24/104.98	c cleaning 10000 clauses out of 20009 with flag 232000/2359415
106.74/105.50	c cleaning 9999 clauses out of 20009 with flag 242000/2369415
107.25/105.96	c cleaning 9994 clauses out of 20010 with flag 252000/2379415
107.35/106.02	c Got one! Elapsed wall clock time (in seconds):105.915
107.35/106.02	o 51
107.45/106.18	c cleaning 7993 clauses out of 16003 with flag 5001/2385402
107.65/106.40	c cleaning 6999 clauses out of 14010 with flag 11001/2391402
107.96/106.66	c cleaning 6999 clauses out of 14011 with flag 18001/2398402
108.25/106.93	c cleaning 7493 clauses out of 15011 with flag 26000/2406401
108.55/107.26	c cleaning 8255 clauses out of 16519 with flag 35001/2415402
108.95/107.61	c cleaning 9129 clauses out of 18266 with flag 45003/2425404
109.25/107.97	c cleaning 9564 clauses out of 19139 with flag 55005/2435406
109.65/108.32	c cleaning 9778 clauses out of 19572 with flag 65002/2445403
110.06/108.71	c cleaning 9892 clauses out of 19794 with flag 75002/2455403
110.36/109.01	c Got one! Elapsed wall clock time (in seconds):108.902
110.36/109.01	o 27
110.56/109.21	c cleaning 12073 clauses out of 24153 with flag 5000/2469654
110.76/109.43	c cleaning 9038 clauses out of 18081 with flag 11001/2475655
110.96/109.69	c cleaning 8015 clauses out of 16042 with flag 18000/2482654
111.27/109.97	c cleaning 8009 clauses out of 16027 with flag 26000/2490654
111.56/110.27	c cleaning 8502 clauses out of 17018 with flag 35000/2499654
111.96/110.63	c cleaning 9254 clauses out of 18517 with flag 45001/2509655
112.47/111.11	c cleaning 9626 clauses out of 19262 with flag 55000/2519654
112.77/111.48	c cleaning 9816 clauses out of 19637 with flag 65001/2529655
113.28/111.90	c cleaning 9908 clauses out of 19821 with flag 75001/2539655
113.58/112.28	c cleaning 9950 clauses out of 19912 with flag 85000/2549654
113.98/112.63	c cleaning 9976 clauses out of 19966 with flag 95004/2559658
114.28/112.97	c cleaning 9990 clauses out of 19987 with flag 105001/2569655
114.69/113.32	c cleaning 9993 clauses out of 19996 with flag 115000/2579654
114.98/113.65	c cleaning 9997 clauses out of 20003 with flag 125000/2589654
115.29/113.97	c cleaning 9999 clauses out of 20008 with flag 135002/2599656
115.69/114.31	c cleaning 9998 clauses out of 20007 with flag 145000/2609654
115.99/114.66	c cleaning 9995 clauses out of 20010 with flag 155001/2619655
116.29/114.98	c cleaning 10002 clauses out of 20016 with flag 165002/2629656
116.69/115.32	c cleaning 10000 clauses out of 20012 with flag 175000/2639654
116.99/115.66	c cleaning 9998 clauses out of 20013 with flag 185001/2649655
117.39/116.01	c cleaning 9999 clauses out of 20014 with flag 195000/2659654
117.69/116.36	c cleaning 10006 clauses out of 20017 with flag 205002/2669656
118.09/116.71	c cleaning 10001 clauses out of 20009 with flag 215000/2679654
118.39/117.04	c cleaning 9998 clauses out of 20008 with flag 225000/2689654
118.69/117.36	c cleaning 9993 clauses out of 20010 with flag 235000/2699654
119.10/117.71	c cleaning 10003 clauses out of 20018 with flag 245001/2709655
119.39/118.04	c cleaning 10000 clauses out of 20014 with flag 255000/2719654
119.69/118.39	c cleaning 10004 clauses out of 20015 with flag 265001/2729655
119.99/118.67	c Got one! Elapsed wall clock time (in seconds):118.566
119.99/118.67	o 16
120.20/118.88	c cleaning 11786 clauses out of 23582 with flag 5002/2743226
120.50/119.10	c cleaning 8895 clauses out of 17795 with flag 11001/2749225
120.70/119.34	c cleaning 7945 clauses out of 15899 with flag 18000/2756224
121.00/119.60	c cleaning 7972 clauses out of 15954 with flag 26000/2764224
121.31/119.90	c cleaning 8488 clauses out of 16983 with flag 35001/2773225
121.60/120.27	c cleaning 9243 clauses out of 18494 with flag 45000/2783224
122.00/120.62	c cleaning 9620 clauses out of 19251 with flag 55000/2793224
122.41/121.00	c cleaning 9810 clauses out of 19631 with flag 65000/2803224
122.70/121.36	c cleaning 9905 clauses out of 19822 with flag 75001/2813225
123.10/121.71	c cleaning 9953 clauses out of 19916 with flag 85000/2823224
123.41/122.07	c cleaning 9974 clauses out of 19964 with flag 95001/2833225
123.81/122.42	c cleaning 9986 clauses out of 19990 with flag 105001/2843225
124.11/122.76	c cleaning 9996 clauses out of 20003 with flag 115000/2853224
124.52/123.12	c cleaning 9996 clauses out of 20007 with flag 125000/2863224
124.81/123.46	c cleaning 10001 clauses out of 20012 with flag 135001/2873225
125.21/123.82	c cleaning 10000 clauses out of 20010 with flag 145000/2883224
125.51/124.19	c cleaning 10003 clauses out of 20012 with flag 155002/2893226
125.91/124.53	c cleaning 10001 clauses out of 20007 with flag 165000/2903224
126.22/124.86	c cleaning 10000 clauses out of 20006 with flag 175000/2913224
126.52/125.20	c cleaning 9998 clauses out of 20006 with flag 185000/2923224
126.92/125.51	c cleaning 9999 clauses out of 20010 with flag 195002/2933226
127.23/125.83	c cleaning 10001 clauses out of 20009 with flag 205000/2943224
127.53/126.16	c cleaning 9998 clauses out of 20010 with flag 215002/2953226
127.83/126.49	c cleaning 10001 clauses out of 20013 with flag 225003/2963227
128.23/126.83	c cleaning 10000 clauses out of 20010 with flag 235001/2973225
128.53/127.17	c cleaning 10001 clauses out of 20010 with flag 245001/2983225
128.93/127.50	c cleaning 10001 clauses out of 20010 with flag 255002/2993226
129.23/127.85	c cleaning 9999 clauses out of 20007 with flag 265000/3003224
129.53/128.20	c cleaning 9998 clauses out of 20009 with flag 275001/3013225
129.93/128.55	c cleaning 10005 clauses out of 20014 with flag 285004/3023228
130.23/128.89	c cleaning 10000 clauses out of 20005 with flag 295000/3033224
130.63/129.22	c cleaning 9995 clauses out of 20004 with flag 305000/3043224
130.94/129.58	c cleaning 9998 clauses out of 20009 with flag 315000/3053224
131.34/129.93	c cleaning 10001 clauses out of 20011 with flag 325000/3063224
131.64/130.21	c starts		: 275
131.64/130.21	c conflicts		: 3071594
131.64/130.21	c decisions		: 4910224
131.64/130.21	c propagations		: 85042049
131.64/130.21	c inspects		: 694647129
131.64/130.21	c shortcuts		: 0
131.64/130.21	c learnt literals	: 9
131.64/130.21	c learnt binary clauses	: 92
131.64/130.21	c learnt ternary clauses	: 2306
131.64/130.21	c learnt constraints	: 3071584
131.64/130.21	c ignored constraints	: 0
131.64/130.21	c root simplifications	: 0
131.64/130.21	c removed literals (reason simplification)	: 13959585
131.64/130.21	c reason swapping (by a shorter reason)	: 0
131.64/130.21	c Calls to reduceDB	: 339
131.64/130.21	c number of reductions to clauses (during analyze)	: 0
131.64/130.21	c number of learned constraints concerned by reduction	: 0
131.64/130.21	c number of learning phase by resolution	: 0
131.64/130.21	c number of learning phase by cutting planes	: 0
131.64/130.21	c speed (assignments/second)	: 7368689.801576986
131.64/130.21	c non guided choices	2926
131.64/130.21	c learnt constraints type 
131.64/130.21	c constraints type 
131.64/130.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
131.64/130.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
131.64/130.21	s OPTIMUM FOUND
131.64/130.21	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
131.64/130.21	c objective function=16
131.64/130.21	c Total wall clock time (in seconds): 130.108

Verifier Data

OK	16

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.09 2.01 2/195 22138
/proc/meminfo: memFree=1012684/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 1213 0 0 0 0 0 0 0 25 0 2 0 883515899 31313920 936 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 7645 937 712 9 0 383 0
[pid=22138/tid=22139] ppid=22136 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 110 0 0 0 0 0 0 0 25 0 2 0 883515899 31260672 944 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228095449147 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.025565 s]
/proc/loadavg: 2.13 2.09 2.01 2/195 22138
/proc/meminfo: memFree=1012684/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10454868 CPUtime=0.02 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 10522 0 1 0 1 1 0 0 25 0 10 0 883515899 10705784832 10218 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2613717 10226 1414 9 0 2604465 0
[pid=22138/tid=22139] ppid=22136 vsize=10454868 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 9410 0 1 0 0 0 0 0 25 0 10 0 883515899 10705784832 10231 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912504009831 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10454868

[startup+0.100539 s]
/proc/loadavg: 2.13 2.09 2.01 2/195 22138
/proc/meminfo: memFree=1012684/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10540012 CPUtime=0.11 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 13106 0 1 0 9 2 0 0 25 0 18 0 883515899 10792972288 12800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2635003 12802 2093 9 0 2625737 0
[pid=22138/tid=22139] ppid=22136 vsize=10540012 CPUtime=0.08 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 11208 0 1 0 7 1 0 0 18 0 18 0 883515899 10792972288 12802 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107277771 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540012

[startup+0.300504 s]
/proc/loadavg: 2.13 2.09 2.01 2/195 22138
/proc/meminfo: memFree=1012684/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10545656 CPUtime=0.5 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 15714 0 1 0 48 2 0 0 25 0 19 0 883515899 10798751744 14686 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636414 14686 2215 9 0 2627148 0
[pid=22138/tid=22139] ppid=22136 vsize=10545656 CPUtime=0.28 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 11853 0 1 0 27 1 0 0 19 0 19 0 883515899 10798751744 14686 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505217124 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10545656

[startup+0.700427 s]
/proc/loadavg: 2.13 2.09 2.01 2/195 22138
/proc/meminfo: memFree=1012684/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10545656 CPUtime=0.95 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 16357 0 1 0 93 2 0 0 25 0 19 0 883515899 10798751744 15254 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636414 15254 2219 9 0 2627148 0
[pid=22138/tid=22139] ppid=22136 vsize=10545656 CPUtime=0.68 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 12409 0 1 0 67 1 0 0 19 0 19 0 883515899 10798751744 15254 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505169760 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10545656

[startup+1.50128 s]
/proc/loadavg: 2.13 2.09 2.01 3/214 22157
/proc/meminfo: memFree=958060/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10545656 CPUtime=1.81 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 17511 0 1 0 178 3 0 0 25 0 19 0 883515899 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636414 16403 2247 9 0 2627148 0
[pid=22138/tid=22139] ppid=22136 vsize=10545656 CPUtime=1.45 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 12416 0 1 0 144 1 0 0 20 0 19 0 883515899 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505568768 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 19313 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 19313 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 19313 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 19313 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 19 0 883515901 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=10545656 CPUtime=0.02 cores=1,3,5,7
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 19313 0 -1 4202560 425 0 0 0 2 0 0 0 16 0 19 0 883515902 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 0 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883515902 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883515902 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107274673 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=10545656 CPUtime=0.13 cores=1,3,5,7
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 19313 0 -1 4202560 1431 0 0 0 13 0 0 0 15 0 19 0 883515904 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=10545656 CPUtime=0.18 cores=1,3,5,7
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 19313 0 -1 4202560 1373 0 0 0 18 0 0 0 21 0 19 0 883515904 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883515904 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=10545656 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883515915 10798751744 16403 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10545656

[startup+3.10099 s]
/proc/loadavg: 2.13 2.09 2.01 3/214 22157
/proc/meminfo: memFree=952348/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10546008 CPUtime=3.51 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 18974 0 1 0 348 3 0 0 25 0 19 0 883515899 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636502 17247 2250 9 0 2627236 0
[pid=22138/tid=22139] ppid=22136 vsize=10546008 CPUtime=3 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 12420 0 1 0 298 2 0 0 25 0 19 0 883515899 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505534452 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 19313 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 19313 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 19313 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 19313 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 19313 0 -1 4202560 342 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 19313 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 19313 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=10546008 CPUtime=0.07 cores=1,3,5,7
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 19313 0 -1 4202560 638 0 0 0 7 0 0 0 16 0 19 0 883515902 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 0 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107274673 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=10546008 CPUtime=0.21 cores=1,3,5,7
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 19313 0 -1 4202560 2159 0 0 0 21 0 0 0 15 0 19 0 883515904 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=10546008 CPUtime=0.19 cores=1,3,5,7
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 19313 0 -1 4202560 1376 0 0 0 19 0 0 0 15 0 19 0 883515904 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883515904 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883515915 10799112192 17247 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 10546008

[startup+6.3014 s]
/proc/loadavg: 2.20 2.10 2.01 3/214 22157
/proc/meminfo: memFree=951724/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10546008 CPUtime=6.74 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 19048 0 1 0 671 3 0 0 25 0 19 0 883515899 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636502 17296 2250 9 0 2627236 0
[pid=22138/tid=22139] ppid=22136 vsize=10546008 CPUtime=6.09 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 12429 0 1 0 607 2 0 0 25 0 19 0 883515899 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505558547 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 19313 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 19313 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 19313 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 19313 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 19313 0 -1 4202560 343 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 19313 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 19313 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 19313 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 883515901 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=10546008 CPUtime=0.17 cores=1,3,5,7
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 19313 0 -1 4202560 678 0 0 0 17 0 0 0 16 0 19 0 883515902 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 0 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107274673 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=10546008 CPUtime=0.22 cores=1,3,5,7
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 19313 0 -1 4202560 2175 0 0 0 22 0 0 0 15 0 19 0 883515904 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=10546008 CPUtime=0.2 cores=1,3,5,7
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 19313 0 -1 4202560 1378 0 0 0 20 0 0 0 15 0 19 0 883515904 10799112192 17296 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0

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

/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 19313 0 -1 4202560 269 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 19313 0 -1 4202560 223 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 19313 0 -1 4202560 184 0 0 0 9 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 19313 0 -1 4202560 37 0 0 0 9 0 0 0 16 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 19313 0 -1 4202560 429 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=10546008 CPUtime=0.08 cores=1,3,5,7
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 19313 0 -1 4202560 54 0 0 0 8 0 0 0 16 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 19313 0 -1 4202560 18 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=10546008 CPUtime=0.11 cores=1,3,5,7
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 19313 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=10546008 CPUtime=4.74 cores=1,3,5,7
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 19313 0 -1 4202560 1315 0 0 0 469 5 0 0 15 0 19 0 883515902 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 0 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107274673 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=10546008 CPUtime=0.73 cores=1,3,5,7
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 19313 0 -1 4202560 12010 0 0 0 72 1 0 0 15 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=10546008 CPUtime=0.27 cores=1,3,5,7
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 19313 0 -1 4202560 1385 0 0 0 27 0 0 0 15 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883515915 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 130.94
Current children cumulated vsize (KiB) 10546008

[startup+129.901 s]
/proc/loadavg: 2.02 2.06 2.00 3/214 22161
/proc/meminfo: memFree=928224/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10546008 CPUtime=131.34 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 30107 0 1 0 13121 13 0 0 25 0 19 0 883515899 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636502 22800 2251 9 0 2627236 0
[pid=22138/tid=22139] ppid=22136 vsize=10546008 CPUtime=124.71 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 12759 0 1 0 12469 2 0 0 19 0 19 0 883515899 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505534621 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 19313 0 -1 4202560 269 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 19313 0 -1 4202560 223 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 19313 0 -1 4202560 184 0 0 0 9 0 0 0 16 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 19313 0 -1 4202560 37 0 0 0 9 0 0 0 16 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 19313 0 -1 4202560 429 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=10546008 CPUtime=0.08 cores=1,3,5,7
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 19313 0 -1 4202560 54 0 0 0 8 0 0 0 16 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 19313 0 -1 4202560 18 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=10546008 CPUtime=0.11 cores=1,3,5,7
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 19313 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883515901 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=10546008 CPUtime=4.75 cores=1,3,5,7
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 19313 0 -1 4202560 1315 0 0 0 470 5 0 0 15 0 19 0 883515902 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 0 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107274673 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=10546008 CPUtime=0.73 cores=1,3,5,7
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 19313 0 -1 4202560 12010 0 0 0 72 1 0 0 15 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=10546008 CPUtime=0.27 cores=1,3,5,7
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 19313 0 -1 4202560 1386 0 0 0 27 0 0 0 15 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 883515904 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883515915 10799112192 22800 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 131.34
Current children cumulated vsize (KiB) 10546008

[startup+130.101 s]
/proc/loadavg: 2.02 2.06 2.00 3/214 22161
/proc/meminfo: memFree=928224/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10546008 CPUtime=131.54 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 30108 0 1 0 13141 13 0 0 25 0 19 0 883515899 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636502 21306 2251 9 0 2627236 0
[pid=22138/tid=22139] ppid=22136 vsize=10546008 CPUtime=124.89 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 12760 0 1 0 12487 2 0 0 19 0 19 0 883515899 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505534708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 19313 0 -1 4202560 269 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 19313 0 -1 4202560 223 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 19313 0 -1 4202560 184 0 0 0 9 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 19313 0 -1 4202560 37 0 0 0 9 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 19313 0 -1 4202560 429 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=10546008 CPUtime=0.08 cores=1,3,5,7
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 19313 0 -1 4202560 54 0 0 0 8 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 19313 0 -1 4202560 18 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=10546008 CPUtime=0.11 cores=1,3,5,7
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 19313 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=10546008 CPUtime=4.77 cores=1,3,5,7
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 19313 0 -1 4202560 1315 0 0 0 472 5 0 0 15 0 19 0 883515902 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 0 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107274673 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=10546008 CPUtime=0.73 cores=1,3,5,7
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 19313 0 -1 4202560 12010 0 0 0 72 1 0 0 15 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=10546008 CPUtime=0.27 cores=1,3,5,7
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 19313 0 -1 4202560 1386 0 0 0 27 0 0 0 15 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883515915 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 131.54
Current children cumulated vsize (KiB) 10546008

[startup+130.201 s]
/proc/loadavg: 2.02 2.06 2.00 3/214 22161
/proc/meminfo: memFree=928224/32951124 swapFree=67053956/67111528
[pid=22138] ppid=22136 vsize=10546008 CPUtime=131.64 cores=1,3,5,7
/proc/22138/stat : 22138 (java) S 22136 22138 19313 0 -1 4202496 30108 0 1 0 13151 13 0 0 25 0 19 0 883515899 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22138/statm: 2636502 21306 2251 9 0 2627236 0
[pid=22138/tid=22139] ppid=22136 vsize=10546008 CPUtime=124.99 cores=1,3,5,7
/proc/22138/task/22139/stat : 22139 (java) R 22136 22138 19313 0 -1 4202560 12760 0 1 0 12497 2 0 0 19 0 19 0 883515899 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 19313 0 -1 4202560 269 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 19313 0 -1 4202560 223 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 19313 0 -1 4202560 184 0 0 0 9 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=10546008 CPUtime=0.09 cores=1,3,5,7
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 19313 0 -1 4202560 37 0 0 0 9 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 19313 0 -1 4202560 429 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=10546008 CPUtime=0.08 cores=1,3,5,7
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 19313 0 -1 4202560 54 0 0 0 8 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=10546008 CPUtime=0.1 cores=1,3,5,7
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 19313 0 -1 4202560 18 0 0 0 10 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=10546008 CPUtime=0.11 cores=1,3,5,7
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 19313 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883515901 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=10546008 CPUtime=4.77 cores=1,3,5,7
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 19313 0 -1 4202560 1315 0 0 0 472 5 0 0 15 0 19 0 883515902 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 0 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 19313 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883515902 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107274673 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=10546008 CPUtime=0.73 cores=1,3,5,7
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 19313 0 -1 4202560 12010 0 0 0 72 1 0 0 15 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 3 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=10546008 CPUtime=0.27 cores=1,3,5,7
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 19313 0 -1 4202560 1386 0 0 0 27 0 0 0 15 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 7 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 19313 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107266969 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 19313 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 883515904 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 1 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=10546008 CPUtime=0 cores=1,3,5,7
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 19313 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883515915 10799112192 21306 33554432000 1073741824 1073778376 140735823177024 18446744073709551615 228107267584 0 4 0 16800975 18446604460852450304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 131.64
Current children cumulated vsize (KiB) 10546008

Child status: 30
Real time (s): 130.222
CPU time (s): 131.677
CPU user time (s): 131.538
CPU system time (s): 0.138978
CPU usage (%): 101.118
Max. virtual memory (cumulated for all children) (KiB): 10547244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.538
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30134
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= 12294
involuntary context switches= 5412

runsolver used 0.230964 second user time and 0.496924 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-12 22:36:44
IDJOB=3492619
IDBENCH=79193
IDSOLVER=1982
FILE ID=node142/3492619-1307911004
RUNJOBID= node142-1307908333-21607
PBS_JOBID= 13559566
Free space on /var/tmp= 2908 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973163--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492619-1307911004/watcher-3492619-1307911004 -o /var/tmp/evaluation-result-3492619-1307911004/solver-3492619-1307911004 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492619-1307911004.wbo

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

MD5SUM BENCH= ddf92c4c1e045ebe7e849be5501be2d8
RANDOM SEED=296094313

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1013584 kB
Buffers:         66132 kB
Cached:       30493608 kB
SwapCached:      10176 kB
Active:       16327672 kB
Inactive:     14660648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1013584 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:              88 kB
Writeback:           0 kB
AnonPages:      427136 kB
Mapped:          21244 kB
Slab:           885656 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10548568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2908 MiB
End job on node142 at 2011-06-12 22:38:55