Trace number 3492704

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 139.942 137.896

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
MD5SUM125243b279b6e24b77d57dd07a5f7014
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark59.058
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492704-1307910490.wbo
0.10/0.11	c reading problem ... 
0.47/0.30	c ... done. Wall clock time 0.193s.
0.47/0.30	c #vars     1168
0.47/0.30	c #constraints  2707
0.47/0.30	c constraints type 
0.47/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.47/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.47/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.47/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.75/0.40	c SATISFIABLE
0.75/0.40	c OPTIMIZING...
0.75/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.75/0.40	o 457
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.32
0.75/0.43	o 400
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.75/0.47	o 378
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.397
1.04/0.51	o 343
1.04/0.53	c Got one! Elapsed wall clock time (in seconds):0.42
1.04/0.53	o 120
1.04/0.57	c Got one! Elapsed wall clock time (in seconds):0.457
1.04/0.57	o 114
1.89/1.11	c cleaning 3050 clauses out of 6103 with flag 5001/6103
1.89/1.14	c Got one! Elapsed wall clock time (in seconds):1.034
1.89/1.14	o 113
2.02/1.29	c Got one! Elapsed wall clock time (in seconds):1.177
2.02/1.29	o 104
2.12/1.36	c Got one! Elapsed wall clock time (in seconds):1.251
2.12/1.36	o 94
2.23/1.44	c Got one! Elapsed wall clock time (in seconds):1.334
2.23/1.44	o 91
2.57/1.72	c cleaning 4988 clauses out of 9987 with flag 3001/13037
3.17/2.32	c cleaning 5497 clauses out of 11000 with flag 9002/19038
3.78/2.95	c Got one! Elapsed wall clock time (in seconds):2.843
3.78/2.95	o 59
4.20/3.38	c cleaning 8151 clauses out of 16307 with flag 5000/29842
4.78/3.80	c cleaning 7076 clauses out of 14157 with flag 11001/35843
5.18/4.04	c Got one! Elapsed wall clock time (in seconds):3.926
5.18/4.04	o 57
5.38/4.19	c cleaning 6213 clauses out of 12436 with flag 2001/41198
6.25/4.66	c cleaning 6107 clauses out of 12222 with flag 8000/47197
6.25/4.68	c Got one! Elapsed wall clock time (in seconds):4.574
6.25/4.68	o 51
6.66/5.00	c cleaning 5656 clauses out of 11317 with flag 5002/52399
6.96/5.35	c cleaning 5827 clauses out of 11659 with flag 11000/58397
7.46/5.81	c cleaning 6414 clauses out of 12833 with flag 18001/65398
7.87/6.29	c cleaning 7202 clauses out of 14418 with flag 26000/73397
8.47/6.87	c cleaning 8106 clauses out of 16216 with flag 35000/82397
9.17/7.52	c cleaning 9050 clauses out of 18110 with flag 45000/92397
9.88/8.20	c cleaning 9526 clauses out of 19060 with flag 55000/102397
10.08/8.43	c Got one! Elapsed wall clock time (in seconds):8.324
10.08/8.43	o 48
10.18/8.58	c cleaning 7468 clauses out of 14943 with flag 2006/107806
10.58/8.91	c cleaning 6726 clauses out of 13471 with flag 8002/113802
10.98/9.34	c cleaning 6865 clauses out of 13743 with flag 15000/120800
11.49/9.86	c cleaning 7427 clauses out of 14878 with flag 23000/128800
12.09/10.41	c cleaning 8220 clauses out of 16451 with flag 32000/137800
12.39/10.74	c Got one! Elapsed wall clock time (in seconds):10.636
12.39/10.74	o 41
12.79/11.10	c cleaning 9464 clauses out of 18935 with flag 5003/148504
13.09/11.49	c cleaning 7725 clauses out of 15471 with flag 11003/154504
13.59/11.91	c Got one! Elapsed wall clock time (in seconds):11.802
13.59/11.91	o 40
13.89/12.29	c cleaning 9538 clauses out of 19083 with flag 5001/165841
14.29/12.63	c cleaning 7767 clauses out of 15544 with flag 11000/171840
14.69/13.08	c cleaning 7382 clauses out of 14777 with flag 18000/178840
14.90/13.23	c Got one! Elapsed wall clock time (in seconds):13.117
14.90/13.23	o 32
15.09/13.41	c cleaning 6511 clauses out of 13048 with flag 3002/184493
15.39/13.73	c cleaning 6261 clauses out of 12536 with flag 9001/190492
15.79/14.15	c cleaning 6631 clauses out of 13274 with flag 16000/197491
16.19/14.58	c cleaning 7314 clauses out of 14643 with flag 24000/205491
16.69/15.10	c cleaning 8162 clauses out of 16333 with flag 33004/214495
17.39/15.72	c cleaning 9076 clauses out of 18167 with flag 43000/224491
18.00/16.34	c cleaning 9542 clauses out of 19093 with flag 53002/234493
18.60/16.95	c cleaning 9767 clauses out of 19552 with flag 63003/244494
19.21/17.55	c cleaning 9886 clauses out of 19784 with flag 73002/254493
19.81/18.15	c cleaning 9942 clauses out of 19896 with flag 83000/264491
20.42/18.77	c cleaning 9975 clauses out of 19959 with flag 93005/274496
21.01/19.37	c cleaning 9985 clauses out of 19980 with flag 103001/284492
21.62/19.99	c cleaning 9993 clauses out of 19996 with flag 113002/294493
22.22/20.58	c cleaning 9997 clauses out of 20002 with flag 123001/304492
22.82/21.16	c cleaning 9995 clauses out of 20005 with flag 133001/314492
23.12/21.41	c Got one! Elapsed wall clock time (in seconds):21.297
23.12/21.41	o 22
23.12/21.47	c cleaning 7883 clauses out of 15773 with flag 1002/320255
23.52/21.84	c cleaning 6936 clauses out of 13888 with flag 7000/326253
23.92/22.22	c cleaning 6972 clauses out of 13953 with flag 14001/333254
24.32/22.67	c cleaning 7481 clauses out of 14981 with flag 22001/341254
24.82/23.13	c cleaning 8245 clauses out of 16500 with flag 31001/350254
25.52/23.80	c cleaning 9122 clauses out of 18255 with flag 41001/360254
26.12/24.49	c cleaning 9561 clauses out of 19133 with flag 51001/370254
26.82/25.13	c cleaning 9777 clauses out of 19571 with flag 61000/380253
27.42/25.75	c cleaning 9881 clauses out of 19794 with flag 71000/390253
28.03/26.36	c cleaning 9955 clauses out of 19918 with flag 81005/400258
28.62/26.97	c cleaning 9958 clauses out of 19958 with flag 91000/410253
29.23/27.53	c cleaning 9993 clauses out of 20000 with flag 101000/420253
29.84/28.10	c cleaning 9998 clauses out of 20007 with flag 111000/430253
30.35/28.68	c cleaning 9997 clauses out of 20009 with flag 121000/440253
30.95/29.24	c cleaning 10000 clauses out of 20012 with flag 131000/450253
31.55/29.83	c cleaning 10001 clauses out of 20013 with flag 141001/460254
32.15/30.40	c cleaning 10002 clauses out of 20014 with flag 151003/470256
32.65/30.96	c cleaning 10002 clauses out of 20009 with flag 161000/480253
33.25/31.52	c cleaning 9999 clauses out of 20009 with flag 171002/490255
33.75/32.09	c cleaning 10002 clauses out of 20010 with flag 181002/500255
34.36/32.69	c cleaning 9998 clauses out of 20008 with flag 191002/510255
34.96/33.24	c cleaning 9998 clauses out of 20013 with flag 201005/520258
35.46/33.79	c cleaning 10001 clauses out of 20012 with flag 211002/530255
36.16/34.42	c cleaning 10003 clauses out of 20012 with flag 221003/540256
36.76/35.02	c cleaning 9996 clauses out of 20006 with flag 231000/550253
37.36/35.62	c cleaning 9993 clauses out of 20010 with flag 241000/560253
37.86/36.16	c cleaning 10003 clauses out of 20020 with flag 251003/570256
38.47/36.70	c cleaning 10000 clauses out of 20016 with flag 261002/580255
38.97/37.26	c cleaning 10004 clauses out of 20016 with flag 271002/590255
39.58/37.82	c cleaning 10000 clauses out of 20012 with flag 281002/600255
40.08/38.38	c cleaning 9990 clauses out of 20010 with flag 291000/610253
40.68/38.94	c cleaning 10003 clauses out of 20020 with flag 301000/620253
41.29/39.51	c cleaning 10006 clauses out of 20017 with flag 311000/630253
41.79/40.07	c cleaning 10002 clauses out of 20012 with flag 321001/640254
42.40/40.65	c cleaning 9992 clauses out of 20010 with flag 331001/650254
42.99/41.27	c cleaning 9998 clauses out of 20018 with flag 341001/660254
43.60/41.88	c cleaning 10003 clauses out of 20020 with flag 351001/670254
44.19/42.43	c cleaning 10002 clauses out of 20016 with flag 361000/680253
44.70/42.98	c cleaning 10000 clauses out of 20015 with flag 371001/690254
45.29/43.53	c cleaning 10001 clauses out of 20014 with flag 381000/700253
45.80/44.07	c cleaning 9992 clauses out of 20013 with flag 391000/710253
46.39/44.64	c cleaning 10005 clauses out of 20024 with flag 401003/720256
46.99/45.21	c cleaning 10006 clauses out of 20021 with flag 411005/730258
47.49/45.74	c cleaning 10001 clauses out of 20011 with flag 421001/740254
48.09/46.30	c cleaning 9999 clauses out of 20009 with flag 431000/750253
48.59/46.85	c cleaning 9996 clauses out of 20014 with flag 441004/760257
49.19/47.44	c cleaning 9996 clauses out of 20015 with flag 451001/770254
49.79/48.06	c cleaning 10000 clauses out of 20020 with flag 461002/780255
50.39/48.67	c cleaning 10007 clauses out of 20020 with flag 471002/790255
50.99/49.22	c cleaning 9997 clauses out of 20011 with flag 481000/800253
51.60/49.80	c cleaning 9998 clauses out of 20014 with flag 491000/810253
52.10/50.35	c cleaning 10003 clauses out of 20018 with flag 501002/820255
52.70/50.97	c cleaning 10004 clauses out of 20014 with flag 511001/830254
53.33/51.58	c cleaning 10004 clauses out of 20011 with flag 521002/840255
54.04/52.21	c cleaning 9995 clauses out of 20006 with flag 531001/850254
54.65/52.81	c cleaning 9992 clauses out of 20010 with flag 541000/860253
55.25/53.41	c cleaning 10002 clauses out of 20019 with flag 551001/870254
55.75/53.98	c Got one! Elapsed wall clock time (in seconds):53.867
55.75/53.98	o 13
56.15/54.36	c cleaning 12223 clauses out of 24455 with flag 5000/884692
56.55/54.70	c cleaning 9106 clauses out of 18233 with flag 11001/890693
56.86/55.07	c cleaning 8058 clauses out of 16128 with flag 18002/897694
57.26/55.49	c cleaning 8029 clauses out of 16068 with flag 26000/905692
57.76/55.97	c cleaning 8513 clauses out of 17039 with flag 35000/914692
58.36/56.54	c cleaning 9261 clauses out of 18527 with flag 45001/924693
58.86/57.09	c cleaning 9627 clauses out of 19265 with flag 55000/934692
59.46/57.61	c cleaning 9814 clauses out of 19638 with flag 65000/944692
59.96/58.15	c cleaning 9908 clauses out of 19827 with flag 75003/954695
60.46/58.60	c cleaning 9954 clauses out of 19917 with flag 85001/964693
60.86/59.07	c cleaning 9977 clauses out of 19964 with flag 95002/974694
61.46/59.61	c cleaning 9989 clauses out of 19985 with flag 105000/984692
61.96/60.19	c cleaning 9993 clauses out of 19996 with flag 115000/994692
62.56/60.77	c cleaning 9992 clauses out of 20004 with flag 125001/1004693
63.16/61.32	c cleaning 10001 clauses out of 20011 with flag 135000/1014692
63.67/61.85	c cleaning 9999 clauses out of 20010 with flag 145000/1024692
64.27/62.42	c cleaning 10003 clauses out of 20014 with flag 155003/1034695
64.77/62.94	c cleaning 9996 clauses out of 20010 with flag 165002/1044694
65.27/63.44	c cleaning 9999 clauses out of 20012 with flag 175000/1054692
65.77/63.96	c cleaning 9999 clauses out of 20013 with flag 185000/1064692
66.37/64.53	c cleaning 10003 clauses out of 20015 with flag 195001/1074693
66.87/65.06	c cleaning 9995 clauses out of 20011 with flag 205000/1084692
67.38/65.59	c cleaning 10004 clauses out of 20019 with flag 215003/1094695
67.98/66.11	c cleaning 10004 clauses out of 20014 with flag 225002/1104694
68.48/66.67	c cleaning 10002 clauses out of 20009 with flag 235001/1114693
69.08/67.22	c cleaning 9993 clauses out of 20006 with flag 245000/1124692
69.58/67.75	c cleaning 10003 clauses out of 20014 with flag 255001/1134693
70.09/68.28	c cleaning 9997 clauses out of 20010 with flag 265000/1144692
70.68/68.80	c cleaning 9996 clauses out of 20013 with flag 275000/1154692
71.19/69.32	c cleaning 9998 clauses out of 20018 with flag 285001/1164693
71.68/69.87	c cleaning 10004 clauses out of 20019 with flag 295000/1174692
72.29/70.41	c cleaning 9998 clauses out of 20015 with flag 305000/1184692
72.78/70.93	c cleaning 10004 clauses out of 20018 with flag 315001/1194693
73.29/71.50	c cleaning 10000 clauses out of 20014 with flag 325001/1204693
73.88/72.02	c cleaning 10003 clauses out of 20014 with flag 335001/1214693
74.39/72.56	c cleaning 9995 clauses out of 20010 with flag 345000/1224692
74.99/73.11	c cleaning 9999 clauses out of 20015 with flag 355000/1234692
75.49/73.65	c cleaning 10000 clauses out of 20016 with flag 365000/1244692
76.09/74.21	c cleaning 10003 clauses out of 20020 with flag 375004/1254696
76.59/74.76	c cleaning 10001 clauses out of 20015 with flag 385002/1264694
77.09/75.30	c cleaning 9998 clauses out of 20013 with flag 395001/1274693
77.70/75.83	c cleaning 10007 clauses out of 20017 with flag 405003/1284695
78.19/76.35	c cleaning 9996 clauses out of 20008 with flag 415001/1294693
78.81/76.90	c cleaning 9998 clauses out of 20013 with flag 425002/1304694
79.31/77.47	c cleaning 10002 clauses out of 20015 with flag 435002/1314694
79.92/78.00	c cleaning 10003 clauses out of 20012 with flag 445001/1324693
80.42/78.55	c cleaning 9998 clauses out of 20008 with flag 455000/1334692
80.92/79.08	c cleaning 9988 clauses out of 20010 with flag 465000/1344692
81.52/79.62	c cleaning 10002 clauses out of 20022 with flag 475000/1354692
82.02/80.19	c cleaning 10000 clauses out of 20020 with flag 485000/1364692
82.63/80.76	c cleaning 9996 clauses out of 20021 with flag 495001/1374693
83.24/81.32	c cleaning 10007 clauses out of 20024 with flag 505000/1384692
83.73/81.87	c cleaning 10000 clauses out of 20017 with flag 515000/1394692
84.34/82.47	c cleaning 10001 clauses out of 20018 with flag 525001/1404693
84.93/83.03	c cleaning 9996 clauses out of 20016 with flag 535000/1414692
85.44/83.56	c cleaning 10005 clauses out of 20021 with flag 545001/1424693
85.93/84.07	c cleaning 10006 clauses out of 20017 with flag 555002/1434694
86.43/84.56	c cleaning 9999 clauses out of 20009 with flag 565000/1444692
86.93/85.06	c cleaning 10003 clauses out of 20016 with flag 575006/1454698
87.43/85.59	c cleaning 10000 clauses out of 20008 with flag 585001/1464693
88.04/86.14	c cleaning 9993 clauses out of 20008 with flag 595001/1474693
88.54/86.69	c cleaning 10005 clauses out of 20017 with flag 605003/1484695
89.14/87.24	c cleaning 9994 clauses out of 20010 with flag 615001/1494693
89.74/87.84	c cleaning 9996 clauses out of 20015 with flag 625000/1504692
90.24/88.37	c cleaning 10000 clauses out of 20020 with flag 635001/1514693
90.84/88.94	c cleaning 10003 clauses out of 20020 with flag 645001/1524693
91.44/89.52	c cleaning 9997 clauses out of 20016 with flag 655000/1534692
91.95/90.03	c cleaning 10004 clauses out of 20020 with flag 665001/1544693
92.45/90.55	c cleaning 10005 clauses out of 20015 with flag 675000/1554692
92.95/91.05	c cleaning 10002 clauses out of 20012 with flag 685002/1564694
93.45/91.56	c cleaning 9997 clauses out of 20009 with flag 695001/1574693
94.05/92.11	c cleaning 9999 clauses out of 20011 with flag 705000/1584692
94.55/92.66	c cleaning 9997 clauses out of 20014 with flag 715002/1594694
95.05/93.19	c cleaning 9999 clauses out of 20016 with flag 725001/1604693
95.65/93.72	c cleaning 9998 clauses out of 20017 with flag 735001/1614693
96.15/94.28	c cleaning 10001 clauses out of 20020 with flag 745002/1624694
96.75/94.82	c cleaning 10006 clauses out of 20017 with flag 755000/1634692
97.25/95.34	c cleaning 9998 clauses out of 20011 with flag 765000/1644692
97.85/95.91	c cleaning 10005 clauses out of 20015 with flag 775002/1654694
98.35/96.45	c cleaning 9989 clauses out of 20008 with flag 785000/1664692
98.95/97.02	c cleaning 10003 clauses out of 20020 with flag 795001/1674693
99.45/97.58	c cleaning 10001 clauses out of 20016 with flag 805000/1684692
100.06/98.16	c cleaning 9998 clauses out of 20015 with flag 815000/1694692
100.66/98.73	c cleaning 9996 clauses out of 20020 with flag 825003/1704695
101.16/99.26	c cleaning 10009 clauses out of 20026 with flag 835005/1714697
101.76/99.81	c cleaning 9998 clauses out of 20013 with flag 845001/1724693
102.26/100.36	c cleaning 9999 clauses out of 20014 with flag 855000/1734692
102.86/100.92	c cleaning 10004 clauses out of 20016 with flag 865001/1744693
103.46/101.51	c cleaning 9998 clauses out of 20011 with flag 875000/1754692
104.06/102.14	c cleaning 9998 clauses out of 20016 with flag 885003/1764695
104.66/102.74	c cleaning 10004 clauses out of 20017 with flag 895002/1774694
105.17/103.29	c cleaning 9997 clauses out of 20012 with flag 905001/1784693
105.78/103.88	c cleaning 10004 clauses out of 20017 with flag 915003/1794695
106.38/104.44	c cleaning 10001 clauses out of 20010 with flag 925000/1804692
106.98/105.08	c cleaning 9998 clauses out of 20010 with flag 935001/1814693
107.59/105.68	c cleaning 9997 clauses out of 20011 with flag 945000/1824692
108.18/106.25	c cleaning 10005 clauses out of 20016 with flag 955002/1834694
108.78/106.81	c cleaning 9999 clauses out of 20009 with flag 965000/1844692
109.38/107.40	c cleaning 9997 clauses out of 20010 with flag 975000/1854692
109.88/107.95	c cleaning 10004 clauses out of 20013 with flag 985000/1864692
110.48/108.50	c cleaning 9994 clauses out of 20009 with flag 995000/1874692
110.98/109.04	c cleaning 9997 clauses out of 20016 with flag 1005001/1884693
111.59/109.61	c cleaning 10003 clauses out of 20018 with flag 1015000/1894692
112.09/110.16	c cleaning 9993 clauses out of 20015 with flag 1025000/1904692
112.69/110.76	c cleaning 10007 clauses out of 20024 with flag 1035002/1914694
113.39/111.40	c cleaning 9999 clauses out of 20016 with flag 1045001/1924693
113.89/111.96	c cleaning 10004 clauses out of 20018 with flag 1055002/1934694
114.49/112.53	c cleaning 9995 clauses out of 20012 with flag 1065000/1944692
114.99/113.05	c cleaning 9995 clauses out of 20018 with flag 1075001/1954693
115.49/113.59	c cleaning 10001 clauses out of 20024 with flag 1085002/1964694
116.09/114.15	c cleaning 10008 clauses out of 20021 with flag 1095000/1974692
116.69/114.74	c cleaning 9999 clauses out of 20013 with flag 1105000/1984692
117.29/115.34	c cleaning 10003 clauses out of 20016 with flag 1115002/1994694
117.89/115.99	c cleaning 9998 clauses out of 20012 with flag 1125001/2004693
118.50/116.55	c cleaning 9997 clauses out of 20013 with flag 1135000/2014692
119.10/117.12	c cleaning 10002 clauses out of 20017 with flag 1145001/2024693
119.60/117.69	c cleaning 10000 clauses out of 20014 with flag 1155000/2034692
120.20/118.26	c cleaning 10002 clauses out of 20017 with flag 1165003/2044695
120.70/118.78	c cleaning 9999 clauses out of 20012 with flag 1175000/2054692
121.30/119.31	c cleaning 9996 clauses out of 20014 with flag 1185001/2064693
121.80/119.87	c cleaning 10005 clauses out of 20017 with flag 1195000/2074692
122.40/120.41	c cleaning 10000 clauses out of 20014 with flag 1205002/2084694
122.91/121.00	c cleaning 10000 clauses out of 20013 with flag 1215001/2094693
123.51/121.55	c cleaning 10001 clauses out of 20013 with flag 1225001/2104693
124.12/122.12	c cleaning 9994 clauses out of 20011 with flag 1235000/2114692
124.61/122.63	c cleaning 10002 clauses out of 20018 with flag 1245001/2124693
125.12/123.19	c cleaning 10005 clauses out of 20015 with flag 1255000/2134692
125.71/123.75	c cleaning 9993 clauses out of 20010 with flag 1265000/2144692
126.32/124.35	c cleaning 10000 clauses out of 20022 with flag 1275005/2154697
126.91/124.95	c cleaning 10003 clauses out of 20018 with flag 1285001/2164693
127.51/125.57	c cleaning 10000 clauses out of 20014 with flag 1295000/2174692
128.11/126.11	c cleaning 10002 clauses out of 20015 with flag 1305001/2184693
128.61/126.64	c cleaning 10000 clauses out of 20012 with flag 1315000/2194692
129.12/127.17	c cleaning 9999 clauses out of 20012 with flag 1325000/2204692
129.72/127.77	c cleaning 10004 clauses out of 20013 with flag 1335000/2214692
130.32/128.34	c cleaning 10002 clauses out of 20009 with flag 1345000/2224692
130.92/128.95	c cleaning 10002 clauses out of 20008 with flag 1355001/2234693
131.42/129.49	c cleaning 9993 clauses out of 20006 with flag 1365001/2244693
132.12/130.10	c cleaning 9998 clauses out of 20012 with flag 1375000/2254692
132.72/130.75	c cleaning 10004 clauses out of 20018 with flag 1385004/2264696
133.32/131.32	c cleaning 9999 clauses out of 20013 with flag 1395003/2274695
133.93/131.92	c cleaning 9997 clauses out of 20011 with flag 1405000/2284692
134.52/132.57	c cleaning 10004 clauses out of 20015 with flag 1415001/2294693
135.22/133.20	c cleaning 10001 clauses out of 20010 with flag 1425000/2304692
135.82/133.85	c cleaning 9998 clauses out of 20009 with flag 1435000/2314692
136.42/134.46	c cleaning 10001 clauses out of 20011 with flag 1445000/2324692
137.03/135.04	c cleaning 9996 clauses out of 20011 with flag 1455001/2334693
137.53/135.56	c cleaning 10002 clauses out of 20016 with flag 1465002/2344694
138.03/136.09	c cleaning 9999 clauses out of 20012 with flag 1475000/2354692
138.63/136.63	c cleaning 9996 clauses out of 20013 with flag 1485000/2364692
139.13/137.18	c cleaning 10001 clauses out of 20019 with flag 1495002/2374694
139.73/137.77	c cleaning 10005 clauses out of 20016 with flag 1505000/2384692
139.83/137.88	c starts		: 248
139.83/137.88	c conflicts		: 2386656
139.83/137.88	c decisions		: 3973510
139.83/137.88	c propagations		: 136914010
139.83/137.88	c inspects		: 1242041164
139.83/137.88	c shortcuts		: 0
139.83/137.88	c learnt literals	: 4
139.83/137.88	c learnt binary clauses	: 27
139.83/137.88	c learnt ternary clauses	: 1553
139.83/137.88	c learnt constraints	: 2386651
139.83/137.88	c ignored constraints	: 0
139.83/137.88	c root simplifications	: 0
139.83/137.88	c removed literals (reason simplification)	: 10980750
139.83/137.88	c reason swapping (by a shorter reason)	: 0
139.83/137.88	c Calls to reduceDB	: 248
139.83/137.88	c number of reductions to clauses (during analyze)	: 0
139.83/137.88	c number of learned constraints concerned by reduction	: 0
139.83/137.88	c number of learning phase by resolution	: 0
139.83/137.88	c number of learning phase by cutting planes	: 0
139.83/137.88	c speed (assignments/second)	: 1631715.8077894838
139.83/137.89	c non guided choices	2957
139.83/137.89	c learnt constraints type 
139.83/137.89	c constraints type 
139.83/137.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
139.83/137.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
139.83/137.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
139.83/137.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
139.83/137.89	s OPTIMUM FOUND
139.83/137.89	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 
139.83/137.89	c objective function=13
139.83/137.89	c Total wall clock time (in seconds): 137.777

