Trace number 3492652

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 188.324 186.267

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564281--soft-66-100-0.wbo
MD5SUMa9f9ba62d7684b26a7c6c823c9992171
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.7671
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints911
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.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-3492652-1307910214.wbo
0.11/0.10	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.208s.
0.47/0.31	c #vars     1142
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
0.47/0.41	c SATISFIABLE
0.47/0.41	c OPTIMIZING...
0.47/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.47/0.41	o 334
0.47/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.47/0.44	o 291
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.409
1.07/0.51	o 221
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
1.07/0.54	o 194
1.07/0.56	c Got one! Elapsed wall clock time (in seconds):0.453
1.07/0.56	o 181
1.22/0.59	c Got one! Elapsed wall clock time (in seconds):0.482
1.22/0.59	o 132
1.30/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
1.30/0.64	o 113
1.41/0.73	c Got one! Elapsed wall clock time (in seconds):0.629
1.41/0.73	o 107
1.41/0.79	c Got one! Elapsed wall clock time (in seconds):0.685
1.41/0.79	o 84
1.52/0.85	c Got one! Elapsed wall clock time (in seconds):0.75
1.52/0.85	o 83
1.84/1.10	c Got one! Elapsed wall clock time (in seconds):1.0
1.84/1.10	o 48
1.95/1.26	c Got one! Elapsed wall clock time (in seconds):1.152
1.95/1.26	o 43
2.31/1.50	c cleaning 5136 clauses out of 10276 with flag 2001/10276
2.61/1.89	c cleaning 5567 clauses out of 11141 with flag 8002/16277
2.72/1.92	c Got one! Elapsed wall clock time (in seconds):1.816
2.72/1.92	o 39
3.03/2.27	c cleaning 5387 clauses out of 10781 with flag 5000/21484
3.47/2.68	c cleaning 5691 clauses out of 11396 with flag 11002/27486
3.57/2.70	c Got one! Elapsed wall clock time (in seconds):2.594
3.57/2.70	o 20
3.87/3.03	c cleaning 5353 clauses out of 10716 with flag 5001/32497
3.87/3.05	c Got one! Elapsed wall clock time (in seconds):2.948
3.87/3.05	o 17
4.27/3.40	c cleaning 5251 clauses out of 10511 with flag 5001/37645
4.57/3.75	c cleaning 5621 clauses out of 11259 with flag 11000/43644
4.68/3.85	c Got one! Elapsed wall clock time (in seconds):3.744
4.68/3.85	o 14
4.98/4.15	c cleaning 5641 clauses out of 11296 with flag 4001/49302
5.38/4.53	c cleaning 5819 clauses out of 11654 with flag 10000/55301
5.68/4.80	c Got one! Elapsed wall clock time (in seconds):4.7
5.68/4.80	o 11
5.88/5.08	c Got one! Elapsed wall clock time (in seconds):4.979
5.88/5.08	o 9
6.08/5.29	c cleaning 8355 clauses out of 16714 with flag 2002/66180
6.49/5.65	c cleaning 7166 clauses out of 14361 with flag 8004/72182
6.88/6.06	c cleaning 7094 clauses out of 14192 with flag 15001/79179
7.39/6.52	c cleaning 7546 clauses out of 15099 with flag 23002/87180
7.89/7.04	c cleaning 8272 clauses out of 16554 with flag 32003/96181
8.60/7.70	c cleaning 9134 clauses out of 18279 with flag 42000/106178
9.10/8.29	c cleaning 9565 clauses out of 19146 with flag 52001/116179
9.71/8.85	c cleaning 9789 clauses out of 19583 with flag 62003/126181
10.31/9.45	c cleaning 9887 clauses out of 19792 with flag 72001/136179
10.51/9.67	c Got one! Elapsed wall clock time (in seconds):9.571
10.51/9.67	o 5
10.61/9.76	c cleaning 7580 clauses out of 15165 with flag 1003/141439
11.01/10.15	c cleaning 6781 clauses out of 13582 with flag 7000/147436
11.41/10.51	c cleaning 6897 clauses out of 13801 with flag 14000/154436
11.81/10.93	c Got one! Elapsed wall clock time (in seconds):10.824
11.81/10.93	o 4
12.21/11.38	c cleaning 9711 clauses out of 19427 with flag 5001/166959
12.61/11.76	c cleaning 7851 clauses out of 15715 with flag 11000/172958
13.02/12.14	c cleaning 7423 clauses out of 14864 with flag 18000/179958
13.41/12.55	c cleaning 7717 clauses out of 15443 with flag 26002/187960
13.91/13.01	c cleaning 8360 clauses out of 16725 with flag 35001/196959
14.42/13.58	c cleaning 9174 clauses out of 18366 with flag 45002/206960
15.02/14.13	c cleaning 9593 clauses out of 19191 with flag 55001/216959
15.42/14.55	c Got one! Elapsed wall clock time (in seconds):14.447
15.42/14.55	o 3
15.92/15.00	c cleaning 11478 clauses out of 22967 with flag 5001/230328
16.23/15.38	c cleaning 8737 clauses out of 17489 with flag 11001/236328
16.63/15.76	c cleaning 7869 clauses out of 15752 with flag 18001/243328
17.03/16.15	c cleaning 7938 clauses out of 15883 with flag 26001/251328
17.44/16.59	c cleaning 8464 clauses out of 16944 with flag 35000/260327
17.93/17.09	c cleaning 9234 clauses out of 18481 with flag 45001/270328
18.43/17.59	c cleaning 9620 clauses out of 19247 with flag 55001/280328
18.93/18.08	c cleaning 9810 clauses out of 19627 with flag 65001/290328
19.53/18.64	c cleaning 9904 clauses out of 19816 with flag 75000/300327
20.03/19.13	c cleaning 9952 clauses out of 19913 with flag 85001/310328
20.53/19.62	c cleaning 9976 clauses out of 19960 with flag 95000/320327
21.03/20.12	c cleaning 9988 clauses out of 19987 with flag 105003/330330
21.53/20.64	c cleaning 9994 clauses out of 19996 with flag 115000/340327
22.03/21.10	c cleaning 9994 clauses out of 20002 with flag 125000/350327
22.54/21.60	c cleaning 9998 clauses out of 20008 with flag 135000/360327
22.94/22.09	c cleaning 10002 clauses out of 20013 with flag 145003/370330
23.53/22.60	c cleaning 10000 clauses out of 20008 with flag 155000/380327
24.04/23.11	c cleaning 9996 clauses out of 20008 with flag 165000/390327
24.54/23.63	c cleaning 9999 clauses out of 20012 with flag 175000/400327
25.04/24.13	c cleaning 10003 clauses out of 20013 with flag 185000/410327
25.56/24.66	c cleaning 9997 clauses out of 20010 with flag 195000/420327
26.06/25.15	c cleaning 10000 clauses out of 20014 with flag 205001/430328
26.56/25.65	c cleaning 10003 clauses out of 20016 with flag 215003/440330
27.06/26.19	c cleaning 9996 clauses out of 20011 with flag 225001/450328
27.56/26.68	c cleaning 10006 clauses out of 20018 with flag 235004/460331
28.06/27.16	c cleaning 9996 clauses out of 20008 with flag 245000/470327
28.57/27.63	c cleaning 10000 clauses out of 20012 with flag 255000/480327
29.07/28.16	c cleaning 10004 clauses out of 20015 with flag 265003/490330
29.57/28.67	c cleaning 9994 clauses out of 20009 with flag 275001/500328
30.07/29.18	c cleaning 10001 clauses out of 20015 with flag 285001/510328
30.57/29.66	c cleaning 10005 clauses out of 20013 with flag 295000/520327
31.07/30.13	c cleaning 10002 clauses out of 20009 with flag 305001/530328
31.57/30.60	c cleaning 9993 clauses out of 20006 with flag 315000/540327
32.07/31.11	c cleaning 10000 clauses out of 20015 with flag 325002/550329
32.57/31.62	c cleaning 10003 clauses out of 20013 with flag 335000/560327
33.07/32.10	c cleaning 10001 clauses out of 20012 with flag 345002/570329
33.58/32.62	c cleaning 9997 clauses out of 20009 with flag 355000/580327
34.09/33.11	c cleaning 10000 clauses out of 20012 with flag 365000/590327
34.59/33.61	c cleaning 9996 clauses out of 20014 with flag 375002/600329
35.09/34.13	c cleaning 10002 clauses out of 20016 with flag 385000/610327
35.59/34.65	c cleaning 10004 clauses out of 20015 with flag 395001/620328
36.09/35.12	c cleaning 10001 clauses out of 20010 with flag 405000/630327
36.59/35.60	c cleaning 9998 clauses out of 20009 with flag 415000/640327
37.09/36.11	c cleaning 10003 clauses out of 20013 with flag 425002/650329
37.59/36.61	c cleaning 10000 clauses out of 20008 with flag 435000/660327
37.99/37.09	c cleaning 9999 clauses out of 20009 with flag 445001/670328
38.49/37.59	c cleaning 9995 clauses out of 20010 with flag 455001/680328
38.99/38.08	c cleaning 10002 clauses out of 20017 with flag 465003/690330
39.49/38.57	c cleaning 10000 clauses out of 20013 with flag 475001/700328
39.99/39.06	c cleaning 10000 clauses out of 20012 with flag 485000/710327
40.49/39.56	c cleaning 10001 clauses out of 20013 with flag 495001/720328
40.99/40.09	c cleaning 10001 clauses out of 20011 with flag 505000/730327
41.60/40.61	c cleaning 10001 clauses out of 20011 with flag 515001/740328
42.09/41.12	c cleaning 10002 clauses out of 20010 with flag 525001/750328
42.60/41.66	c cleaning 9995 clauses out of 20007 with flag 535000/760327
43.20/42.28	c cleaning 9996 clauses out of 20013 with flag 545001/770328
43.70/42.77	c cleaning 10006 clauses out of 20016 with flag 555000/780327
44.30/43.32	c cleaning 9999 clauses out of 20011 with flag 565001/790328
44.80/43.82	c cleaning 10001 clauses out of 20012 with flag 575001/800328
45.30/44.34	c cleaning 9997 clauses out of 20011 with flag 585001/810328
45.80/44.87	c cleaning 9999 clauses out of 20014 with flag 595001/820328
46.30/45.38	c cleaning 10000 clauses out of 20015 with flag 605001/830328
46.90/45.95	c cleaning 10001 clauses out of 20014 with flag 615000/840327
47.40/46.48	c cleaning 10003 clauses out of 20013 with flag 625000/850327
48.00/47.02	c cleaning 9998 clauses out of 20010 with flag 635000/860327
48.50/47.56	c cleaning 10000 clauses out of 20014 with flag 645002/870329
49.01/48.06	c cleaning 10003 clauses out of 20016 with flag 655004/880331
49.51/48.52	c cleaning 10001 clauses out of 20009 with flag 665000/890327
50.01/49.01	c cleaning 9999 clauses out of 20009 with flag 675001/900328
50.51/49.52	c cleaning 9998 clauses out of 20010 with flag 685001/910328
51.01/50.06	c cleaning 9999 clauses out of 20011 with flag 695000/920327
51.52/50.58	c cleaning 10000 clauses out of 20014 with flag 705002/930329
52.12/51.11	c cleaning 10003 clauses out of 20013 with flag 715001/940328
52.52/51.60	c cleaning 10000 clauses out of 20009 with flag 725000/950327
53.12/52.17	c cleaning 10004 clauses out of 20013 with flag 735004/960331
53.62/52.70	c cleaning 9999 clauses out of 20005 with flag 745000/970327
54.23/53.21	c cleaning 9999 clauses out of 20007 with flag 755001/980328
54.63/53.69	c cleaning 9997 clauses out of 20010 with flag 765003/990330
55.13/54.20	c cleaning 9992 clauses out of 20010 with flag 775000/1000327
55.63/54.68	c cleaning 9998 clauses out of 20018 with flag 785000/1010327
56.14/55.16	c cleaning 10001 clauses out of 20020 with flag 795000/1020327
56.64/55.67	c cleaning 10004 clauses out of 20020 with flag 805001/1030328
57.14/56.17	c cleaning 10002 clauses out of 20015 with flag 815000/1040327
57.74/56.71	c cleaning 10000 clauses out of 20013 with flag 825000/1050327
58.25/57.23	c cleaning 10001 clauses out of 20013 with flag 835000/1060327
58.84/57.80	c cleaning 10003 clauses out of 20013 with flag 845001/1070328
59.35/58.32	c cleaning 9997 clauses out of 20009 with flag 855000/1080327
59.84/58.87	c cleaning 10000 clauses out of 20017 with flag 865005/1090332
60.35/59.35	c cleaning 9999 clauses out of 20013 with flag 875001/1100328
60.85/59.84	c cleaning 9997 clauses out of 20013 with flag 885000/1110327
61.35/60.39	c cleaning 10002 clauses out of 20016 with flag 895000/1120327
61.95/60.92	c cleaning 10002 clauses out of 20015 with flag 905001/1130328
62.45/61.44	c cleaning 10001 clauses out of 20013 with flag 915001/1140328
62.95/61.97	c cleaning 9998 clauses out of 20011 with flag 925000/1150327
63.55/62.51	c cleaning 10002 clauses out of 20013 with flag 935000/1160327
64.05/63.01	c cleaning 10000 clauses out of 20013 with flag 945002/1170329
64.55/63.54	c cleaning 9999 clauses out of 20013 with flag 955002/1180329
65.05/64.05	c cleaning 9999 clauses out of 20012 with flag 965000/1190327
65.55/64.58	c cleaning 9995 clauses out of 20013 with flag 975000/1200327
66.15/65.11	c cleaning 10003 clauses out of 20018 with flag 985000/1210327
66.55/65.60	c cleaning 10002 clauses out of 20015 with flag 995000/1220327
67.06/66.05	c cleaning 10003 clauses out of 20015 with flag 1005002/1230329
67.56/66.53	c cleaning 9999 clauses out of 20011 with flag 1015001/1240328
68.06/67.04	c cleaning 9996 clauses out of 20011 with flag 1025000/1250327
68.56/67.56	c cleaning 10004 clauses out of 20015 with flag 1035000/1260327
69.06/68.05	c cleaning 10001 clauses out of 20012 with flag 1045001/1270328
69.55/68.58	c cleaning 9999 clauses out of 20011 with flag 1055001/1280328
70.15/69.15	c cleaning 10001 clauses out of 20011 with flag 1065000/1290327
70.75/69.71	c cleaning 10000 clauses out of 20012 with flag 1075002/1300329
71.26/70.24	c cleaning 9997 clauses out of 20014 with flag 1085004/1310331
71.76/70.77	c cleaning 9998 clauses out of 20013 with flag 1095000/1320327
72.36/71.34	c cleaning 10001 clauses out of 20015 with flag 1105000/1330327
72.96/71.90	c cleaning 10003 clauses out of 20015 with flag 1115001/1340328
73.57/72.51	c cleaning 9996 clauses out of 20012 with flag 1125001/1350328
74.07/73.09	c cleaning 10003 clauses out of 20017 with flag 1135002/1360329
74.67/73.64	c cleaning 9998 clauses out of 20012 with flag 1145000/1370327
75.27/74.24	c cleaning 10003 clauses out of 20014 with flag 1155000/1380327
75.87/74.84	c cleaning 10001 clauses out of 20013 with flag 1165002/1390329
76.38/75.38	c cleaning 10002 clauses out of 20011 with flag 1175001/1400328
76.99/75.93	c cleaning 9999 clauses out of 20009 with flag 1185001/1410328
77.58/76.52	c cleaning 9995 clauses out of 20010 with flag 1195001/1420328
78.18/77.13	c cleaning 10001 clauses out of 20014 with flag 1205000/1430327
78.79/77.71	c cleaning 10001 clauses out of 20013 with flag 1215000/1440327
79.29/78.27	c cleaning 10002 clauses out of 20013 with flag 1225001/1450328
79.89/78.83	c cleaning 9996 clauses out of 20010 with flag 1235000/1460327
80.39/79.33	c cleaning 10002 clauses out of 20016 with flag 1245002/1470329
80.89/79.85	c cleaning 9998 clauses out of 20014 with flag 1255002/1480329
81.40/80.34	c cleaning 10007 clauses out of 20017 with flag 1265003/1490330
81.89/80.81	c cleaning 9996 clauses out of 20007 with flag 1275000/1500327
82.29/81.29	c cleaning 9996 clauses out of 20011 with flag 1285000/1510327
82.80/81.76	c cleaning 10004 clauses out of 20015 with flag 1295000/1520327
83.30/82.28	c cleaning 10000 clauses out of 20011 with flag 1305000/1530327
83.90/82.80	c cleaning 10003 clauses out of 20011 with flag 1315000/1540327
84.40/83.36	c cleaning 9996 clauses out of 20008 with flag 1325000/1550327
85.00/83.91	c cleaning 10002 clauses out of 20013 with flag 1335001/1560328
85.50/84.47	c cleaning 9997 clauses out of 20010 with flag 1345000/1570327
86.10/85.04	c cleaning 10001 clauses out of 20013 with flag 1355000/1580327
86.60/85.55	c cleaning 10002 clauses out of 20015 with flag 1365003/1590330
87.10/86.05	c cleaning 10002 clauses out of 20010 with flag 1375000/1600327
87.60/86.58	c cleaning 10000 clauses out of 20008 with flag 1385000/1610327
88.20/87.12	c cleaning 9999 clauses out of 20009 with flag 1395001/1620328
88.70/87.63	c cleaning 9996 clauses out of 20009 with flag 1405000/1630327
89.20/88.16	c cleaning 10004 clauses out of 20015 with flag 1415002/1640329
89.71/88.69	c cleaning 9998 clauses out of 20009 with flag 1425000/1650327
90.31/89.20	c cleaning 9999 clauses out of 20011 with flag 1435000/1660327
90.81/89.75	c cleaning 9997 clauses out of 20012 with flag 1445000/1670327
91.41/90.31	c cleaning 9999 clauses out of 20015 with flag 1455000/1680327
91.91/90.86	c cleaning 10001 clauses out of 20016 with flag 1465000/1690327
92.41/91.38	c cleaning 10001 clauses out of 20016 with flag 1475001/1700328
93.01/91.91	c cleaning 10000 clauses out of 20015 with flag 1485001/1710328
93.51/92.42	c cleaning 10000 clauses out of 20015 with flag 1495001/1720328
94.01/92.92	c cleaning 10001 clauses out of 20014 with flag 1505000/1730327
94.51/93.43	c cleaning 10002 clauses out of 20013 with flag 1515000/1740327
95.01/93.94	c cleaning 10001 clauses out of 20011 with flag 1525000/1750327
95.51/94.45	c cleaning 9999 clauses out of 20010 with flag 1535000/1760327
96.01/94.95	c cleaning 10003 clauses out of 20011 with flag 1545000/1770327
96.51/95.49	c cleaning 9999 clauses out of 20010 with flag 1555002/1780329
97.11/96.05	c cleaning 10000 clauses out of 20011 with flag 1565002/1790329
97.61/96.59	c cleaning 9998 clauses out of 20009 with flag 1575000/1800327
98.12/97.08	c cleaning 10003 clauses out of 20012 with flag 1585001/1810328
98.62/97.58	c cleaning 10000 clauses out of 20011 with flag 1595003/1820330
99.22/98.13	c cleaning 9999 clauses out of 20012 with flag 1605004/1830331
99.72/98.62	c cleaning 10001 clauses out of 20011 with flag 1615002/1840329
100.22/99.17	c cleaning 9997 clauses out of 20008 with flag 1625000/1850327
100.72/99.68	c cleaning 9999 clauses out of 20012 with flag 1635001/1860328
101.32/100.21	c cleaning 9998 clauses out of 20013 with flag 1645001/1870328
101.82/100.75	c cleaning 9995 clauses out of 20014 with flag 1655000/1880327
102.42/101.31	c cleaning 10003 clauses out of 20021 with flag 1665002/1890329
102.92/101.82	c cleaning 10002 clauses out of 20016 with flag 1675000/1900327
103.43/102.38	c cleaning 9999 clauses out of 20017 with flag 1685003/1910330
104.02/102.91	c cleaning 10001 clauses out of 20015 with flag 1695000/1920327
104.53/103.44	c cleaning 10002 clauses out of 20014 with flag 1705000/1930327
105.02/103.96	c cleaning 10003 clauses out of 20015 with flag 1715003/1940330
105.53/104.46	c cleaning 9997 clauses out of 20009 with flag 1725000/1950327
106.03/104.98	c cleaning 10001 clauses out of 20014 with flag 1735002/1960329
106.54/105.45	c cleaning 10000 clauses out of 20012 with flag 1745001/1970328
107.04/105.95	c cleaning 9996 clauses out of 20011 with flag 1755000/1980327
107.54/106.45	c cleaning 10003 clauses out of 20015 with flag 1765000/1990327
108.04/106.95	c cleaning 10002 clauses out of 20013 with flag 1775001/2000328
108.54/107.46	c cleaning 9997 clauses out of 20010 with flag 1785000/2010327
109.04/107.95	c cleaning 10001 clauses out of 20013 with flag 1795000/2020327
109.54/108.47	c cleaning 10001 clauses out of 20012 with flag 1805000/2030327
110.05/108.97	c cleaning 10004 clauses out of 20013 with flag 1815002/2040329
110.54/109.46	c cleaning 9997 clauses out of 20010 with flag 1825003/2050330
111.04/109.97	c cleaning 10000 clauses out of 20010 with flag 1835000/2060327
111.54/110.48	c cleaning 9997 clauses out of 20010 with flag 1845000/2070327
112.04/110.99	c cleaning 10001 clauses out of 20013 with flag 1855000/2080327
112.64/111.53	c cleaning 10004 clauses out of 20012 with flag 1865000/2090327
113.14/112.02	c cleaning 10000 clauses out of 20010 with flag 1875002/2100329
113.64/112.51	c cleaning 9995 clauses out of 20008 with flag 1885000/2110327
114.14/113.01	c cleaning 10004 clauses out of 20013 with flag 1895000/2120327
114.64/113.54	c cleaning 9996 clauses out of 20012 with flag 1905003/2130330
115.15/114.05	c cleaning 9998 clauses out of 20013 with flag 1915000/2140327
115.65/114.54	c cleaning 10005 clauses out of 20016 with flag 1925001/2150328
116.15/115.06	c cleaning 10002 clauses out of 20013 with flag 1935003/2160330
116.65/115.58	c cleaning 9997 clauses out of 20008 with flag 1945000/2170327
117.15/116.08	c cleaning 10001 clauses out of 20011 with flag 1955000/2180327
117.65/116.57	c cleaning 10000 clauses out of 20011 with flag 1965001/2190328
118.25/117.10	c cleaning 10001 clauses out of 20011 with flag 1975001/2200328
118.65/117.59	c cleaning 9999 clauses out of 20009 with flag 1985000/2210327
119.25/118.10	c cleaning 10001 clauses out of 20011 with flag 1995001/2220328
119.65/118.60	c cleaning 9999 clauses out of 20012 with flag 2005003/2230330
120.25/119.11	c cleaning 9996 clauses out of 20010 with flag 2015000/2240327
120.75/119.62	c cleaning 10002 clauses out of 20015 with flag 2025001/2250328
121.25/120.15	c cleaning 10005 clauses out of 20014 with flag 2035002/2260329
121.76/120.67	c cleaning 9993 clauses out of 20007 with flag 2045000/2270327
122.26/121.19	c cleaning 9999 clauses out of 20014 with flag 2055000/2280327
122.76/121.69	c cleaning 10002 clauses out of 20016 with flag 2065001/2290328
123.26/122.17	c cleaning 10001 clauses out of 20013 with flag 2075000/2300327
123.76/122.63	c cleaning 9997 clauses out of 20013 with flag 2085001/2310328
124.26/123.18	c cleaning 10002 clauses out of 20015 with flag 2095000/2320327
124.86/123.71	c cleaning 10004 clauses out of 20014 with flag 2105001/2330328
125.37/124.28	c cleaning 10000 clauses out of 20009 with flag 2115000/2340327
125.97/124.81	c cleaning 10001 clauses out of 20010 with flag 2125001/2350328
126.47/125.32	c cleaning 9998 clauses out of 20008 with flag 2135000/2360327
126.97/125.84	c cleaning 9997 clauses out of 20011 with flag 2145001/2370328
127.47/126.35	c cleaning 10003 clauses out of 20013 with flag 2155000/2380327
127.97/126.86	c cleaning 10001 clauses out of 20012 with flag 2165002/2390329
128.57/127.40	c cleaning 9994 clauses out of 20010 with flag 2175001/2400328
129.07/127.92	c cleaning 10000 clauses out of 20015 with flag 2185000/2410327
129.57/128.44	c cleaning 9999 clauses out of 20015 with flag 2195000/2420327
130.08/128.97	c cleaning 10001 clauses out of 20016 with flag 2205000/2430327
130.58/129.47	c cleaning 10000 clauses out of 20015 with flag 2215000/2440327
131.07/129.97	c cleaning 10003 clauses out of 20016 with flag 2225001/2450328
131.67/130.52	c cleaning 10002 clauses out of 20013 with flag 2235001/2460328
132.17/131.03	c cleaning 10001 clauses out of 20012 with flag 2245002/2470329
132.67/131.54	c cleaning 10002 clauses out of 20010 with flag 2255001/2480328
133.18/132.04	c cleaning 9993 clauses out of 20009 with flag 2265002/2490329
133.68/132.54	c cleaning 10002 clauses out of 20017 with flag 2275003/2500330
134.18/133.07	c cleaning 10004 clauses out of 20016 with flag 2285004/2510331
134.68/133.60	c cleaning 10002 clauses out of 20009 with flag 2295001/2520328
135.28/134.12	c cleaning 9996 clauses out of 20006 with flag 2305000/2530327
135.78/134.62	c cleaning 10001 clauses out of 20011 with flag 2315001/2540328
136.28/135.11	c cleaning 9998 clauses out of 20009 with flag 2325000/2550327
136.78/135.60	c cleaning 10003 clauses out of 20011 with flag 2335000/2560327
137.28/136.14	c cleaning 10001 clauses out of 20011 with flag 2345003/2570330
137.79/136.64	c cleaning 9999 clauses out of 20010 with flag 2355003/2580330
138.29/137.16	c cleaning 10004 clauses out of 20011 with flag 2365003/2590330
138.90/137.71	c cleaning 10001 clauses out of 20005 with flag 2375001/2600328
139.40/138.21	c cleaning 9991 clauses out of 20004 with flag 2385001/2610328
139.90/138.73	c cleaning 9999 clauses out of 20012 with flag 2395000/2620327
140.40/139.24	c cleaning 9994 clauses out of 20013 with flag 2405000/2630327
140.91/139.75	c cleaning 10005 clauses out of 20021 with flag 2415002/2640329
141.40/140.25	c cleaning 10004 clauses out of 20015 with flag 2425001/2650328
141.90/140.77	c cleaning 10002 clauses out of 20011 with flag 2435001/2660328
142.40/141.28	c cleaning 10002 clauses out of 20011 with flag 2445003/2670330
142.90/141.76	c cleaning 10001 clauses out of 20010 with flag 2455004/2680331
143.40/142.29	c cleaning 9989 clauses out of 20005 with flag 2465000/2690327
143.90/142.78	c cleaning 10006 clauses out of 20018 with flag 2475002/2700329
144.40/143.29	c cleaning 9989 clauses out of 20012 with flag 2485002/2710329
145.00/143.86	c cleaning 9997 clauses out of 20021 with flag 2495000/2720327
145.60/144.40	c cleaning 10001 clauses out of 20024 with flag 2505000/2730327
146.20/145.03	c cleaning 10007 clauses out of 20023 with flag 2515000/2740327
146.70/145.55	c cleaning 10000 clauses out of 20016 with flag 2525000/2750327
147.30/146.12	c cleaning 10003 clauses out of 20016 with flag 2535000/2760327
147.80/146.61	c cleaning 10003 clauses out of 20014 with flag 2545001/2770328
148.20/147.08	c cleaning 9999 clauses out of 20010 with flag 2555000/2780327
148.70/147.58	c cleaning 9998 clauses out of 20011 with flag 2565000/2790327
149.21/148.08	c cleaning 10003 clauses out of 20013 with flag 2575000/2800327
149.81/148.61	c cleaning 9993 clauses out of 20010 with flag 2585000/2810327
150.31/149.15	c cleaning 10003 clauses out of 20021 with flag 2595004/2820331
150.81/149.68	c cleaning 9995 clauses out of 20015 with flag 2605001/2830328
151.41/150.23	c cleaning 10005 clauses out of 20022 with flag 2615003/2840330
151.92/150.76	c cleaning 10000 clauses out of 20015 with flag 2625001/2850328
152.41/151.28	c cleaning 10003 clauses out of 20015 with flag 2635001/2860328
153.02/151.82	c cleaning 9999 clauses out of 20013 with flag 2645002/2870329
153.52/152.35	c cleaning 10003 clauses out of 20012 with flag 2655000/2880327
154.02/152.83	c cleaning 10000 clauses out of 20010 with flag 2665001/2890328
154.52/153.32	c cleaning 10001 clauses out of 20010 with flag 2675001/2900328
155.02/153.82	c cleaning 10001 clauses out of 20010 with flag 2685002/2910329
155.52/154.36	c cleaning 10000 clauses out of 20007 with flag 2695000/2920327
156.03/154.88	c cleaning 9997 clauses out of 20007 with flag 2705000/2930327
156.63/155.40	c cleaning 9991 clauses out of 20011 with flag 2715001/2940328
157.13/155.90	c cleaning 10005 clauses out of 20019 with flag 2725000/2950327
157.63/156.41	c cleaning 10001 clauses out of 20014 with flag 2735000/2960327
158.13/156.90	c cleaning 10002 clauses out of 20013 with flag 2745000/2970327
158.63/157.46	c cleaning 9998 clauses out of 20011 with flag 2755000/2980327
159.14/157.99	c cleaning 10006 clauses out of 20017 with flag 2765004/2990331
159.74/158.57	c cleaning 9982 clauses out of 20007 with flag 2775000/3000327
160.34/159.18	c cleaning 10002 clauses out of 20027 with flag 2785002/3010329
161.28/159.78	c cleaning 10008 clauses out of 20023 with flag 2795000/3020327
162.24/160.35	c cleaning 10003 clauses out of 20018 with flag 2805003/3030330
162.84/160.97	c cleaning 9998 clauses out of 20012 with flag 2815000/3040327
163.34/161.49	c cleaning 10004 clauses out of 20014 with flag 2825000/3050327
163.84/161.99	c cleaning 10002 clauses out of 20010 with flag 2835000/3060327
164.44/162.50	c cleaning 10000 clauses out of 20010 with flag 2845002/3070329
164.85/162.97	c cleaning 9999 clauses out of 20008 with flag 2855000/3080327
165.35/163.48	c cleaning 10001 clauses out of 20011 with flag 2865002/3090329
165.95/164.03	c cleaning 9998 clauses out of 20010 with flag 2875002/3100329
166.45/164.53	c cleaning 9999 clauses out of 20010 with flag 2885000/3110327
166.96/165.04	c cleaning 9999 clauses out of 20011 with flag 2895000/3120327
167.45/165.56	c cleaning 9998 clauses out of 20012 with flag 2905000/3130327
167.95/166.06	c cleaning 10002 clauses out of 20016 with flag 2915002/3140329
168.45/166.56	c cleaning 10000 clauses out of 20012 with flag 2925000/3150327
169.06/167.13	c cleaning 10002 clauses out of 20015 with flag 2935003/3160330
169.56/167.67	c cleaning 9999 clauses out of 20011 with flag 2945001/3170328
170.06/168.20	c cleaning 9996 clauses out of 20011 with flag 2955000/3180327
170.66/168.70	c cleaning 9994 clauses out of 20015 with flag 2965000/3190327
171.27/169.34	c cleaning 9999 clauses out of 20021 with flag 2975000/3200327
171.87/169.93	c cleaning 10006 clauses out of 20023 with flag 2985001/3210328
172.47/170.54	c cleaning 9989 clauses out of 20016 with flag 2995000/3220327
173.17/171.20	c cleaning 10009 clauses out of 20027 with flag 3005000/3230327
173.77/171.81	c cleaning 10002 clauses out of 20018 with flag 3015000/3240327
174.37/172.48	c cleaning 10004 clauses out of 20016 with flag 3025000/3250327
175.07/173.15	c cleaning 10003 clauses out of 20015 with flag 3035003/3260330
175.68/173.75	c cleaning 9998 clauses out of 20009 with flag 3045000/3270327
176.28/174.34	c cleaning 9998 clauses out of 20011 with flag 3055000/3280327
176.78/174.89	c cleaning 10001 clauses out of 20013 with flag 3065000/3290327
177.38/175.47	c cleaning 10001 clauses out of 20016 with flag 3075004/3300331
177.98/176.04	c cleaning 9999 clauses out of 20011 with flag 3085000/3310327
178.58/176.63	c cleaning 10001 clauses out of 20012 with flag 3095000/3320327
179.18/177.23	c cleaning 10004 clauses out of 20011 with flag 3105000/3330327
179.78/177.85	c cleaning 9996 clauses out of 20009 with flag 3115002/3340329
180.38/178.43	c cleaning 10002 clauses out of 20017 with flag 3125006/3350333
180.88/178.98	c cleaning 10000 clauses out of 20012 with flag 3135003/3360330
181.48/179.57	c cleaning 10003 clauses out of 20011 with flag 3145002/3370329
181.98/180.07	c cleaning 9996 clauses out of 20006 with flag 3155000/3380327
182.58/180.61	c cleaning 9999 clauses out of 20012 with flag 3165002/3390329
183.09/181.10	c cleaning 10000 clauses out of 20011 with flag 3175000/3400327
183.59/181.61	c cleaning 10001 clauses out of 20012 with flag 3185001/3410328
184.09/182.17	c cleaning 10001 clauses out of 20013 with flag 3195003/3420330
184.69/182.71	c cleaning 9999 clauses out of 20009 with flag 3205000/3430327
185.19/183.22	c cleaning 10003 clauses out of 20012 with flag 3215002/3440329
185.82/183.85	c cleaning 9991 clauses out of 20006 with flag 3225000/3450327
186.43/184.45	c cleaning 10000 clauses out of 20017 with flag 3235002/3460329
187.03/185.07	c cleaning 10002 clauses out of 20015 with flag 3245000/3470327
187.74/185.79	c cleaning 9998 clauses out of 20013 with flag 3255001/3480328
188.25/186.25	c starts		: 271
188.25/186.25	c conflicts		: 3486777
188.25/186.25	c decisions		: 5278573
188.25/186.25	c propagations		: 173994169
188.25/186.25	c inspects		: 1745293085
188.25/186.25	c shortcuts		: 0
188.25/186.25	c learnt literals	: 6
188.25/186.25	c learnt binary clauses	: 18
188.25/186.25	c learnt ternary clauses	: 658
188.25/186.25	c learnt constraints	: 3486770
188.25/186.25	c ignored constraints	: 0
188.25/186.25	c root simplifications	: 0
188.25/186.25	c removed literals (reason simplification)	: 16379617
188.25/186.25	c reason swapping (by a shorter reason)	: 0
188.25/186.25	c Calls to reduceDB	: 355
188.25/186.25	c number of reductions to clauses (during analyze)	: 0
188.25/186.25	c number of learned constraints concerned by reduction	: 0
188.25/186.25	c number of learning phase by resolution	: 0
188.25/186.25	c number of learning phase by cutting planes	: 0
188.25/186.26	c speed (assignments/second)	: 1013331.988002679
188.25/186.26	c non guided choices	3246
188.25/186.26	c learnt constraints type 
188.25/186.26	c constraints type 
188.25/186.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
188.25/186.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
188.25/186.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
188.25/186.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
188.25/186.26	s OPTIMUM FOUND
188.25/186.26	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
188.25/186.26	c objective function=3
188.25/186.26	c Total wall clock time (in seconds): 186.153

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/195 2322
/proc/meminfo: memFree=1515472/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/2322/stat : 2322 (java) R 2320 2322 648 0 -1 4202496 951 0 0 0 0 0 0 0 25 0 1 0 883437632 23580672 693 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212034693009 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2322/statm: 5757 693 510 9 0 124 0
[pid=2322/tid=2323] ppid=2320 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 125 0 0 0 0 0 0 0 25 0 2 0 883437633 31272960 959 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212039655227 0 0 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.03024 s]
/proc/loadavg: 2.00 2.00 1.92 4/195 2322
/proc/meminfo: memFree=1515472/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10464264 CPUtime=0.02 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 10880 0 1 0 1 1 0 0 25 0 10 0 883437632 10715406336 10577 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2616066 10582 1550 9 0 2606814 0
[pid=2322/tid=2323] ppid=2320 vsize=10464264 CPUtime=0.02 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 9763 0 1 0 1 1 0 0 25 0 10 0 883437633 10715406336 10584 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 47636237987836 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10464264

