Trace number 3492037

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 151.958 150.104

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900544484--soft-33-100-0.wbo
MD5SUM97e6423088cc7ef1f08dcccdf9e01ef4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark31.1113
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492037-1307910688.wbo
0.10/0.10	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.206s.
0.48/0.31	c #vars     2088
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.79/0.43	c SATISFIABLE
0.79/0.43	c OPTIMIZING...
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.79/0.43	o 368
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.79/0.48	o 325
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
1.06/0.51	o 258
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
1.06/0.53	o 84
1.28/0.61	c Got one! Elapsed wall clock time (in seconds):0.506
1.28/0.61	o 81
1.28/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
1.28/0.64	o 79
1.28/0.68	c Got one! Elapsed wall clock time (in seconds):0.574
1.28/0.68	o 73
1.48/0.77	c Got one! Elapsed wall clock time (in seconds):0.671
1.48/0.77	o 68
1.59/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
1.59/0.84	o 64
1.69/0.91	c Got one! Elapsed wall clock time (in seconds):0.802
1.69/0.91	o 46
1.80/1.00	c Got one! Elapsed wall clock time (in seconds):0.899
1.80/1.00	o 39
1.80/1.05	c Got one! Elapsed wall clock time (in seconds):0.948
1.80/1.05	o 36
1.80/1.08	c Got one! Elapsed wall clock time (in seconds):0.981
1.80/1.08	o 30
1.90/1.18	c Got one! Elapsed wall clock time (in seconds):1.08
1.90/1.18	o 27
2.09/1.32	c Got one! Elapsed wall clock time (in seconds):1.22
2.09/1.32	o 26
2.20/1.45	c Got one! Elapsed wall clock time (in seconds):1.342
2.20/1.45	o 24
2.30/1.51	c Got one! Elapsed wall clock time (in seconds):1.41
2.30/1.51	o 14
2.62/1.86	c cleaning 5824 clauses out of 11653 with flag 3000/11653
2.75/1.90	c Got one! Elapsed wall clock time (in seconds):1.793
2.75/1.90	o 10
3.06/2.26	c cleaning 5552 clauses out of 11107 with flag 5000/16931
3.36/2.53	c Got one! Elapsed wall clock time (in seconds):2.43
3.36/2.53	o 6
3.46/2.62	c cleaning 5632 clauses out of 11275 with flag 1002/22651
3.81/2.98	c cleaning 5818 clauses out of 11642 with flag 7001/28650
3.91/3.06	c Got one! Elapsed wall clock time (in seconds):2.951
3.91/3.06	o 3
4.22/3.33	c cleaning 5533 clauses out of 11081 with flag 4001/33907
4.51/3.69	c cleaning 5769 clauses out of 11548 with flag 10001/39907
4.91/4.09	c cleaning 6381 clauses out of 12780 with flag 17002/46908
5.41/4.57	c cleaning 7195 clauses out of 14398 with flag 25001/54907
6.01/5.11	c cleaning 8095 clauses out of 16205 with flag 34003/63909
6.42/5.52	c Got one! Elapsed wall clock time (in seconds):5.415
6.42/5.52	o 2
6.82/5.99	c cleaning 10254 clauses out of 20528 with flag 5001/76327
7.22/6.39	c cleaning 8132 clauses out of 16273 with flag 11000/82326
7.62/6.76	c cleaning 7570 clauses out of 15144 with flag 18003/89329
8.02/7.20	c cleaning 7786 clauses out of 15575 with flag 26004/97330
8.63/7.71	c cleaning 8383 clauses out of 16785 with flag 35000/106326
9.22/8.30	c cleaning 9198 clauses out of 18403 with flag 45001/116327
9.73/8.89	c cleaning 9600 clauses out of 19207 with flag 55003/126329
10.33/9.44	c cleaning 9795 clauses out of 19605 with flag 65001/136327
10.33/9.48	c Got one! Elapsed wall clock time (in seconds):9.379
10.33/9.48	o 1
10.74/9.83	c cleaning 7744 clauses out of 15503 with flag 5000/142020
11.03/10.17	c cleaning 6871 clauses out of 13759 with flag 11000/148020
11.43/10.51	c cleaning 6939 clauses out of 13888 with flag 18000/155020
11.84/10.91	c cleaning 7466 clauses out of 14950 with flag 26001/163021
12.24/11.39	c cleaning 8238 clauses out of 16484 with flag 35001/172021
12.74/11.89	c cleaning 9118 clauses out of 18245 with flag 45000/182020
13.34/12.42	c cleaning 9551 clauses out of 19127 with flag 55000/192020
13.84/12.93	c cleaning 9781 clauses out of 19578 with flag 65002/202022
14.44/13.50	c cleaning 9895 clauses out of 19795 with flag 75000/212020
14.94/14.01	c cleaning 9948 clauses out of 19902 with flag 85002/222022
15.44/14.53	c cleaning 9968 clauses out of 19954 with flag 95002/232022
15.94/15.06	c cleaning 9981 clauses out of 19984 with flag 105000/242020
16.44/15.58	c cleaning 9990 clauses out of 20003 with flag 115000/252020
17.04/16.11	c cleaning 9993 clauses out of 20014 with flag 125001/262021
17.54/16.61	c cleaning 10005 clauses out of 20020 with flag 135000/272020
18.04/17.17	c cleaning 9998 clauses out of 20018 with flag 145003/282023
18.64/17.70	c cleaning 9997 clauses out of 20017 with flag 155000/292020
19.24/18.30	c cleaning 10005 clauses out of 20022 with flag 165002/302022
19.74/18.83	c cleaning 10004 clauses out of 20018 with flag 175003/312023
20.24/19.37	c cleaning 9994 clauses out of 20011 with flag 185000/322020
20.75/19.89	c cleaning 10002 clauses out of 20020 with flag 195003/332023
21.24/20.40	c cleaning 10002 clauses out of 20018 with flag 205003/342023
21.85/20.90	c cleaning 9999 clauses out of 20013 with flag 215000/352020
22.34/21.43	c cleaning 10001 clauses out of 20014 with flag 225000/362020
22.85/21.95	c cleaning 9999 clauses out of 20013 with flag 235000/372020
23.35/22.46	c cleaning 9999 clauses out of 20014 with flag 245000/382020
23.85/22.97	c cleaning 9997 clauses out of 20016 with flag 255001/392021
24.45/23.52	c cleaning 9995 clauses out of 20019 with flag 265001/402021
24.95/24.01	c cleaning 10000 clauses out of 20025 with flag 275002/412022
25.45/24.53	c cleaning 10008 clauses out of 20023 with flag 285000/422020
25.98/25.01	c cleaning 10003 clauses out of 20018 with flag 295003/432023
26.48/25.51	c cleaning 10000 clauses out of 20012 with flag 305000/442020
26.98/26.06	c cleaning 10002 clauses out of 20012 with flag 315000/452020
27.48/26.55	c cleaning 9998 clauses out of 20011 with flag 325001/462021
27.98/27.03	c cleaning 9999 clauses out of 20012 with flag 335000/472020
28.49/27.53	c cleaning 9998 clauses out of 20013 with flag 345000/482020
28.99/28.02	c cleaning 10004 clauses out of 20017 with flag 355002/492022
29.49/28.55	c cleaning 9999 clauses out of 20011 with flag 365000/502020
29.99/29.07	c cleaning 9998 clauses out of 20012 with flag 375000/512020
30.59/29.63	c cleaning 10004 clauses out of 20015 with flag 385001/522021
31.09/30.12	c cleaning 10002 clauses out of 20011 with flag 395001/532021
31.59/30.64	c cleaning 9998 clauses out of 20010 with flag 405002/542022
32.09/31.12	c cleaning 9995 clauses out of 20010 with flag 415000/552020
32.59/31.62	c cleaning 10002 clauses out of 20016 with flag 425001/562021
33.09/32.10	c cleaning 10002 clauses out of 20016 with flag 435003/572023
33.49/32.59	c cleaning 9993 clauses out of 20011 with flag 445000/582020
34.00/33.08	c cleaning 10004 clauses out of 20018 with flag 455000/592020
34.49/33.59	c cleaning 10005 clauses out of 20015 with flag 465001/602021
35.00/34.07	c cleaning 10002 clauses out of 20009 with flag 475000/612020
35.49/34.57	c cleaning 9994 clauses out of 20009 with flag 485002/622022
36.10/35.11	c cleaning 10006 clauses out of 20022 with flag 495009/632029
36.59/35.67	c cleaning 9992 clauses out of 20007 with flag 505000/642020
37.10/36.18	c cleaning 10005 clauses out of 20016 with flag 515001/652021
37.70/36.72	c cleaning 9999 clauses out of 20012 with flag 525002/662022
38.20/37.27	c cleaning 9999 clauses out of 20011 with flag 535000/672020
38.80/37.80	c cleaning 9998 clauses out of 20014 with flag 545002/682022
39.30/38.32	c cleaning 9992 clauses out of 20014 with flag 555000/692020
39.70/38.79	c cleaning 10007 clauses out of 20022 with flag 565000/702020
40.20/39.24	c cleaning 10004 clauses out of 20017 with flag 575002/712022
40.70/39.76	c cleaning 9996 clauses out of 20011 with flag 585000/722020
41.20/40.23	c cleaning 10003 clauses out of 20018 with flag 595003/732023
41.61/40.70	c cleaning 10002 clauses out of 20012 with flag 605000/742020
42.10/41.15	c cleaning 9989 clauses out of 20010 with flag 615000/752020
42.61/41.61	c cleaning 10006 clauses out of 20022 with flag 625001/762021
43.21/42.21	c cleaning 10000 clauses out of 20015 with flag 635000/772020
43.71/42.74	c cleaning 9994 clauses out of 20015 with flag 645000/782020
44.21/43.24	c cleaning 10009 clauses out of 20023 with flag 655002/792022
44.71/43.76	c cleaning 10003 clauses out of 20015 with flag 665003/802023
45.21/44.25	c cleaning 9996 clauses out of 20009 with flag 675000/812020
45.71/44.78	c cleaning 9993 clauses out of 20013 with flag 685000/822020
46.31/45.32	c cleaning 9998 clauses out of 20021 with flag 695001/832021
46.81/45.84	c cleaning 10005 clauses out of 20022 with flag 705000/842020
47.31/46.36	c cleaning 10004 clauses out of 20017 with flag 715000/852020
47.81/46.83	c cleaning 10001 clauses out of 20013 with flag 725000/862020
48.32/47.34	c cleaning 10000 clauses out of 20012 with flag 735000/872020
48.81/47.86	c cleaning 9997 clauses out of 20014 with flag 745002/882022
49.32/48.40	c cleaning 10006 clauses out of 20018 with flag 755003/892023
49.91/48.95	c cleaning 9994 clauses out of 20009 with flag 765000/902020
50.42/49.45	c cleaning 10005 clauses out of 20018 with flag 775003/912023
50.92/49.97	c cleaning 10002 clauses out of 20014 with flag 785004/922024
51.42/50.50	c cleaning 9997 clauses out of 20010 with flag 795002/932022
52.02/51.02	c cleaning 9999 clauses out of 20011 with flag 805000/942020
52.52/51.52	c cleaning 10003 clauses out of 20014 with flag 815002/952022
53.02/52.10	c cleaning 10000 clauses out of 20011 with flag 825002/962022
53.62/52.64	c cleaning 9998 clauses out of 20009 with flag 835000/972020
54.12/53.19	c cleaning 10001 clauses out of 20012 with flag 845001/982021
54.62/53.69	c cleaning 10001 clauses out of 20012 with flag 855002/992022
55.22/54.23	c cleaning 9995 clauses out of 20009 with flag 865000/1002020
55.72/54.75	c cleaning 10002 clauses out of 20014 with flag 875000/1012020
56.23/55.24	c cleaning 10002 clauses out of 20012 with flag 885000/1022020
56.73/55.77	c cleaning 10004 clauses out of 20010 with flag 895000/1032020
57.33/56.33	c cleaning 9997 clauses out of 20006 with flag 905000/1042020
57.83/56.88	c cleaning 9997 clauses out of 20009 with flag 915000/1052020
58.43/57.45	c cleaning 10001 clauses out of 20012 with flag 925000/1062020
58.93/57.97	c cleaning 9999 clauses out of 20015 with flag 935004/1072024
59.53/58.50	c cleaning 9999 clauses out of 20012 with flag 945000/1082020
60.03/59.01	c cleaning 10002 clauses out of 20013 with flag 955000/1092020
60.53/59.55	c cleaning 9997 clauses out of 20011 with flag 965000/1102020
61.03/60.08	c cleaning 10003 clauses out of 20016 with flag 975002/1112022
61.63/60.62	c cleaning 10002 clauses out of 20012 with flag 985001/1122021
62.13/61.12	c cleaning 9998 clauses out of 20011 with flag 995002/1132022
62.65/61.66	c cleaning 9996 clauses out of 20011 with flag 1005000/1142020
63.24/62.21	c cleaning 9999 clauses out of 20016 with flag 1015001/1152021
63.75/62.75	c cleaning 10005 clauses out of 20017 with flag 1025001/1162021
64.24/63.28	c cleaning 9999 clauses out of 20012 with flag 1035001/1172021
64.85/63.85	c cleaning 10003 clauses out of 20013 with flag 1045001/1182021
65.34/64.38	c cleaning 9998 clauses out of 20009 with flag 1055000/1192020
65.95/64.92	c cleaning 10002 clauses out of 20012 with flag 1065001/1202021
66.44/65.45	c cleaning 10000 clauses out of 20010 with flag 1075001/1212021
67.05/66.04	c cleaning 9997 clauses out of 20009 with flag 1085000/1222020
67.55/66.57	c cleaning 10004 clauses out of 20016 with flag 1095004/1232024
68.05/67.07	c cleaning 10000 clauses out of 20013 with flag 1105005/1242025
68.65/67.62	c cleaning 10003 clauses out of 20009 with flag 1115001/1252021
69.16/68.17	c cleaning 10000 clauses out of 20005 with flag 1125000/1262020
69.65/68.67	c cleaning 9996 clauses out of 20005 with flag 1135000/1272020
70.26/69.21	c cleaning 9998 clauses out of 20010 with flag 1145001/1282021
70.75/69.75	c cleaning 9995 clauses out of 20011 with flag 1155000/1292020
71.25/70.27	c cleaning 10004 clauses out of 20017 with flag 1165001/1302021
71.85/70.83	c cleaning 9997 clauses out of 20012 with flag 1175000/1312020
72.36/71.34	c cleaning 10001 clauses out of 20018 with flag 1185003/1322023
72.86/71.86	c cleaning 10005 clauses out of 20016 with flag 1195002/1332022
73.46/72.41	c cleaning 9997 clauses out of 20009 with flag 1205000/1342020
73.95/72.96	c cleaning 9998 clauses out of 20012 with flag 1215000/1352020
74.45/73.47	c cleaning 10000 clauses out of 20014 with flag 1225000/1362020
75.05/74.02	c cleaning 10003 clauses out of 20016 with flag 1235002/1372022
75.56/74.54	c cleaning 9999 clauses out of 20012 with flag 1245001/1382021
76.06/75.05	c cleaning 10005 clauses out of 20016 with flag 1255004/1392024
76.56/75.55	c cleaning 9995 clauses out of 20007 with flag 1265000/1402020
77.06/76.03	c cleaning 9997 clauses out of 20013 with flag 1275001/1412021
77.56/76.52	c cleaning 9998 clauses out of 20016 with flag 1285001/1422021
78.07/77.06	c cleaning 10004 clauses out of 20018 with flag 1295001/1432021
78.57/77.59	c cleaning 10006 clauses out of 20017 with flag 1305004/1442024
79.07/78.10	c cleaning 9997 clauses out of 20009 with flag 1315002/1452022
79.66/78.61	c cleaning 10001 clauses out of 20011 with flag 1325001/1462021
80.17/79.14	c cleaning 10002 clauses out of 20011 with flag 1335002/1472022
80.66/79.65	c cleaning 10001 clauses out of 20007 with flag 1345000/1482020
81.17/80.17	c cleaning 9998 clauses out of 20006 with flag 1355000/1492020
81.77/80.70	c cleaning 10001 clauses out of 20011 with flag 1365003/1502023
82.27/81.26	c cleaning 9994 clauses out of 20007 with flag 1375000/1512020
82.87/81.84	c cleaning 9999 clauses out of 20013 with flag 1385000/1522020
83.37/82.36	c cleaning 10000 clauses out of 20014 with flag 1395000/1532020
83.87/82.88	c cleaning 9995 clauses out of 20014 with flag 1405000/1542020
84.37/83.38	c cleaning 9999 clauses out of 20019 with flag 1415000/1552020
84.87/83.88	c cleaning 10003 clauses out of 20020 with flag 1425000/1562020
85.47/84.42	c cleaning 9999 clauses out of 20017 with flag 1435000/1572020
85.97/84.94	c cleaning 10003 clauses out of 20018 with flag 1445000/1582020
86.47/85.46	c cleaning 10003 clauses out of 20017 with flag 1455002/1592022
86.97/85.96	c cleaning 10000 clauses out of 20012 with flag 1465000/1602020
87.47/86.43	c cleaning 10003 clauses out of 20013 with flag 1475001/1612021
87.98/86.91	c cleaning 10000 clauses out of 20009 with flag 1485000/1622020
88.48/87.41	c cleaning 9998 clauses out of 20009 with flag 1495000/1632020
88.98/87.94	c cleaning 10000 clauses out of 20013 with flag 1505002/1642022
89.48/88.49	c cleaning 10000 clauses out of 20012 with flag 1515001/1652021
90.09/89.07	c cleaning 10000 clauses out of 20012 with flag 1525001/1662021
90.68/89.64	c cleaning 9996 clauses out of 20011 with flag 1535000/1672020
91.19/90.17	c cleaning 10000 clauses out of 20016 with flag 1545001/1682021
91.69/90.68	c cleaning 10005 clauses out of 20017 with flag 1555002/1692022
92.19/91.19	c cleaning 9998 clauses out of 20012 with flag 1565002/1702022
92.79/91.71	c cleaning 10001 clauses out of 20014 with flag 1575002/1712022
93.29/92.25	c cleaning 10000 clauses out of 20012 with flag 1585001/1722021
93.79/92.77	c cleaning 10002 clauses out of 20012 with flag 1595001/1732021
94.29/93.29	c cleaning 9997 clauses out of 20010 with flag 1605001/1742021
94.89/93.82	c cleaning 9998 clauses out of 20012 with flag 1615000/1752020
95.39/94.33	c cleaning 9996 clauses out of 20014 with flag 1625000/1762020
95.89/94.87	c cleaning 9999 clauses out of 20022 with flag 1635004/1772024
96.49/95.41	c cleaning 10006 clauses out of 20019 with flag 1645000/1782020
96.99/95.94	c cleaning 10000 clauses out of 20017 with flag 1655004/1792024
97.49/96.49	c cleaning 9993 clauses out of 20013 with flag 1665000/1802020
98.09/97.01	c cleaning 10005 clauses out of 20021 with flag 1675001/1812021
98.60/97.58	c cleaning 9999 clauses out of 20015 with flag 1685000/1822020
99.10/98.09	c cleaning 10001 clauses out of 20017 with flag 1695001/1832021
99.70/98.69	c cleaning 10003 clauses out of 20016 with flag 1705001/1842021
100.30/99.25	c cleaning 9995 clauses out of 20013 with flag 1715001/1852021
100.90/99.85	c cleaning 10003 clauses out of 20018 with flag 1725001/1862021
101.40/100.39	c cleaning 10001 clauses out of 20014 with flag 1735000/1872020
102.00/100.95	c cleaning 10001 clauses out of 20013 with flag 1745000/1882020
102.60/101.52	c cleaning 10003 clauses out of 20015 with flag 1755003/1892023
103.10/102.03	c cleaning 10000 clauses out of 20009 with flag 1765000/1902020
103.71/102.60	c cleaning 9998 clauses out of 20010 with flag 1775001/1912021
104.21/103.19	c cleaning 9997 clauses out of 20012 with flag 1785001/1922021
104.81/103.72	c cleaning 10004 clauses out of 20017 with flag 1795003/1932023
105.41/104.31	c cleaning 9999 clauses out of 20011 with flag 1805001/1942021
105.91/104.88	c cleaning 10002 clauses out of 20013 with flag 1815002/1952022
106.51/105.44	c cleaning 9999 clauses out of 20009 with flag 1825000/1962020
107.11/106.05	c cleaning 9996 clauses out of 20010 with flag 1835000/1972020
107.72/106.69	c cleaning 10001 clauses out of 20015 with flag 1845001/1982021
108.44/107.31	c cleaning 9992 clauses out of 20014 with flag 1855001/1992021
109.12/107.86	c cleaning 10004 clauses out of 20021 with flag 1865000/2002020
110.08/108.40	c cleaning 9997 clauses out of 20017 with flag 1875000/2012020
110.48/108.90	c cleaning 10001 clauses out of 20020 with flag 1885000/2022020
111.08/109.40	c cleaning 10005 clauses out of 20020 with flag 1895001/2032021
111.48/109.89	c cleaning 10002 clauses out of 20014 with flag 1905000/2042020
111.98/110.34	c cleaning 9994 clauses out of 20012 with flag 1915000/2052020
112.48/110.80	c cleaning 9997 clauses out of 20018 with flag 1925000/2062020
112.88/111.28	c cleaning 10005 clauses out of 20021 with flag 1935000/2072020
113.39/111.75	c cleaning 10004 clauses out of 20017 with flag 1945001/2082021
113.90/112.22	c cleaning 10003 clauses out of 20013 with flag 1955001/2092021
114.40/112.72	c cleaning 9998 clauses out of 20009 with flag 1965000/2102020
114.80/113.19	c cleaning 10001 clauses out of 20015 with flag 1975004/2112024
115.30/113.66	c cleaning 9994 clauses out of 20013 with flag 1985003/2122023
115.80/114.13	c cleaning 10000 clauses out of 20016 with flag 1995000/2132020
116.31/114.60	c cleaning 10002 clauses out of 20018 with flag 2005002/2142022
116.71/115.08	c cleaning 10003 clauses out of 20014 with flag 2015000/2152020
117.22/115.53	c cleaning 10002 clauses out of 20013 with flag 2025002/2162022
117.61/115.99	c cleaning 9999 clauses out of 20010 with flag 2035001/2172021
118.11/116.46	c cleaning 9998 clauses out of 20011 with flag 2045001/2182021
118.61/116.91	c cleaning 10001 clauses out of 20014 with flag 2055002/2192022
119.11/117.44	c cleaning 9998 clauses out of 20011 with flag 2065000/2202020
119.62/117.96	c cleaning 9999 clauses out of 20013 with flag 2075000/2212020
120.12/118.44	c cleaning 10000 clauses out of 20015 with flag 2085001/2222021
120.62/118.96	c cleaning 10000 clauses out of 20015 with flag 2095001/2232021
121.12/119.43	c cleaning 10003 clauses out of 20016 with flag 2105002/2242022
121.63/119.95	c cleaning 9992 clauses out of 20011 with flag 2115000/2252020
122.13/120.45	c cleaning 9999 clauses out of 20019 with flag 2125000/2262020
122.63/120.94	c cleaning 10006 clauses out of 20020 with flag 2135000/2272020
123.13/121.41	c cleaning 9999 clauses out of 20014 with flag 2145000/2282020
123.63/121.95	c cleaning 10005 clauses out of 20015 with flag 2155000/2292020
124.23/122.51	c cleaning 9998 clauses out of 20010 with flag 2165000/2302020
124.73/123.03	c cleaning 10004 clauses out of 20012 with flag 2175000/2312020
125.23/123.53	c cleaning 10000 clauses out of 20009 with flag 2185001/2322021
125.73/124.00	c cleaning 9994 clauses out of 20008 with flag 2195000/2332020
126.23/124.53	c cleaning 10000 clauses out of 20014 with flag 2205000/2342020
126.73/125.07	c cleaning 10000 clauses out of 20016 with flag 2215002/2352022
127.23/125.59	c cleaning 10002 clauses out of 20016 with flag 2225002/2362022
127.83/126.12	c cleaning 9999 clauses out of 20013 with flag 2235001/2372021
128.33/126.61	c cleaning 10003 clauses out of 20013 with flag 2245000/2382020
128.84/127.19	c cleaning 9993 clauses out of 20011 with flag 2255001/2392021
129.34/127.67	c cleaning 10006 clauses out of 20019 with flag 2265002/2402022
129.84/128.18	c cleaning 10000 clauses out of 20015 with flag 2275004/2412024
130.45/128.74	c cleaning 9998 clauses out of 20011 with flag 2285000/2422020
130.94/129.27	c cleaning 10003 clauses out of 20013 with flag 2295000/2432020
131.44/129.80	c cleaning 9998 clauses out of 20010 with flag 2305000/2442020
131.94/130.29	c cleaning 10002 clauses out of 20012 with flag 2315000/2452020
132.55/130.81	c cleaning 9991 clauses out of 20011 with flag 2325001/2462021
133.04/131.33	c cleaning 9999 clauses out of 20019 with flag 2335000/2472020
133.55/131.84	c cleaning 10002 clauses out of 20020 with flag 2345000/2482020
134.05/132.40	c cleaning 9999 clauses out of 20020 with flag 2355002/2492022
134.65/132.92	c cleaning 10003 clauses out of 20019 with flag 2365000/2502020
135.15/133.42	c cleaning 10000 clauses out of 20020 with flag 2375004/2512024
135.65/133.97	c cleaning 10002 clauses out of 20016 with flag 2385000/2522020
136.35/134.64	c cleaning 10003 clauses out of 20016 with flag 2395002/2532022
136.96/135.26	c cleaning 9996 clauses out of 20011 with flag 2405000/2542020
137.56/135.85	c cleaning 9997 clauses out of 20015 with flag 2415000/2552020
138.25/136.54	c cleaning 9995 clauses out of 20018 with flag 2425000/2562020
138.86/137.12	c cleaning 10003 clauses out of 20023 with flag 2435000/2572020
139.36/137.69	c cleaning 10005 clauses out of 20020 with flag 2445000/2582020
140.06/138.32	c cleaning 9999 clauses out of 20015 with flag 2455000/2592020
140.56/138.85	c cleaning 10007 clauses out of 20020 with flag 2465004/2602024
141.07/139.37	c cleaning 9997 clauses out of 20010 with flag 2475001/2612021
141.67/139.98	c cleaning 10002 clauses out of 20013 with flag 2485001/2622021
142.27/140.52	c cleaning 9998 clauses out of 20010 with flag 2495000/2632020
142.87/141.12	c cleaning 9989 clauses out of 20012 with flag 2505000/2642020
143.37/141.69	c cleaning 10009 clauses out of 20024 with flag 2515001/2652021
144.07/142.32	c cleaning 10007 clauses out of 20015 with flag 2525001/2662021
144.77/143.06	c cleaning 9998 clauses out of 20009 with flag 2535002/2672022
145.40/143.68	c cleaning 10001 clauses out of 20009 with flag 2545001/2682021
145.92/144.19	c cleaning 10000 clauses out of 20008 with flag 2555001/2692021
146.41/144.68	c cleaning 10001 clauses out of 20010 with flag 2565003/2702023
147.02/145.25	c cleaning 9995 clauses out of 20006 with flag 2575001/2712021
147.62/145.80	c cleaning 9990 clauses out of 20012 with flag 2585002/2722022
148.22/146.40	c cleaning 10000 clauses out of 20020 with flag 2595000/2732020
148.62/146.89	c cleaning 10004 clauses out of 20021 with flag 2605001/2742021
149.12/147.40	c cleaning 10004 clauses out of 20018 with flag 2615002/2752022
149.72/147.97	c cleaning 9999 clauses out of 20012 with flag 2625000/2762020
150.23/148.48	c cleaning 9994 clauses out of 20015 with flag 2635002/2772022
150.82/149.08	c cleaning 10009 clauses out of 20021 with flag 2645002/2782022
151.43/149.67	c cleaning 10002 clauses out of 20014 with flag 2655005/2792025
151.84/150.09	c starts		: 253
151.84/150.09	c conflicts		: 2798571
151.84/150.09	c decisions		: 4478858
151.84/150.09	c propagations		: 141600509
151.84/150.09	c inspects		: 1455599544
151.84/150.09	c shortcuts		: 0
151.84/150.09	c learnt literals	: 16
151.84/150.09	c learnt binary clauses	: 30
151.84/150.09	c learnt ternary clauses	: 850
151.84/150.09	c learnt constraints	: 2798554
151.84/150.09	c ignored constraints	: 0
151.84/150.09	c root simplifications	: 0
151.84/150.09	c removed literals (reason simplification)	: 13877389
151.84/150.09	c reason swapping (by a shorter reason)	: 0
151.84/150.09	c Calls to reduceDB	: 284
151.84/150.09	c number of reductions to clauses (during analyze)	: 0
151.84/150.09	c number of learned constraints concerned by reduction	: 0
151.84/150.09	c number of learning phase by resolution	: 0
151.84/150.09	c number of learning phase by cutting planes	: 0
151.84/150.09	c speed (assignments/second)	: 1007051.5329744184
151.84/150.09	c non guided choices	2784
151.84/150.09	c learnt constraints type 
151.84/150.09	c constraints type 
151.84/150.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
151.84/150.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
151.84/150.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
151.84/150.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
151.84/150.09	s OPTIMUM FOUND
151.84/150.09	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 
151.84/150.09	c objective function=1
151.84/150.09	c Total wall clock time (in seconds): 149.989