Verifier Data

OK	13

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.95 2/195 25546
/proc/meminfo: memFree=1341112/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/25546/stat : 25546 (java) R 25544 25546 22833 0 -1 4202496 748 0 0 0 0 0 0 0 25 0 1 0 902646068 23580672 490 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239471732501 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25546/statm: 5757 504 380 9 0 124 0

[startup+0.0712899 s]
/proc/loadavg: 2.01 2.00 1.95 2/195 25546
/proc/meminfo: memFree=1341112/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 11792 0 1 0 4 1 0 0 25 0 18 0 902646068 10724302848 11487 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2618238 11489 1742 9 0 2608972 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100276 s]
/proc/loadavg: 2.01 2.00 1.95 2/195 25546
/proc/meminfo: memFree=1341112/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10539824 CPUtime=0.1 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 13009 0 1 0 8 2 0 0 25 0 18 0 902646068 10792779776 12691 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2634956 12691 2092 9 0 2625690 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539824

[startup+0.300233 s]
/proc/loadavg: 2.01 2.00 1.95 2/195 25546
/proc/meminfo: memFree=1341112/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10540920 CPUtime=0.47 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 16152 0 1 0 45 2 0 0 25 0 18 0 902646068 10793902080 15339 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2635230 15341 2200 9 0 2625964 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540920