[startup+0.104243 s]
/proc/loadavg: 2.00 2.00 1.92 4/195 2322
/proc/meminfo: memFree=1515472/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10539640 CPUtime=0.11 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 13195 0 1 0 9 2 0 0 25 0 18 0 883437632 10792591360 12850 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2634910 12851 2107 9 0 2625644 0
[pid=2322/tid=2323] ppid=2320 vsize=10539640 CPUtime=0.08 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 11222 0 1 0 7 1 0 0 18 0 18 0 883437633 10792591360 12851 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 47636238461779 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539640

[startup+0.300159 s]
/proc/loadavg: 2.00 2.00 1.92 4/195 2322
/proc/meminfo: memFree=1515472/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10540644 CPUtime=0.47 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 15711 0 1 0 44 3 0 0 25 0 18 0 883437632 10793619456 14982 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2635161 14982 2201 9 0 2625895 0
[pid=2322/tid=2323] ppid=2320 vsize=10540644 CPUtime=0.28 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 12853 0 1 0 26 2 0 0 18 0 18 0 883437633 10793619456 14983 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 46912505545924 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540644

[startup+0.701148 s]
/proc/loadavg: 2.00 2.00 1.92 4/195 2322
/proc/meminfo: memFree=1515472/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10550464 CPUtime=1.41 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 21529 0 1 0 138 3 0 0 25 0 19 0 883437632 10803675136 18781 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2637616 18781 2225 9 0 2628350 0
[pid=2322/tid=2323] ppid=2320 vsize=10550464 CPUtime=0.68 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 13956 0 1 0 66 2 0 0 19 0 19 0 883437633 10803675136 18781 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 46912505651575 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10550464