Verifier Data

OK	1

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-3492037-1307910688/watcher-3492037-1307910688 -o /tmp/evaluation-result-3492037-1307910688/solver-3492037-1307910688 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492037-1307910688.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: 1.92 1.98 1.85 3/195 10309
/proc/meminfo: memFree=2830268/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 1237 0 0 0 0 0 0 0 25 0 2 0 902666509 31260672 955 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 7632 957 730 9 0 383 0
[pid=10309/tid=10310] ppid=10307 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902666510 31260672 957 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212687673344 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0884519 s]
/proc/loadavg: 1.92 1.98 1.85 3/195 10309
/proc/meminfo: memFree=2830268/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10539888 CPUtime=0.09 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 12903 0 1 0 8 1 0 0 25 0 18 0 902666509 10792845312 12598 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2634972 12598 2091 9 0 2625706 0
[pid=10309/tid=10310] ppid=10307 vsize=10539888 CPUtime=0.07 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 11001 0 1 0 6 1 0 0 18 0 18 0 902666510 10792845312 12599 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 47426510034963 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539888

[startup+0.100505 s]
/proc/loadavg: 1.92 1.98 1.85 3/195 10309
/proc/meminfo: memFree=2830268/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10539888 CPUtime=0.1 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 13075 0 1 0 9 1 0 0 25 0 18 0 902666509 10792845312 12770 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2634972 12770 2092 9 0 2625706 0
[pid=10309/tid=10310] ppid=10307 vsize=10539888 CPUtime=0.08 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 11172 0 1 0 7 1 0 0 18 0 18 0 902666510 10792845312 12770 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699502027 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539888