[startup+0.70118 s]
/proc/loadavg: 2.01 2.00 1.95 2/195 25546
/proc/meminfo: memFree=1341112/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10544772 CPUtime=1.47 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 22071 0 1 0 144 3 0 0 25 0 19 0 902646068 10797846528 18747 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2636193 18747 2224 9 0 2626927 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10544772

[startup+1.50102 s]
/proc/loadavg: 2.01 2.00 1.95 3/214 25565
/proc/meminfo: memFree=1274460/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10544772 CPUtime=2.37 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 23087 0 1 0 234 3 0 0 25 0 19 0 902646068 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2636193 19756 2252 9 0 2626927 0
[pid=25546/tid=25548] ppid=25544 vsize=10544772 CPUtime=1.47 cores=1,3,5,7
/proc/25546/task/25548/stat : 25548 (java) R 25544 25546 22833 0 -1 4202560 14066 0 1 0 145 2 0 0 18 0 19 0 902646069 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 46912505673056 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25546/tid=25549] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25549/stat : 25549 (java) S 25544 25546 22833 0 -1 4202560 140 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25550] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25550/stat : 25550 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25551] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25551/stat : 25551 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25552] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25552/stat : 25552 (java) S 25544 25546 22833 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25553] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25553/stat : 25553 (java) S 25544 25546 22833 0 -1 4202560 91 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25554] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25554/stat : 25554 (java) S 25544 25546 22833 0 -1 4202560 93 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25555] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 22833 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25556] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25556/stat : 25556 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902646071 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=10544772 CPUtime=0.01 cores=1,3,5,7
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 22833 0 -1 4202560 388 0 0 0 1 0 0 0 17 0 19 0 902646072 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 0 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902646072 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902646072 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 902646075 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488518577 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=10544772 CPUtime=0.42 cores=1,3,5,7
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 22833 0 -1 4202560 4966 0 0 0 42 0 0 0 15 0 19 0 902646075 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=10544772 CPUtime=0.45 cores=1,3,5,7
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 22833 0 -1 4202560 2119 0 0 0 45 0 0 0 15 0 19 0 902646075 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902646075 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902646075 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25565] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25565/stat : 25565 (java) S 25544 25546 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902646100 10797846528 19756 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 10544772