[startup+1.501 s]
/proc/loadavg: 2.00 2.00 1.92 3/214 2341
/proc/meminfo: memFree=1446276/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10550464 CPUtime=2.31 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 22540 0 1 0 228 3 0 0 25 0 19 0 883437632 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2637616 19790 2231 9 0 2628350 0
[pid=2322/tid=2323] ppid=2320 vsize=10550464 CPUtime=1.48 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 14943 0 1 0 146 2 0 0 18 0 19 0 883437633 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 47636236930163 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2322/tid=2325] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2325/stat : 2325 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2326] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2326/stat : 2326 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2327] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2327/stat : 2327 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2328] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2328/stat : 2328 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2329] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2329/stat : 2329 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2330] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2330/stat : 2330 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2331] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2331/stat : 2331 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2332] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2332/stat : 2332 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437635 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2333] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2333/stat : 2333 (java) S 2320 2322 648 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 883437636 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 0 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2334] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2334/stat : 2334 (java) S 2320 2322 648 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 883437636 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2335] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2335/stat : 2335 (java) S 2320 2322 648 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883437636 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2336] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2336/stat : 2336 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051478961 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2337] ppid=2320 vsize=10550464 CPUtime=0.39 cores=0,2,4,6
/proc/2322/task/2337/stat : 2337 (java) S 2320 2322 648 0 -1 4202560 2139 0 0 0 39 0 0 0 15 0 19 0 883437638 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2338] ppid=2320 vsize=10550464 CPUtime=0.42 cores=0,2,4,6
/proc/2322/task/2338/stat : 2338 (java) S 2320 2322 648 0 -1 4202560 4296 0 0 0 42 0 0 0 15 0 19 0 883437638 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2339] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2339/stat : 2339 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2340] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2340/stat : 2340 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883437638 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2341] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2341/stat : 2341 (java) S 2320 2322 648 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883437665 10803675136 19790 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10550464

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 1.92 3/214 2341
/proc/meminfo: memFree=1437968/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10550464 CPUtime=3.97 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 24595 0 1 0 393 4 0 0 25 0 19 0 883437632 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2637616 21381 2253 9 0 2628350 0
[pid=2322/tid=2323] ppid=2320 vsize=10550464 CPUtime=3 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 14950 0 1 0 297 3 0 0 20 0 19 0 883437633 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 46912505640768 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2322/tid=2325] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2325/stat : 2325 (java) S 2320 2322 648 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2326] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2326/stat : 2326 (java) S 2320 2322 648 0 -1 4202560 346 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2327] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2327/stat : 2327 (java) S 2320 2322 648 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2328] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2328/stat : 2328 (java) S 2320 2322 648 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2329] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2329/stat : 2329 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2330] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2330/stat : 2330 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2331] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2331/stat : 2331 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2332] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2332/stat : 2332 (java) S 2320 2322 648 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 19 0 883437635 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2333] ppid=2320 vsize=10550464 CPUtime=0.07 cores=0,2,4,6
/proc/2322/task/2333/stat : 2333 (java) S 2320 2322 648 0 -1 4202560 728 0 0 0 7 0 0 0 16 0 19 0 883437636 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 0 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2334] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2334/stat : 2334 (java) S 2320 2322 648 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883437636 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2335] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2335/stat : 2335 (java) S 2320 2322 648 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883437636 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2336] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2336/stat : 2336 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051478961 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2337] ppid=2320 vsize=10550464 CPUtime=0.44 cores=0,2,4,6
/proc/2322/task/2337/stat : 2337 (java) S 2320 2322 648 0 -1 4202560 2654 0 0 0 44 0 0 0 15 0 19 0 883437638 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2338] ppid=2320 vsize=10550464 CPUtime=0.42 cores=0,2,4,6
/proc/2322/task/2338/stat : 2338 (java) S 2320 2322 648 0 -1 4202560 4297 0 0 0 42 0 0 0 15 0 19 0 883437638 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2339] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2339/stat : 2339 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2340] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2340/stat : 2340 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883437638 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2341] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2341/stat : 2341 (java) S 2320 2322 648 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883437665 10803675136 21381 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 10550464