[startup+0.300469 s]
/proc/loadavg: 1.92 1.98 1.85 3/195 10309
/proc/meminfo: memFree=2830268/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10541004 CPUtime=0.48 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 16211 0 1 0 47 1 0 0 25 0 18 0 902666509 10793988096 15339 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635251 15341 2201 9 0 2625985 0
[pid=10309/tid=10310] ppid=10307 vsize=10541004 CPUtime=0.28 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 13022 0 1 0 27 1 0 0 18 0 18 0 902666510 10793988096 15347 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541004

[startup+0.700422 s]
/proc/loadavg: 1.92 1.98 1.85 3/195 10309
/proc/meminfo: memFree=2830268/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10543656 CPUtime=1.48 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 20215 0 1 0 146 2 0 0 25 0 19 0 902666509 10796703744 18020 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635914 18020 2225 9 0 2626648 0
[pid=10309/tid=10310] ppid=10307 vsize=10543656 CPUtime=0.68 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 14688 0 1 0 67 1 0 0 19 0 19 0 902666510 10796703744 18020 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505715031 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10543656

[startup+1.50122 s]
/proc/loadavg: 1.92 1.98 1.85 3/214 10328
/proc/meminfo: memFree=2754996/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10543656 CPUtime=2.3 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 22219 0 1 0 228 2 0 0 25 0 19 0 902666509 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635914 20023 2227 9 0 2626648 0
[pid=10309/tid=10310] ppid=10307 vsize=10543656 CPUtime=1.49 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 16687 0 1 0 147 2 0 0 18 0 19 0 902666510 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505701057 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10309/tid=10312] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10312/stat : 10312 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10313] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10313/stat : 10313 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10314] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10314/stat : 10314 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10315] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10315/stat : 10315 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10316] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10316/stat : 10316 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10317] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10317/stat : 10317 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10318] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10318/stat : 10318 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10319] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10319/stat : 10319 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902666511 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10320] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10320/stat : 10320 (java) S 10307 10309 8865 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902666512 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 0 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10321] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10321/stat : 10321 (java) S 10307 10309 8865 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902666513 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10322] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10322/stat : 10322 (java) S 10307 10309 8865 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902666513 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10323] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10323/stat : 10323 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902666515 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699498929 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10324] ppid=10307 vsize=10543656 CPUtime=0.43 cores=0,2,4,6
/proc/10309/task/10324/stat : 10324 (java) S 10307 10309 8865 0 -1 4202560 2156 0 0 0 43 0 0 0 15 0 19 0 902666515 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10325] ppid=10307 vsize=10543656 CPUtime=0.37 cores=0,2,4,6
/proc/10309/task/10325/stat : 10325 (java) S 10307 10309 8865 0 -1 4202560 2214 0 0 0 37 0 0 0 15 0 19 0 902666515 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10326] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10326/stat : 10326 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902666515 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10327] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10327/stat : 10327 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902666515 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10328] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10328/stat : 10328 (java) S 10307 10309 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902666543 10796703744 20023 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10543656