[startup+3.10071 s]
/proc/loadavg: 2.01 2.00 1.95 3/214 25565
/proc/meminfo: memFree=1268324/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10544772 CPUtime=4 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 23811 0 1 0 397 3 0 0 25 0 19 0 902646068 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2636193 20478 2252 9 0 2626927 0
[pid=25546/tid=25548] ppid=25544 vsize=10544772 CPUtime=3.04 cores=1,3,5,7
/proc/25546/task/25548/stat : 25548 (java) R 25544 25546 22833 0 -1 4202560 14068 0 1 0 302 2 0 0 20 0 19 0 902646069 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 46912505868480 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25546/tid=25549] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25549/stat : 25549 (java) S 25544 25546 22833 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25550] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25550/stat : 25550 (java) S 25544 25546 22833 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25551] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25551/stat : 25551 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25552] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25552/stat : 25552 (java) S 25544 25546 22833 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25553] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25553/stat : 25553 (java) S 25544 25546 22833 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25554] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25554/stat : 25554 (java) S 25544 25546 22833 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25555] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 22833 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25556] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25556/stat : 25556 (java) S 25544 25546 22833 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902646071 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=10544772 CPUtime=0.03 cores=1,3,5,7
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 22833 0 -1 4202560 622 0 0 0 3 0 0 0 15 0 19 0 902646072 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 0 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902646072 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902646072 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 902646075 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488518577 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=10544772 CPUtime=0.44 cores=1,3,5,7
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 22833 0 -1 4202560 4970 0 0 0 44 0 0 0 15 0 19 0 902646075 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=10544772 CPUtime=0.45 cores=1,3,5,7
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 22833 0 -1 4202560 2119 0 0 0 45 0 0 0 15 0 19 0 902646075 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902646075 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902646075 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25565] ppid=25544 vsize=10544772 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25565/stat : 25565 (java) S 25544 25546 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902646100 10797846528 20478 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 10544772