[startup+6.30116 s]
/proc/loadavg: 2.00 2.00 1.92 3/214 2341
/proc/meminfo: memFree=1435680/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10550464 CPUtime=7.18 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 24864 0 1 0 714 4 0 0 25 0 19 0 883437632 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2637616 21642 2253 9 0 2628350 0
[pid=2322/tid=2323] ppid=2320 vsize=10550464 CPUtime=6.09 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 14958 0 1 0 606 3 0 0 25 0 19 0 883437633 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 46912505650241 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2322/tid=2325] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2325/stat : 2325 (java) S 2320 2322 648 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2326] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2326/stat : 2326 (java) S 2320 2322 648 0 -1 4202560 379 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2327] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2327/stat : 2327 (java) S 2320 2322 648 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2328] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2328/stat : 2328 (java) S 2320 2322 648 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2329] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2329/stat : 2329 (java) S 2320 2322 648 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2330] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2330/stat : 2330 (java) S 2320 2322 648 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2331] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2331/stat : 2331 (java) S 2320 2322 648 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2332] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2332/stat : 2332 (java) S 2320 2322 648 0 -1 4202560 168 0 0 0 0 0 0 0 16 0 19 0 883437635 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2333] ppid=2320 vsize=10550464 CPUtime=0.17 cores=0,2,4,6
/proc/2322/task/2333/stat : 2333 (java) S 2320 2322 648 0 -1 4202560 761 0 0 0 17 0 0 0 16 0 19 0 883437636 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 0 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2334] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2334/stat : 2334 (java) S 2320 2322 648 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883437636 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2335] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2335/stat : 2335 (java) S 2320 2322 648 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883437636 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2336] ppid=2320 vsize=10550464 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2336/stat : 2336 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051478961 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2337] ppid=2320 vsize=10550464 CPUtime=0.44 cores=0,2,4,6
/proc/2322/task/2337/stat : 2337 (java) S 2320 2322 648 0 -1 4202560 2654 0 0 0 44 0 0 0 15 0 19 0 883437638 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2338] ppid=2320 vsize=10550464 CPUtime=0.42 cores=0,2,4,6
/proc/2322/task/2338/stat : 2338 (java) S 2320 2322 648 0 -1 4202560 4297 0 0 0 42 0 0 0 15 0 19 0 883437638 10803675136 21642 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0

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