[startup+3.10097 s]
/proc/loadavg: 1.93 1.98 1.85 3/214 10328
/proc/meminfo: memFree=2741972/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10543656 CPUtime=4.01 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 25062 0 1 0 398 3 0 0 25 0 19 0 902666509 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635914 22438 2253 9 0 2626648 0
[pid=10309/tid=10310] ppid=10307 vsize=10543656 CPUtime=3.02 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 17072 0 1 0 300 2 0 0 20 0 19 0 902666510 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505714123 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10309/tid=10312] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10312/stat : 10312 (java) S 10307 10309 8865 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10313] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10313/stat : 10313 (java) S 10307 10309 8865 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10314] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10314/stat : 10314 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10315] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10315/stat : 10315 (java) S 10307 10309 8865 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10316] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10316/stat : 10316 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10317] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10317/stat : 10317 (java) S 10307 10309 8865 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10318] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10318/stat : 10318 (java) S 10307 10309 8865 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10319] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10319/stat : 10319 (java) S 10307 10309 8865 0 -1 4202560 186 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10320] ppid=10307 vsize=10543656 CPUtime=0.05 cores=0,2,4,6
/proc/10309/task/10320/stat : 10320 (java) S 10307 10309 8865 0 -1 4202560 974 0 0 0 5 0 0 0 16 0 19 0 902666512 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 0 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10321] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10321/stat : 10321 (java) S 10307 10309 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10322] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10322/stat : 10322 (java) S 10307 10309 8865 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10323] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10323/stat : 10323 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902666515 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699498929 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10324] ppid=10307 vsize=10543656 CPUtime=0.49 cores=0,2,4,6
/proc/10309/task/10324/stat : 10324 (java) S 10307 10309 8865 0 -1 4202560 2594 0 0 0 49 0 0 0 15 0 19 0 902666515 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10325] ppid=10307 vsize=10543656 CPUtime=0.4 cores=0,2,4,6
/proc/10309/task/10325/stat : 10325 (java) S 10307 10309 8865 0 -1 4202560 2224 0 0 0 40 0 0 0 15 0 19 0 902666515 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10326] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10326/stat : 10326 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902666515 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10327] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10327/stat : 10327 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902666515 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10328] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10328/stat : 10328 (java) S 10307 10309 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902666543 10796703744 22438 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 10543656