[startup+6.30114 s]
/proc/loadavg: 2.01 2.00 1.95 3/214 25565
/proc/meminfo: memFree=1252940/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10545240 CPUtime=7.97 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 31349 0 1 0 793 4 0 0 25 0 19 0 902646068 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2636310 23837 2253 9 0 2627044 0
[pid=25546/tid=25548] ppid=25544 vsize=10545240 CPUtime=6.12 cores=1,3,5,7
/proc/25546/task/25548/stat : 25548 (java) S 25544 25546 22833 0 -1 4202560 14076 0 1 0 610 2 0 0 25 0 19 0 902646069 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25549] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25549/stat : 25549 (java) R 25544 25546 22833 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25546/tid=25550] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25550/stat : 25550 (java) S 25544 25546 22833 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25551] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25551/stat : 25551 (java) R 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25546/tid=25552] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25552/stat : 25552 (java) S 25544 25546 22833 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25553] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25553/stat : 25553 (java) R 25544 25546 22833 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25546/tid=25554] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25554/stat : 25554 (java) R 25544 25546 22833 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25546/tid=25555] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25555/stat : 25555 (java) R 25544 25546 22833 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25546/tid=25556] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25556/stat : 25556 (java) R 25544 25546 22833 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 902646071 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239476648247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=10545240 CPUtime=0.13 cores=1,3,5,7
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 22833 0 -1 4202560 745 0 0 0 13 0 0 0 16 0 19 0 902646072 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 0 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 902646075 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488518577 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=10545240 CPUtime=1.15 cores=1,3,5,7
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 22833 0 -1 4202560 12131 0 0 0 115 0 0 0 15 0 19 0 902646075 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=10545240 CPUtime=0.48 cores=1,3,5,7
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 22833 0 -1 4202560 2262 0 0 0 48 0 0 0 15 0 19 0 902646075 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902646075 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902646075 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25565] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25565/stat : 25565 (java) S 25544 25546 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902646100 10798325760 23837 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 10545240