/proc/2322/task/2325/stat : 2325 (java) S 2320 2322 648 0 -1 4202560 323 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2326] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2326/stat : 2326 (java) S 2320 2322 648 0 -1 4202560 392 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2327] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2327/stat : 2327 (java) S 2320 2322 648 0 -1 4202560 91 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2328] ppid=2320 vsize=10555216 CPUtime=0.09 cores=0,2,4,6
/proc/2322/task/2328/stat : 2328 (java) S 2320 2322 648 0 -1 4202560 11 0 0 0 9 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2329] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2329/stat : 2329 (java) S 2320 2322 648 0 -1 4202560 21 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2330] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2330/stat : 2330 (java) S 2320 2322 648 0 -1 4202560 93 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2331] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2331/stat : 2331 (java) S 2320 2322 648 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2332] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2332/stat : 2332 (java) S 2320 2322 648 0 -1 4202560 177 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2333] ppid=2320 vsize=10555216 CPUtime=5.48 cores=0,2,4,6
/proc/2322/task/2333/stat : 2333 (java) S 2320 2322 648 0 -1 4202560 1402 0 0 0 542 6 0 0 15 0 19 0 883437636 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 0 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2334] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2334/stat : 2334 (java) S 2320 2322 648 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2335] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2335/stat : 2335 (java) S 2320 2322 648 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2336] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2336/stat : 2336 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051478961 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2337] ppid=2320 vsize=10555216 CPUtime=0.8 cores=0,2,4,6
/proc/2322/task/2337/stat : 2337 (java) S 2320 2322 648 0 -1 4202560 10692 0 0 0 79 1 0 0 16 0 19 0 883437638 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2338] ppid=2320 vsize=10555216 CPUtime=0.85 cores=0,2,4,6
/proc/2322/task/2338/stat : 2338 (java) S 2320 2322 648 0 -1 4202560 5913 0 0 0 85 0 0 0 15 0 19 0 883437638 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2339] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2339/stat : 2339 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2340] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2340/stat : 2340 (java) S 2320 2322 648 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883437638 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2341] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2341/stat : 2341 (java) S 2320 2322 648 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883437665 10808541184 24308 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 187.54
Current children cumulated vsize (KiB) 10555216