[startup+6.30138 s]
/proc/loadavg: 1.93 1.98 1.85 3/214 10328
/proc/meminfo: memFree=2738876/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10543656 CPUtime=7.22 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 25270 0 1 0 719 3 0 0 25 0 19 0 902666509 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635914 22631 2253 9 0 2626648 0
[pid=10309/tid=10310] ppid=10307 vsize=10543656 CPUtime=6.12 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 17079 0 1 0 610 2 0 0 25 0 19 0 902666510 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505700297 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10309/tid=10312] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10312/stat : 10312 (java) S 10307 10309 8865 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10313] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10313/stat : 10313 (java) S 10307 10309 8865 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10314] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10314/stat : 10314 (java) S 10307 10309 8865 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10315] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10315/stat : 10315 (java) S 10307 10309 8865 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10316] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10316/stat : 10316 (java) S 10307 10309 8865 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10317] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10317/stat : 10317 (java) S 10307 10309 8865 0 -1 4202560 336 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10318] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10318/stat : 10318 (java) S 10307 10309 8865 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10319] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10319/stat : 10319 (java) S 10307 10309 8865 0 -1 4202560 232 0 0 0 0 0 0 0 16 0 19 0 902666511 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10320] ppid=10307 vsize=10543656 CPUtime=0.14 cores=0,2,4,6
/proc/10309/task/10320/stat : 10320 (java) S 10307 10309 8865 0 -1 4202560 991 0 0 0 14 0 0 0 16 0 19 0 902666512 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 0 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10321] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10321/stat : 10321 (java) S 10307 10309 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10322] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10322/stat : 10322 (java) S 10307 10309 8865 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10323] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10323/stat : 10323 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902666515 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699498929 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10324] ppid=10307 vsize=10543656 CPUtime=0.5 cores=0,2,4,6
/proc/10309/task/10324/stat : 10324 (java) S 10307 10309 8865 0 -1 4202560 2594 0 0 0 50 0 0 0 15 0 19 0 902666515 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10325] ppid=10307 vsize=10543656 CPUtime=0.4 cores=0,2,4,6
/proc/10309/task/10325/stat : 10325 (java) S 10307 10309 8865 0 -1 4202560 2224 0 0 0 40 0 0 0 15 0 19 0 902666515 10796703744 22631 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0

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