[startup+12.7009 s]

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

/proc/25546/task/25549/stat : 25549 (java) S 25544 25546 22833 0 -1 4202560 150 0 0 0 8 0 0 0 16 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25550] ppid=25544 vsize=10545240 CPUtime=0.08 cores=1,3,5,7
/proc/25546/task/25550/stat : 25550 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 8 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25551] ppid=25544 vsize=10545240 CPUtime=0.06 cores=1,3,5,7
/proc/25546/task/25551/stat : 25551 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25552] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25552/stat : 25552 (java) S 25544 25546 22833 0 -1 4202560 34 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25553] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25553/stat : 25553 (java) S 25544 25546 22833 0 -1 4202560 313 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25554] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25554/stat : 25554 (java) S 25544 25546 22833 0 -1 4202560 154 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25555] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 22833 0 -1 4202560 202 0 0 0 9 0 0 0 16 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25556] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25556/stat : 25556 (java) S 25544 25546 22833 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=10545240 CPUtime=3.82 cores=1,3,5,7
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 22833 0 -1 4202560 1403 0 0 0 378 4 0 0 15 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 0 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488518577 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=10545240 CPUtime=1.19 cores=1,3,5,7
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 22833 0 -1 4202560 12135 0 0 0 119 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=10545240 CPUtime=0.51 cores=1,3,5,7
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 22833 0 -1 4202560 2262 0 0 0 51 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 22833 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25565] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25565/stat : 25565 (java) S 25544 25546 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902646100 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 138.73
Current children cumulated vsize (KiB) 10545240