[startup+185.907 s]
/proc/loadavg: 2.03 2.01 1.93 3/214 2349
/proc/meminfo: memFree=1417852/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10555216 CPUtime=187.94 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 35603 0 1 0 18779 15 0 0 25 0 19 0 883437632 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2638804 24312 2255 9 0 2629538 0
[pid=2322/tid=2323] ppid=2320 vsize=10555216 CPUtime=179.87 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 15301 0 1 0 17983 4 0 0 25 0 19 0 883437633 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 46912505650241 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2322/tid=2325] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2325/stat : 2325 (java) S 2320 2322 648 0 -1 4202560 323 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2326] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2326/stat : 2326 (java) S 2320 2322 648 0 -1 4202560 394 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2327] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2327/stat : 2327 (java) S 2320 2322 648 0 -1 4202560 91 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2328] ppid=2320 vsize=10555216 CPUtime=0.09 cores=0,2,4,6
/proc/2322/task/2328/stat : 2328 (java) S 2320 2322 648 0 -1 4202560 11 0 0 0 9 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2329] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2329/stat : 2329 (java) S 2320 2322 648 0 -1 4202560 21 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2330] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2330/stat : 2330 (java) S 2320 2322 648 0 -1 4202560 93 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2331] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2331/stat : 2331 (java) S 2320 2322 648 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2332] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2332/stat : 2332 (java) S 2320 2322 648 0 -1 4202560 177 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2333] ppid=2320 vsize=10555216 CPUtime=5.5 cores=0,2,4,6
/proc/2322/task/2333/stat : 2333 (java) S 2320 2322 648 0 -1 4202560 1404 0 0 0 544 6 0 0 15 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 0 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2334] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2334/stat : 2334 (java) S 2320 2322 648 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2335] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2335/stat : 2335 (java) S 2320 2322 648 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2336] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2336/stat : 2336 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051478961 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2337] ppid=2320 vsize=10555216 CPUtime=0.8 cores=0,2,4,6
/proc/2322/task/2337/stat : 2337 (java) S 2320 2322 648 0 -1 4202560 10692 0 0 0 79 1 0 0 16 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2338] ppid=2320 vsize=10555216 CPUtime=0.85 cores=0,2,4,6
/proc/2322/task/2338/stat : 2338 (java) S 2320 2322 648 0 -1 4202560 5913 0 0 0 85 0 0 0 15 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2339] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2339/stat : 2339 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2340] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2340/stat : 2340 (java) S 2320 2322 648 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2341] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2341/stat : 2341 (java) S 2320 2322 648 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883437665 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 187.94
Current children cumulated vsize (KiB) 10555216