[pid=10309/tid=10318] ppid=10307 vsize=10543656 CPUtime=0.09 cores=0,2,4,6
/proc/10309/task/10318/stat : 10318 (java) S 10307 10309 8865 0 -1 4202560 364 0 0 0 9 0 0 0 15 0 19 0 902666511 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10319] ppid=10307 vsize=10543656 CPUtime=0.1 cores=0,2,4,6
/proc/10309/task/10319/stat : 10319 (java) S 10307 10309 8865 0 -1 4202560 238 0 0 0 10 0 0 0 15 0 19 0 902666511 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10320] ppid=10307 vsize=10543656 CPUtime=4.43 cores=0,2,4,6
/proc/10309/task/10320/stat : 10320 (java) S 10307 10309 8865 0 -1 4202560 1547 0 0 0 441 2 0 0 16 0 19 0 902666512 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 0 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10321] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10321/stat : 10321 (java) S 10307 10309 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10322] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10322/stat : 10322 (java) S 10307 10309 8865 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10323] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10323/stat : 10323 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902666515 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699498929 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10324] ppid=10307 vsize=10543656 CPUtime=1.09 cores=0,2,4,6
/proc/10309/task/10324/stat : 10324 (java) S 10307 10309 8865 0 -1 4202560 12512 0 0 0 108 1 0 0 15 0 19 0 902666515 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10325] ppid=10307 vsize=10543656 CPUtime=0.45 cores=0,2,4,6
/proc/10309/task/10325/stat : 10325 (java) S 10307 10309 8865 0 -1 4202560 2225 0 0 0 45 0 0 0 15 0 19 0 902666515 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10326] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10326/stat : 10326 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902666515 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10327] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10327/stat : 10327 (java) S 10307 10309 8865 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902666515 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10328] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10328/stat : 10328 (java) S 10307 10309 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902666543 10796703744 26096 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 148.92
Current children cumulated vsize (KiB) 10543656