[startup+137.507 s]
/proc/loadavg: 2.10 2.04 1.97 3/214 25683
/proc/meminfo: memFree=1264472/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10545240 CPUtime=139.54 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 32330 0 1 0 13944 10 0 0 25 0 19 0 902646068 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2636310 23258 2254 9 0 2627044 0
[pid=25546/tid=25548] ppid=25544 vsize=10545240 CPUtime=133.26 cores=1,3,5,7
/proc/25546/task/25548/stat : 25548 (java) R 25544 25546 22833 0 -1 4202560 14311 0 1 0 13324 2 0 0 25 0 19 0 902646069 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 46912505747477 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25546/tid=25549] ppid=25544 vsize=10545240 CPUtime=0.08 cores=1,3,5,7
/proc/25546/task/25549/stat : 25549 (java) S 25544 25546 22833 0 -1 4202560 150 0 0 0 8 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25550] ppid=25544 vsize=10545240 CPUtime=0.08 cores=1,3,5,7
/proc/25546/task/25550/stat : 25550 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 8 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25551] ppid=25544 vsize=10545240 CPUtime=0.06 cores=1,3,5,7
/proc/25546/task/25551/stat : 25551 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25552] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25552/stat : 25552 (java) S 25544 25546 22833 0 -1 4202560 34 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25553] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25553/stat : 25553 (java) S 25544 25546 22833 0 -1 4202560 313 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25554] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25554/stat : 25554 (java) S 25544 25546 22833 0 -1 4202560 154 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25555] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 22833 0 -1 4202560 202 0 0 0 9 0 0 0 16 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25556] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25556/stat : 25556 (java) S 25544 25546 22833 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=10545240 CPUtime=3.84 cores=1,3,5,7
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 22833 0 -1 4202560 1403 0 0 0 380 4 0 0 15 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 0 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488518577 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=10545240 CPUtime=1.19 cores=1,3,5,7
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 22833 0 -1 4202560 12135 0 0 0 119 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=10545240 CPUtime=0.51 cores=1,3,5,7
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 22833 0 -1 4202560 2262 0 0 0 51 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 22833 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25565] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25565/stat : 25565 (java) S 25544 25546 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902646100 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 139.54
Current children cumulated vsize (KiB) 10545240

[startup+137.701 s]
/proc/loadavg: 2.10 2.04 1.97 3/214 25683
/proc/meminfo: memFree=1264472/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10545240 CPUtime=139.73 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 32330 0 1 0 13963 10 0 0 25 0 19 0 902646068 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2636310 23258 2254 9 0 2627044 0
[pid=25546/tid=25548] ppid=25544 vsize=10545240 CPUtime=133.45 cores=1,3,5,7
/proc/25546/task/25548/stat : 25548 (java) R 25544 25546 22833 0 -1 4202560 14311 0 1 0 13343 2 0 0 25 0 19 0 902646069 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 46912505677303 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25546/tid=25549] ppid=25544 vsize=10545240 CPUtime=0.08 cores=1,3,5,7
/proc/25546/task/25549/stat : 25549 (java) S 25544 25546 22833 0 -1 4202560 150 0 0 0 8 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25550] ppid=25544 vsize=10545240 CPUtime=0.08 cores=1,3,5,7
/proc/25546/task/25550/stat : 25550 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 8 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25551] ppid=25544 vsize=10545240 CPUtime=0.06 cores=1,3,5,7
/proc/25546/task/25551/stat : 25551 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25552] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25552/stat : 25552 (java) S 25544 25546 22833 0 -1 4202560 34 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25553] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25553/stat : 25553 (java) S 25544 25546 22833 0 -1 4202560 313 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25554] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25554/stat : 25554 (java) S 25544 25546 22833 0 -1 4202560 154 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25555] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 22833 0 -1 4202560 202 0 0 0 9 0 0 0 16 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25556] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25556/stat : 25556 (java) S 25544 25546 22833 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=10545240 CPUtime=3.84 cores=1,3,5,7
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 22833 0 -1 4202560 1403 0 0 0 380 4 0 0 15 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 0 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488518577 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=10545240 CPUtime=1.19 cores=1,3,5,7
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 22833 0 -1 4202560 12135 0 0 0 119 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=10545240 CPUtime=0.51 cores=1,3,5,7
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 22833 0 -1 4202560 2262 0 0 0 51 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 22833 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25565] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25565/stat : 25565 (java) S 25544 25546 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902646100 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 139.73
Current children cumulated vsize (KiB) 10545240