[startup+186.101 s]
/proc/loadavg: 2.03 2.01 1.93 3/214 2349
/proc/meminfo: memFree=1417852/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10555216 CPUtime=188.15 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 35603 0 1 0 18800 15 0 0 25 0 19 0 883437632 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2638804 24312 2255 9 0 2629538 0
[pid=2322/tid=2323] ppid=2320 vsize=10555216 CPUtime=180.07 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 15301 0 1 0 18003 4 0 0 25 0 19 0 883437633 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 46912505649312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2322/tid=2325] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2325/stat : 2325 (java) S 2320 2322 648 0 -1 4202560 323 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2326] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2326/stat : 2326 (java) S 2320 2322 648 0 -1 4202560 394 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2327] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2327/stat : 2327 (java) S 2320 2322 648 0 -1 4202560 91 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2328] ppid=2320 vsize=10555216 CPUtime=0.09 cores=0,2,4,6
/proc/2322/task/2328/stat : 2328 (java) S 2320 2322 648 0 -1 4202560 11 0 0 0 9 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2329] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2329/stat : 2329 (java) S 2320 2322 648 0 -1 4202560 21 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2330] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2330/stat : 2330 (java) S 2320 2322 648 0 -1 4202560 93 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2331] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2331/stat : 2331 (java) S 2320 2322 648 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2332] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2332/stat : 2332 (java) S 2320 2322 648 0 -1 4202560 177 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2333] ppid=2320 vsize=10555216 CPUtime=5.5 cores=0,2,4,6
/proc/2322/task/2333/stat : 2333 (java) S 2320 2322 648 0 -1 4202560 1404 0 0 0 544 6 0 0 15 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 0 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2334] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2334/stat : 2334 (java) S 2320 2322 648 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2335] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2335/stat : 2335 (java) S 2320 2322 648 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2336] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2336/stat : 2336 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051478961 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2337] ppid=2320 vsize=10555216 CPUtime=0.8 cores=0,2,4,6
/proc/2322/task/2337/stat : 2337 (java) S 2320 2322 648 0 -1 4202560 10692 0 0 0 79 1 0 0 16 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2338] ppid=2320 vsize=10555216 CPUtime=0.86 cores=0,2,4,6
/proc/2322/task/2338/stat : 2338 (java) S 2320 2322 648 0 -1 4202560 5913 0 0 0 86 0 0 0 15 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2339] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2339/stat : 2339 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2340] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2340/stat : 2340 (java) S 2320 2322 648 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2341] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2341/stat : 2341 (java) S 2320 2322 648 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883437665 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 188.15
Current children cumulated vsize (KiB) 10555216