[startup+148.701 s]
/proc/loadavg: 1.99 1.98 1.86 3/214 10332
/proc/meminfo: memFree=2719916/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10543656 CPUtime=150.52 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 36084 0 1 0 15044 8 0 0 25 0 19 0 902666509 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635914 26103 2255 9 0 2626648 0
[pid=10309/tid=10310] ppid=10307 vsize=10543656 CPUtime=143.73 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 17352 0 1 0 14370 3 0 0 22 0 19 0 902666510 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505660832 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10309/tid=10312] ppid=10307 vsize=10543656 CPUtime=0.08 cores=0,2,4,6
/proc/10309/task/10312/stat : 10312 (java) S 10307 10309 8865 0 -1 4202560 182 0 0 0 8 0 0 0 15 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10313] ppid=10307 vsize=10543656 CPUtime=0.1 cores=0,2,4,6
/proc/10309/task/10313/stat : 10313 (java) S 10307 10309 8865 0 -1 4202560 79 0 0 0 10 0 0 0 15 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10314] ppid=10307 vsize=10543656 CPUtime=0.07 cores=0,2,4,6
/proc/10309/task/10314/stat : 10314 (java) S 10307 10309 8865 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10315] ppid=10307 vsize=10543656 CPUtime=0.08 cores=0,2,4,6
/proc/10309/task/10315/stat : 10315 (java) S 10307 10309 8865 0 -1 4202560 53 0 0 0 8 0 0 0 15 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10316] ppid=10307 vsize=10543656 CPUtime=0.07 cores=0,2,4,6
/proc/10309/task/10316/stat : 10316 (java) S 10307 10309 8865 0 -1 4202560 11 0 0 0 7 0 0 0 15 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10317] ppid=10307 vsize=10543656 CPUtime=0.09 cores=0,2,4,6
/proc/10309/task/10317/stat : 10317 (java) S 10307 10309 8865 0 -1 4202560 343 0 0 0 9 0 0 0 16 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10318] ppid=10307 vsize=10543656 CPUtime=0.09 cores=0,2,4,6
/proc/10309/task/10318/stat : 10318 (java) S 10307 10309 8865 0 -1 4202560 364 0 0 0 9 0 0 0 15 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10319] ppid=10307 vsize=10543656 CPUtime=0.1 cores=0,2,4,6
/proc/10309/task/10319/stat : 10319 (java) S 10307 10309 8865 0 -1 4202560 241 0 0 0 10 0 0 0 15 0 19 0 902666511 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10320] ppid=10307 vsize=10543656 CPUtime=4.48 cores=0,2,4,6
/proc/10309/task/10320/stat : 10320 (java) S 10307 10309 8865 0 -1 4202560 1550 0 0 0 446 2 0 0 16 0 19 0 902666512 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 0 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10321] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10321/stat : 10321 (java) S 10307 10309 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10322] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10322/stat : 10322 (java) S 10307 10309 8865 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10323] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10323/stat : 10323 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902666515 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699498929 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10324] ppid=10307 vsize=10543656 CPUtime=1.09 cores=0,2,4,6
/proc/10309/task/10324/stat : 10324 (java) S 10307 10309 8865 0 -1 4202560 12512 0 0 0 108 1 0 0 15 0 19 0 902666515 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10325] ppid=10307 vsize=10543656 CPUtime=0.45 cores=0,2,4,6
/proc/10309/task/10325/stat : 10325 (java) S 10307 10309 8865 0 -1 4202560 2225 0 0 0 45 0 0 0 15 0 19 0 902666515 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10326] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10326/stat : 10326 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902666515 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10327] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10327/stat : 10327 (java) S 10307 10309 8865 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902666515 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10328] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10328/stat : 10328 (java) S 10307 10309 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902666543 10796703744 26103 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 150.52
Current children cumulated vsize (KiB) 10543656

[startup+149.501 s]
/proc/loadavg: 1.99 1.98 1.86 3/214 10332
/proc/meminfo: memFree=2719792/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10543656 CPUtime=151.33 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 36093 0 1 0 15125 8 0 0 25 0 19 0 902666509 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635914 26111 2255 9 0 2626648 0
[pid=10309/tid=10310] ppid=10307 vsize=10543656 CPUtime=144.52 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 17353 0 1 0 14449 3 0 0 25 0 19 0 902666510 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505593015 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10309/tid=10312] ppid=10307 vsize=10543656 CPUtime=0.08 cores=0,2,4,6
/proc/10309/task/10312/stat : 10312 (java) S 10307 10309 8865 0 -1 4202560 182 0 0 0 8 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10313] ppid=10307 vsize=10543656 CPUtime=0.1 cores=0,2,4,6
/proc/10309/task/10313/stat : 10313 (java) S 10307 10309 8865 0 -1 4202560 79 0 0 0 10 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10314] ppid=10307 vsize=10543656 CPUtime=0.07 cores=0,2,4,6
/proc/10309/task/10314/stat : 10314 (java) S 10307 10309 8865 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10315] ppid=10307 vsize=10543656 CPUtime=0.08 cores=0,2,4,6
/proc/10309/task/10315/stat : 10315 (java) S 10307 10309 8865 0 -1 4202560 53 0 0 0 8 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10316] ppid=10307 vsize=10543656 CPUtime=0.07 cores=0,2,4,6
/proc/10309/task/10316/stat : 10316 (java) S 10307 10309 8865 0 -1 4202560 11 0 0 0 7 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10317] ppid=10307 vsize=10543656 CPUtime=0.09 cores=0,2,4,6
/proc/10309/task/10317/stat : 10317 (java) S 10307 10309 8865 0 -1 4202560 343 0 0 0 9 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10318] ppid=10307 vsize=10543656 CPUtime=0.09 cores=0,2,4,6
/proc/10309/task/10318/stat : 10318 (java) S 10307 10309 8865 0 -1 4202560 364 0 0 0 9 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10319] ppid=10307 vsize=10543656 CPUtime=0.1 cores=0,2,4,6
/proc/10309/task/10319/stat : 10319 (java) S 10307 10309 8865 0 -1 4202560 241 0 0 0 10 0 0 0 16 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10320] ppid=10307 vsize=10543656 CPUtime=4.5 cores=0,2,4,6
/proc/10309/task/10320/stat : 10320 (java) S 10307 10309 8865 0 -1 4202560 1558 0 0 0 448 2 0 0 16 0 19 0 902666512 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 0 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10321] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10321/stat : 10321 (java) S 10307 10309 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10322] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10322/stat : 10322 (java) S 10307 10309 8865 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10323] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10323/stat : 10323 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699498929 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10324] ppid=10307 vsize=10543656 CPUtime=1.09 cores=0,2,4,6
/proc/10309/task/10324/stat : 10324 (java) S 10307 10309 8865 0 -1 4202560 12512 0 0 0 108 1 0 0 15 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10325] ppid=10307 vsize=10543656 CPUtime=0.45 cores=0,2,4,6
/proc/10309/task/10325/stat : 10325 (java) S 10307 10309 8865 0 -1 4202560 2225 0 0 0 45 0 0 0 15 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10326] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10326/stat : 10326 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10327] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10327/stat : 10327 (java) S 10307 10309 8865 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10328] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10328/stat : 10328 (java) S 10307 10309 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902666543 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 151.33
Current children cumulated vsize (KiB) 10543656