[startup+137.801 s]
/proc/loadavg: 2.10 2.04 1.97 3/214 25683
/proc/meminfo: memFree=1264472/32950928 swapFree=67053956/67111528
[pid=25546] ppid=25544 vsize=10545240 CPUtime=139.83 cores=1,3,5,7
/proc/25546/stat : 25546 (java) S 25544 25546 22833 0 -1 4202496 32331 0 1 0 13973 10 0 0 25 0 19 0 902646068 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25546/statm: 2636310 23258 2254 9 0 2627044 0
[pid=25546/tid=25548] ppid=25544 vsize=10545240 CPUtime=133.53 cores=1,3,5,7
/proc/25546/task/25548/stat : 25548 (java) R 25544 25546 22833 0 -1 4202560 14312 0 1 0 13351 2 0 0 25 0 19 0 902646069 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 46912505746843 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25546/tid=25549] ppid=25544 vsize=10545240 CPUtime=0.08 cores=1,3,5,7
/proc/25546/task/25549/stat : 25549 (java) S 25544 25546 22833 0 -1 4202560 150 0 0 0 8 0 0 0 16 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25550] ppid=25544 vsize=10545240 CPUtime=0.08 cores=1,3,5,7
/proc/25546/task/25550/stat : 25550 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 8 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25551] ppid=25544 vsize=10545240 CPUtime=0.06 cores=1,3,5,7
/proc/25546/task/25551/stat : 25551 (java) S 25544 25546 22833 0 -1 4202560 12 0 0 0 6 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25552] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25552/stat : 25552 (java) S 25544 25546 22833 0 -1 4202560 34 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25553] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25553/stat : 25553 (java) S 25544 25546 22833 0 -1 4202560 313 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25554] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25554/stat : 25554 (java) S 25544 25546 22833 0 -1 4202560 154 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25555] ppid=25544 vsize=10545240 CPUtime=0.09 cores=1,3,5,7
/proc/25546/task/25555/stat : 25555 (java) S 25544 25546 22833 0 -1 4202560 202 0 0 0 9 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25556] ppid=25544 vsize=10545240 CPUtime=0.07 cores=1,3,5,7
/proc/25546/task/25556/stat : 25556 (java) S 25544 25546 22833 0 -1 4202560 181 0 0 0 7 0 0 0 15 0 19 0 902646071 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25557] ppid=25544 vsize=10545240 CPUtime=3.86 cores=1,3,5,7
/proc/25546/task/25557/stat : 25557 (java) S 25544 25546 22833 0 -1 4202560 1403 0 0 0 382 4 0 0 15 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 0 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25558] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25558/stat : 25558 (java) S 25544 25546 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25559] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25559/stat : 25559 (java) S 25544 25546 22833 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902646072 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
[pid=25546/tid=25560] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25560/stat : 25560 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488518577 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25561] ppid=25544 vsize=10545240 CPUtime=1.19 cores=1,3,5,7
/proc/25546/task/25561/stat : 25561 (java) S 25544 25546 22833 0 -1 4202560 12135 0 0 0 119 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25562] ppid=25544 vsize=10545240 CPUtime=0.51 cores=1,3,5,7
/proc/25546/task/25562/stat : 25562 (java) S 25544 25546 22833 0 -1 4202560 2262 0 0 0 51 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 3 0 0 0
[pid=25546/tid=25563] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25563/stat : 25563 (java) S 25544 25546 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488510873 0 4 0 16800975 18446604471133270080 0 0 -1 5 0 0 0
[pid=25546/tid=25564] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25564/stat : 25564 (java) S 25544 25546 22833 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902646075 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 1 0 0 0
[pid=25546/tid=25565] ppid=25544 vsize=10545240 CPUtime=0 cores=1,3,5,7
/proc/25546/task/25565/stat : 25565 (java) S 25544 25546 22833 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902646100 10798325760 23258 33554432000 1073741824 1073778376 140733542242304 18446744073709551615 239488511488 0 4 0 16800975 18446604471133270080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 139.83
Current children cumulated vsize (KiB) 10545240

Child status: 30
Real time (s): 137.896
CPU time (s): 139.942
CPU user time (s): 139.827
CPU system time (s): 0.114982
CPU usage (%): 101.483
Max. virtual memory (cumulated for all children) (KiB): 10545240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.827
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32359
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= 9642
involuntary context switches= 4320

runsolver used 0.217966 second user time and 0.546916 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 22:28:10
IDJOB=3492704
IDBENCH=78966
IDSOLVER=1982
FILE ID=node148/3492704-1307910490
RUNJOBID= node148-1307908037-24964
PBS_JOBID= 13559561
Free space on /var/tmp= 2900 MiB

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

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

MD5SUM BENCH= 125243b279b6e24b77d57dd07a5f7014
RANDOM SEED=1393934391

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1341640 kB
Buffers:         62736 kB
Cached:       30485212 kB
SwapCached:      10272 kB
Active:       15693164 kB
Inactive:     14963656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1341640 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:      106232 kB
Mapped:          21464 kB
Slab:           887852 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10568380 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2900 MiB
End job on node148 at 2011-06-12 22:30:28