[startup+186.201 s]
/proc/loadavg: 2.03 2.01 1.93 3/214 2349
/proc/meminfo: memFree=1417852/32951124 swapFree=67050916/67111528
[pid=2322] ppid=2320 vsize=10555216 CPUtime=188.25 cores=0,2,4,6
/proc/2322/stat : 2322 (java) S 2320 2322 648 0 -1 4202496 35603 0 1 0 18810 15 0 0 25 0 19 0 883437632 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2322/statm: 2638804 24312 2255 9 0 2629538 0
[pid=2322/tid=2323] ppid=2320 vsize=10555216 CPUtime=180.17 cores=0,2,4,6
/proc/2322/task/2323/stat : 2323 (java) R 2320 2322 648 0 -1 4202560 15301 0 1 0 18013 4 0 0 25 0 19 0 883437633 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 46912505658236 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2322/tid=2325] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2325/stat : 2325 (java) S 2320 2322 648 0 -1 4202560 323 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2326] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2326/stat : 2326 (java) S 2320 2322 648 0 -1 4202560 394 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2327] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2327/stat : 2327 (java) S 2320 2322 648 0 -1 4202560 91 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2328] ppid=2320 vsize=10555216 CPUtime=0.09 cores=0,2,4,6
/proc/2322/task/2328/stat : 2328 (java) S 2320 2322 648 0 -1 4202560 11 0 0 0 9 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2329] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2329/stat : 2329 (java) S 2320 2322 648 0 -1 4202560 21 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2330] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2330/stat : 2330 (java) S 2320 2322 648 0 -1 4202560 93 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2331] ppid=2320 vsize=10555216 CPUtime=0.1 cores=0,2,4,6
/proc/2322/task/2331/stat : 2331 (java) S 2320 2322 648 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2332] ppid=2320 vsize=10555216 CPUtime=0.11 cores=0,2,4,6
/proc/2322/task/2332/stat : 2332 (java) S 2320 2322 648 0 -1 4202560 177 0 0 0 11 0 0 0 15 0 19 0 883437635 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2333] ppid=2320 vsize=10555216 CPUtime=5.5 cores=0,2,4,6
/proc/2322/task/2333/stat : 2333 (java) S 2320 2322 648 0 -1 4202560 1404 0 0 0 544 6 0 0 15 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 0 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2334] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2334/stat : 2334 (java) S 2320 2322 648 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2335] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2335/stat : 2335 (java) S 2320 2322 648 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883437636 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2336] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2336/stat : 2336 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051478961 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2337] ppid=2320 vsize=10555216 CPUtime=0.8 cores=0,2,4,6
/proc/2322/task/2337/stat : 2337 (java) S 2320 2322 648 0 -1 4202560 10692 0 0 0 79 1 0 0 16 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
[pid=2322/tid=2338] ppid=2320 vsize=10555216 CPUtime=0.86 cores=0,2,4,6
/proc/2322/task/2338/stat : 2338 (java) S 2320 2322 648 0 -1 4202560 5913 0 0 0 86 0 0 0 15 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 4 0 0 0
[pid=2322/tid=2339] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2339/stat : 2339 (java) S 2320 2322 648 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471257 0 4 0 16800975 18446604453944323072 0 0 -1 6 0 0 0
[pid=2322/tid=2340] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2340/stat : 2340 (java) S 2320 2322 648 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883437638 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 0 0 0 0
[pid=2322/tid=2341] ppid=2320 vsize=10555216 CPUtime=0 cores=0,2,4,6
/proc/2322/task/2341/stat : 2341 (java) S 2320 2322 648 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883437665 10808541184 24312 33554432000 1073741824 1073778376 140735277324160 18446744073709551615 212051471872 0 4 0 16800975 18446604453944323072 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 188.25
Current children cumulated vsize (KiB) 10555216

Child status: 30
Real time (s): 186.267
CPU time (s): 188.324
CPU user time (s): 188.166
CPU system time (s): 0.157975
CPU usage (%): 101.105
Max. virtual memory (cumulated for all children) (KiB): 10555216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.166
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35623
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= 13437
involuntary context switches= 6485

runsolver used 0.334949 second user time and 0.702893 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-12 22:23:34
IDJOB=3492652
IDBENCH=78940
IDSOLVER=1982
FILE ID=node146/3492652-1307910214
RUNJOBID= node146-1307908413-2090
PBS_JOBID= 13559563
Free space on /tmp= 6552 MiB

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

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

MD5SUM BENCH= a9f9ba62d7684b26a7c6c823c9992171
RANDOM SEED=671152419

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:       1516124 kB
Buffers:         69768 kB
Cached:       30328084 kB
SwapCached:      13072 kB
Active:       15784032 kB
Inactive:     14702780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1516124 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:             996 kB
Writeback:           0 kB
AnonPages:       87576 kB
Mapped:          17300 kB
Slab:           884820 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10543692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 6552 MiB
End job on node146 at 2011-06-12 22:26:40