[startup+149.901 s]
/proc/loadavg: 1.99 1.98 1.86 3/214 10332
/proc/meminfo: memFree=2719792/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=10543656 CPUtime=151.74 cores=0,2,4,6
/proc/10309/stat : 10309 (java) S 10307 10309 8865 0 -1 4202496 36094 0 1 0 15166 8 0 0 25 0 19 0 902666509 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 2635914 26111 2255 9 0 2626648 0
[pid=10309/tid=10310] ppid=10307 vsize=10543656 CPUtime=144.9 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4202560 17354 0 1 0 14487 3 0 0 25 0 19 0 902666510 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 46912505713940 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10309/tid=10312] ppid=10307 vsize=10543656 CPUtime=0.08 cores=0,2,4,6
/proc/10309/task/10312/stat : 10312 (java) S 10307 10309 8865 0 -1 4202560 182 0 0 0 8 0 0 0 16 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10313] ppid=10307 vsize=10543656 CPUtime=0.1 cores=0,2,4,6
/proc/10309/task/10313/stat : 10313 (java) S 10307 10309 8865 0 -1 4202560 79 0 0 0 10 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10314] ppid=10307 vsize=10543656 CPUtime=0.07 cores=0,2,4,6
/proc/10309/task/10314/stat : 10314 (java) S 10307 10309 8865 0 -1 4202560 9 0 0 0 7 0 0 0 16 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10315] ppid=10307 vsize=10543656 CPUtime=0.08 cores=0,2,4,6
/proc/10309/task/10315/stat : 10315 (java) S 10307 10309 8865 0 -1 4202560 53 0 0 0 8 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10316] ppid=10307 vsize=10543656 CPUtime=0.07 cores=0,2,4,6
/proc/10309/task/10316/stat : 10316 (java) S 10307 10309 8865 0 -1 4202560 11 0 0 0 7 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10317] ppid=10307 vsize=10543656 CPUtime=0.09 cores=0,2,4,6
/proc/10309/task/10317/stat : 10317 (java) S 10307 10309 8865 0 -1 4202560 343 0 0 0 9 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10318] ppid=10307 vsize=10543656 CPUtime=0.09 cores=0,2,4,6
/proc/10309/task/10318/stat : 10318 (java) S 10307 10309 8865 0 -1 4202560 364 0 0 0 9 0 0 0 15 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
[pid=10309/tid=10319] ppid=10307 vsize=10543656 CPUtime=0.1 cores=0,2,4,6
/proc/10309/task/10319/stat : 10319 (java) S 10307 10309 8865 0 -1 4202560 241 0 0 0 10 0 0 0 16 0 19 0 902666511 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10320] ppid=10307 vsize=10543656 CPUtime=4.51 cores=0,2,4,6
/proc/10309/task/10320/stat : 10320 (java) S 10307 10309 8865 0 -1 4202560 1558 0 0 0 449 2 0 0 16 0 19 0 902666512 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 0 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10321] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10321/stat : 10321 (java) S 10307 10309 8865 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10322] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10322/stat : 10322 (java) S 10307 10309 8865 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902666513 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 4 0 0 0
[pid=10309/tid=10323] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10323/stat : 10323 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699498929 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10324] ppid=10307 vsize=10543656 CPUtime=1.09 cores=0,2,4,6
/proc/10309/task/10324/stat : 10324 (java) S 10307 10309 8865 0 -1 4202560 12512 0 0 0 108 1 0 0 15 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10325] ppid=10307 vsize=10543656 CPUtime=0.46 cores=0,2,4,6
/proc/10309/task/10325/stat : 10325 (java) S 10307 10309 8865 0 -1 4202560 2225 0 0 0 46 0 0 0 15 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10326] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10326/stat : 10326 (java) S 10307 10309 8865 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491225 0 4 0 16800975 18446604452841899264 0 0 -1 2 0 0 0
[pid=10309/tid=10327] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10327/stat : 10327 (java) S 10307 10309 8865 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902666515 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 0 0 0 0
[pid=10309/tid=10328] ppid=10307 vsize=10543656 CPUtime=0 cores=0,2,4,6
/proc/10309/task/10328/stat : 10328 (java) S 10307 10309 8865 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902666543 10796703744 26111 33554432000 1073741824 1073778376 140736457005600 18446744073709551615 212699491840 0 4 0 16800975 18446604452841899264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 151.74
Current children cumulated vsize (KiB) 10543656

[startup+150.101 s]
/proc/loadavg: 1.99 1.98 1.86 3/214 10332
/proc/meminfo: memFree=2719792/32951124 swapFree=67076880/67111528
[pid=10309] ppid=10307 vsize=0 CPUtime=151.95 cores=0,2,4,6
/proc/10309/stat : 10309 (java) Z 10307 10309 8865 0 -1 4203548 36120 0 1 0 15186 9 0 0 18 0 2 0 902666509 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10309/statm: 0 0 0 0 0 0 0
[pid=10309/tid=10310] ppid=10307 vsize=0 CPUtime=145.09 cores=0,2,4,6
/proc/10309/task/10310/stat : 10310 (java) R 10307 10309 8865 0 -1 4203588 17357 0 1 0 14506 3 0 0 25 0 2 0 902666510 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 151.95
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 150.104
CPU time (s): 151.958
CPU user time (s): 151.863
CPU system time (s): 0.094985
CPU usage (%): 101.235
Max. virtual memory (cumulated for all children) (KiB): 10544936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.863
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36120
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= 10916
involuntary context switches= 5720

runsolver used 0.280957 second user time and 0.558915 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 22:31:28
IDJOB=3492037
IDBENCH=78998
IDSOLVER=1982
FILE ID=node139/3492037-1307910688
RUNJOBID= node139-1307908888-10094
PBS_JOBID= 13559516
Free space on /tmp= 2692 MiB

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

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

MD5SUM BENCH= 97e6423088cc7ef1f08dcccdf9e01ef4
RANDOM SEED=1122262419

node139.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.852
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:       2830672 kB
Buffers:         65520 kB
Cached:       29029728 kB
SwapCached:       3400 kB
Active:       14448616 kB
Inactive:     14753288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2830672 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:            1000 kB
Writeback:           0 kB
AnonPages:      104788 kB
Mapped:          22432 kB
Slab:           854112 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10553916 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= 2692 MiB
End job on node139 at 2011-06-12 22:33:58