Trace number 3492692

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 190.903 188.842

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567024--soft-66-100-0.wbo
MD5SUM7129b2638275c1b1b14ce0a3da71735e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark27.6158
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/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@13d4c61c
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-3492692-1307910395.wbo
0.10/0.11	c reading problem ... 
0.45/0.32	c ... done. Wall clock time 0.211s.
0.45/0.32	c #vars     1158
0.45/0.32	c #constraints  2707
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.45/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.45/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.70/0.42	c SATISFIABLE
0.70/0.42	c OPTIMIZING...
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.307
0.70/0.42	o 481
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.338
0.70/0.45	o 330
0.99/0.51	c Got one! Elapsed wall clock time (in seconds):0.394
0.99/0.51	o 255
0.99/0.55	c Got one! Elapsed wall clock time (in seconds):0.435
0.99/0.55	o 243
0.99/0.57	c Got one! Elapsed wall clock time (in seconds):0.46
0.99/0.57	o 180
1.28/0.60	c Got one! Elapsed wall clock time (in seconds):0.482
1.28/0.60	o 179
1.28/0.63	c Got one! Elapsed wall clock time (in seconds):0.521
1.28/0.63	o 176
1.41/0.70	c Got one! Elapsed wall clock time (in seconds):0.59
1.41/0.70	o 166
1.41/0.74	c Got one! Elapsed wall clock time (in seconds):0.628
1.41/0.74	o 160
1.41/0.78	c Got one! Elapsed wall clock time (in seconds):0.671
1.41/0.78	o 136
1.53/0.85	c Got one! Elapsed wall clock time (in seconds):0.739
1.53/0.85	o 128
1.76/1.02	c Got one! Elapsed wall clock time (in seconds):0.902
1.76/1.02	o 123
1.88/1.12	c Got one! Elapsed wall clock time (in seconds):1.008
1.88/1.12	o 118
2.31/1.54	c Got one! Elapsed wall clock time (in seconds):1.43
2.31/1.54	o 115
2.55/1.70	c cleaning 5911 clauses out of 11829 with flag 1000/11829
2.76/1.95	c Got one! Elapsed wall clock time (in seconds):1.84
2.76/1.95	o 96
3.07/2.25	c cleaning 5638 clauses out of 11288 with flag 3001/17199
3.47/2.62	c Got one! Elapsed wall clock time (in seconds):2.506
3.47/2.62	o 57
3.69/2.82	c cleaning 5628 clauses out of 11270 with flag 2000/22819
3.92/2.91	c Got one! Elapsed wall clock time (in seconds):2.8
3.92/2.91	o 51
4.30/3.18	c Got one! Elapsed wall clock time (in seconds):3.071
4.30/3.18	o 29
4.40/3.27	c cleaning 5739 clauses out of 11487 with flag 1000/28664
5.12/3.67	c cleaning 5869 clauses out of 11748 with flag 7000/34664
5.66/4.10	c cleaning 6440 clauses out of 12881 with flag 14002/41666
5.76/4.22	c Got one! Elapsed wall clock time (in seconds):4.108
5.76/4.22	o 26
6.06/4.54	c cleaning 6200 clauses out of 12414 with flag 4000/47639
6.26/4.76	c Got one! Elapsed wall clock time (in seconds):4.645
6.26/4.76	o 23
6.46/4.92	c cleaning 5753 clauses out of 11516 with flag 2003/52941
6.76/5.30	c cleaning 5877 clauses out of 11761 with flag 8001/58939
6.97/5.44	c Got one! Elapsed wall clock time (in seconds):5.322
6.97/5.44	o 21
7.17/5.64	c cleaning 5713 clauses out of 11435 with flag 3000/64490
7.57/6.02	c cleaning 5859 clauses out of 11725 with flag 9003/70493
7.97/6.42	c cleaning 6425 clauses out of 12865 with flag 16002/77492
8.48/6.93	c cleaning 7212 clauses out of 14438 with flag 24000/85490
8.98/7.46	c cleaning 8106 clauses out of 16226 with flag 33000/94490
9.58/8.05	c cleaning 9056 clauses out of 18122 with flag 43002/104492
10.18/8.64	c cleaning 9532 clauses out of 19067 with flag 53003/114493
10.58/9.03	c Got one! Elapsed wall clock time (in seconds):8.916
10.58/9.03	o 17
10.98/9.45	c cleaning 10623 clauses out of 21257 with flag 5001/126215
11.39/9.84	c cleaning 8313 clauses out of 16633 with flag 11000/132214
11.79/10.23	c cleaning 7657 clauses out of 15320 with flag 18000/139214
12.19/10.66	c cleaning 7829 clauses out of 15664 with flag 26001/147215
12.69/11.12	c cleaning 8411 clauses out of 16834 with flag 35000/156214
13.19/11.69	c cleaning 9205 clauses out of 18423 with flag 45000/166214
13.79/12.23	c cleaning 9604 clauses out of 19218 with flag 55000/176214
14.39/12.80	c cleaning 9803 clauses out of 19615 with flag 65001/186215
14.89/13.36	c cleaning 9901 clauses out of 19811 with flag 75000/196214
15.49/13.96	c cleaning 9953 clauses out of 19911 with flag 85001/206215
16.09/14.54	c cleaning 9975 clauses out of 19957 with flag 95000/216214
16.60/15.05	c Got one! Elapsed wall clock time (in seconds):14.936
16.60/15.05	o 15
17.00/15.48	c cleaning 12140 clauses out of 24299 with flag 5000/230531
17.40/15.88	c cleaning 9075 clauses out of 18159 with flag 11000/236531
17.80/16.26	c cleaning 8034 clauses out of 16084 with flag 18000/243531
18.30/16.73	c cleaning 8024 clauses out of 16051 with flag 26001/251532
18.80/17.21	c cleaning 8509 clauses out of 17026 with flag 35000/260531
19.21/17.68	c cleaning 9256 clauses out of 18519 with flag 45002/270533
19.71/18.19	c cleaning 9620 clauses out of 19262 with flag 55001/280532
20.21/18.69	c cleaning 9813 clauses out of 19641 with flag 65000/290531
20.81/19.22	c cleaning 9914 clauses out of 19831 with flag 75003/300534
21.31/19.73	c cleaning 9950 clauses out of 19914 with flag 85000/310531
21.81/20.25	c cleaning 9979 clauses out of 19964 with flag 95000/320531
22.41/20.80	c cleaning 9985 clauses out of 19989 with flag 105004/330535
22.91/21.32	c cleaning 9996 clauses out of 20000 with flag 115000/340531
23.41/21.85	c cleaning 9993 clauses out of 20005 with flag 125001/350532
23.91/22.38	c cleaning 9992 clauses out of 20011 with flag 135000/360531
24.52/22.91	c cleaning 10003 clauses out of 20020 with flag 145001/370532
24.92/23.39	c cleaning 10006 clauses out of 20017 with flag 155001/380532
25.52/23.96	c cleaning 9999 clauses out of 20013 with flag 165003/390534
26.12/24.50	c cleaning 9998 clauses out of 20011 with flag 175000/400531
26.65/25.03	c cleaning 10005 clauses out of 20016 with flag 185003/410534
27.15/25.57	c cleaning 10003 clauses out of 20008 with flag 195000/420531
27.65/26.08	c cleaning 9993 clauses out of 20005 with flag 205000/430531
28.15/26.56	c cleaning 10000 clauses out of 20012 with flag 215000/440531
28.65/27.07	c cleaning 10000 clauses out of 20015 with flag 225003/450534
29.16/27.59	c cleaning 10001 clauses out of 20014 with flag 235002/460533
29.66/28.08	c cleaning 9998 clauses out of 20011 with flag 245000/470531
30.16/28.58	c cleaning 10002 clauses out of 20013 with flag 255000/480531
30.66/29.07	c cleaning 10002 clauses out of 20011 with flag 265000/490531
31.16/29.56	c cleaning 10002 clauses out of 20011 with flag 275002/500533
31.66/30.06	c cleaning 9999 clauses out of 20007 with flag 285000/510531
32.16/30.54	c cleaning 9999 clauses out of 20009 with flag 295001/520532
32.66/31.03	c cleaning 9999 clauses out of 20009 with flag 305000/530531
33.16/31.51	c cleaning 10000 clauses out of 20011 with flag 315001/540532
33.57/31.99	c cleaning 10000 clauses out of 20010 with flag 325000/550531
34.17/32.55	c cleaning 10001 clauses out of 20010 with flag 335000/560531
34.67/33.07	c cleaning 10001 clauses out of 20009 with flag 345000/570531
35.27/33.61	c cleaning 9998 clauses out of 20008 with flag 355000/580531
35.77/34.11	c cleaning 9999 clauses out of 20012 with flag 365002/590533
36.17/34.57	c cleaning 9998 clauses out of 20011 with flag 375000/600531
36.67/35.08	c cleaning 9998 clauses out of 20015 with flag 385002/610533
37.27/35.60	c cleaning 10005 clauses out of 20015 with flag 395000/620531
37.77/36.11	c cleaning 9998 clauses out of 20012 with flag 405002/630533
38.27/36.66	c cleaning 10001 clauses out of 20014 with flag 415002/640533
38.87/37.22	c cleaning 9998 clauses out of 20012 with flag 425001/650532
39.37/37.77	c cleaning 10003 clauses out of 20013 with flag 435000/660531
39.97/38.36	c cleaning 10001 clauses out of 20010 with flag 445000/670531
40.57/38.91	c cleaning 10001 clauses out of 20010 with flag 455001/680532
41.07/39.45	c cleaning 9999 clauses out of 20009 with flag 465001/690532
41.58/39.95	c cleaning 10001 clauses out of 20011 with flag 475002/700533
42.08/40.47	c cleaning 9998 clauses out of 20009 with flag 485001/710532
42.68/41.01	c cleaning 9996 clauses out of 20010 with flag 495000/720531
43.18/41.53	c cleaning 9998 clauses out of 20015 with flag 505001/730532
43.78/42.13	c cleaning 10005 clauses out of 20016 with flag 515000/740531
44.29/42.68	c cleaning 10002 clauses out of 20015 with flag 525004/750535
44.79/43.19	c cleaning 10000 clauses out of 20010 with flag 535001/760532
45.39/43.71	c cleaning 10002 clauses out of 20009 with flag 545000/770531
45.89/44.26	c cleaning 10000 clauses out of 20007 with flag 555000/780531
46.49/44.81	c cleaning 9996 clauses out of 20008 with flag 565001/790532
46.99/45.32	c cleaning 10000 clauses out of 20014 with flag 575003/800534
47.49/45.82	c cleaning 10003 clauses out of 20013 with flag 585002/810533
48.00/46.36	c cleaning 9999 clauses out of 20008 with flag 595000/820531
48.60/46.93	c cleaning 9998 clauses out of 20009 with flag 605000/830531
49.10/47.48	c cleaning 10001 clauses out of 20014 with flag 615003/840534
49.70/48.01	c cleaning 10002 clauses out of 20011 with flag 625001/850532
50.20/48.57	c cleaning 9998 clauses out of 20010 with flag 635002/860533
50.80/49.13	c cleaning 9999 clauses out of 20011 with flag 645001/870532
51.30/49.63	c cleaning 10000 clauses out of 20013 with flag 655002/880533
51.80/50.17	c cleaning 10004 clauses out of 20014 with flag 665003/890534
52.40/50.74	c cleaning 10000 clauses out of 20007 with flag 675000/900531
53.01/51.31	c cleaning 9997 clauses out of 20009 with flag 685002/910533
53.51/51.87	c cleaning 10002 clauses out of 20012 with flag 695002/920533
54.11/52.45	c cleaning 9998 clauses out of 20010 with flag 705002/930533
54.71/53.00	c cleaning 9997 clauses out of 20011 with flag 715001/940532
55.21/53.50	c cleaning 10004 clauses out of 20015 with flag 725002/950533
55.71/54.05	c cleaning 9999 clauses out of 20010 with flag 735001/960532
56.21/54.59	c cleaning 9997 clauses out of 20012 with flag 745002/970533
56.82/55.14	c cleaning 10000 clauses out of 20014 with flag 755001/980532
57.42/55.74	c cleaning 10001 clauses out of 20013 with flag 765000/990531
58.02/56.32	c cleaning 9998 clauses out of 20013 with flag 775001/1000532
58.52/56.88	c cleaning 9997 clauses out of 20014 with flag 785000/1010531
59.12/57.45	c cleaning 10001 clauses out of 20017 with flag 795000/1020531
59.72/58.01	c cleaning 10003 clauses out of 20016 with flag 805000/1030531
60.22/58.58	c cleaning 10001 clauses out of 20014 with flag 815001/1040532
60.82/59.11	c cleaning 9997 clauses out of 20012 with flag 825000/1050531
61.32/59.67	c cleaning 10002 clauses out of 20017 with flag 835002/1060533
61.92/60.22	c cleaning 10002 clauses out of 20017 with flag 845004/1070535
62.42/60.72	c cleaning 9996 clauses out of 20011 with flag 855000/1080531
62.92/61.25	c cleaning 9999 clauses out of 20016 with flag 865001/1090532
63.53/61.89	c cleaning 10002 clauses out of 20016 with flag 875000/1100531
64.13/62.43	c cleaning 9998 clauses out of 20014 with flag 885000/1110531
64.64/62.94	c cleaning 9998 clauses out of 20016 with flag 895000/1120531
65.14/63.44	c cleaning 10008 clauses out of 20021 with flag 905003/1130534
65.64/63.98	c cleaning 10000 clauses out of 20011 with flag 915001/1140532
66.24/64.55	c cleaning 9998 clauses out of 20011 with flag 925001/1150532
66.84/65.10	c cleaning 10002 clauses out of 20012 with flag 935000/1160531
67.34/65.68	c cleaning 10000 clauses out of 20011 with flag 945001/1170532
67.94/66.28	c cleaning 10001 clauses out of 20010 with flag 955000/1180531
68.54/66.84	c cleaning 9998 clauses out of 20010 with flag 965001/1190532
69.14/67.41	c cleaning 9991 clauses out of 20012 with flag 975001/1200532
69.64/67.99	c cleaning 10004 clauses out of 20020 with flag 985000/1210531
70.24/68.58	c cleaning 10001 clauses out of 20017 with flag 995001/1220532
70.85/69.17	c cleaning 10005 clauses out of 20015 with flag 1005000/1230531
71.45/69.78	c cleaning 9997 clauses out of 20011 with flag 1015001/1240532
72.05/70.38	c cleaning 10002 clauses out of 20013 with flag 1025000/1250531
72.65/70.97	c cleaning 10000 clauses out of 20011 with flag 1035000/1260531
73.35/71.61	c cleaning 9998 clauses out of 20011 with flag 1045000/1270531
73.95/72.27	c cleaning 9995 clauses out of 20014 with flag 1055001/1280532
74.65/72.90	c cleaning 10002 clauses out of 20018 with flag 1065000/1290531
75.25/73.52	c cleaning 9999 clauses out of 20016 with flag 1075000/1300531
75.75/74.09	c cleaning 10002 clauses out of 20017 with flag 1085000/1310531
76.35/74.69	c cleaning 10001 clauses out of 20015 with flag 1095000/1320531
77.05/75.31	c cleaning 10003 clauses out of 20015 with flag 1105001/1330532
77.66/75.90	c cleaning 9998 clauses out of 20011 with flag 1115000/1340531
78.26/76.51	c cleaning 10003 clauses out of 20015 with flag 1125002/1350533
78.86/77.11	c cleaning 9998 clauses out of 20010 with flag 1135000/1360531
79.36/77.69	c cleaning 10002 clauses out of 20013 with flag 1145001/1370532
79.96/78.28	c cleaning 9998 clauses out of 20010 with flag 1155000/1380531
80.56/78.87	c cleaning 10002 clauses out of 20012 with flag 1165000/1390531
81.16/79.41	c cleaning 10002 clauses out of 20015 with flag 1175005/1400536
81.66/79.98	c cleaning 9997 clauses out of 20009 with flag 1185001/1410532
82.27/80.56	c cleaning 10002 clauses out of 20012 with flag 1195001/1420532
82.87/81.15	c cleaning 9998 clauses out of 20009 with flag 1205000/1430531
83.47/81.73	c cleaning 10002 clauses out of 20011 with flag 1215000/1440531
84.07/82.40	c cleaning 9997 clauses out of 20010 with flag 1225001/1450532
84.67/82.98	c cleaning 10002 clauses out of 20014 with flag 1235002/1460533
85.38/83.63	c cleaning 9997 clauses out of 20010 with flag 1245000/1470531
85.98/84.27	c cleaning 10001 clauses out of 20014 with flag 1255001/1480532
86.58/84.85	c cleaning 10001 clauses out of 20013 with flag 1265001/1490532
87.18/85.44	c cleaning 9995 clauses out of 20012 with flag 1275001/1500532
87.78/86.04	c cleaning 10004 clauses out of 20017 with flag 1285001/1510532
88.48/86.71	c cleaning 10000 clauses out of 20012 with flag 1295000/1520531
88.98/87.29	c cleaning 10002 clauses out of 20012 with flag 1305000/1530531
89.58/87.87	c cleaning 9996 clauses out of 20010 with flag 1315000/1540531
90.18/88.46	c cleaning 9997 clauses out of 20015 with flag 1325001/1550532
90.69/89.00	c cleaning 10003 clauses out of 20018 with flag 1335001/1560532
91.29/89.59	c cleaning 9995 clauses out of 20014 with flag 1345000/1570531
91.89/90.17	c cleaning 10005 clauses out of 20022 with flag 1355003/1580534
92.49/90.73	c cleaning 10001 clauses out of 20014 with flag 1365000/1590531
93.00/91.29	c cleaning 9997 clauses out of 20013 with flag 1375000/1600531
93.69/91.91	c cleaning 10003 clauses out of 20016 with flag 1385000/1610531
94.29/92.58	c cleaning 10002 clauses out of 20013 with flag 1395000/1620531
94.99/93.23	c cleaning 9999 clauses out of 20011 with flag 1405000/1630531
95.59/93.81	c cleaning 9999 clauses out of 20012 with flag 1415000/1640531
96.09/94.37	c cleaning 10001 clauses out of 20013 with flag 1425000/1650531
96.69/94.96	c cleaning 10002 clauses out of 20013 with flag 1435001/1660532
97.29/95.56	c cleaning 10000 clauses out of 20012 with flag 1445002/1670533
97.90/96.15	c cleaning 9998 clauses out of 20013 with flag 1455003/1680534
98.51/96.79	c cleaning 10000 clauses out of 20016 with flag 1465004/1690535
99.10/97.39	c cleaning 10002 clauses out of 20013 with flag 1475001/1700532
99.80/98.06	c cleaning 10001 clauses out of 20011 with flag 1485001/1710532
100.41/98.69	c cleaning 10002 clauses out of 20011 with flag 1495002/1720533
101.01/99.28	c cleaning 9995 clauses out of 20007 with flag 1505000/1730531
101.61/99.88	c cleaning 10002 clauses out of 20014 with flag 1515002/1740533
102.31/100.50	c cleaning 10001 clauses out of 20012 with flag 1525002/1750533
102.81/101.10	c cleaning 10000 clauses out of 20009 with flag 1535000/1760531
103.41/101.64	c cleaning 10003 clauses out of 20013 with flag 1545004/1770535
103.92/102.20	c cleaning 10000 clauses out of 20007 with flag 1555001/1780532
104.52/102.78	c cleaning 9997 clauses out of 20007 with flag 1565001/1790532
105.12/103.36	c cleaning 10000 clauses out of 20010 with flag 1575001/1800532
105.72/103.98	c cleaning 9998 clauses out of 20009 with flag 1585000/1810531
106.32/104.59	c cleaning 10001 clauses out of 20011 with flag 1595000/1820531
106.92/105.18	c cleaning 10002 clauses out of 20013 with flag 1605003/1830534
107.52/105.77	c cleaning 9999 clauses out of 20010 with flag 1615002/1840533
108.22/106.40	c cleaning 9998 clauses out of 20011 with flag 1625002/1850533
108.82/107.01	c cleaning 9995 clauses out of 20011 with flag 1635000/1860531
109.32/107.59	c cleaning 10001 clauses out of 20016 with flag 1645000/1870531
109.92/108.19	c cleaning 10001 clauses out of 20015 with flag 1655000/1880531
110.53/108.79	c cleaning 9996 clauses out of 20014 with flag 1665000/1890531
111.13/109.37	c cleaning 10002 clauses out of 20018 with flag 1675000/1900531
111.73/109.96	c cleaning 10005 clauses out of 20018 with flag 1685002/1910533
112.33/110.56	c cleaning 10001 clauses out of 20012 with flag 1695001/1920532
112.93/111.16	c cleaning 9996 clauses out of 20011 with flag 1705001/1930532
113.53/111.72	c cleaning 9998 clauses out of 20014 with flag 1715000/1940531
114.13/112.37	c cleaning 10001 clauses out of 20016 with flag 1725000/1950531
114.73/112.94	c cleaning 10002 clauses out of 20017 with flag 1735002/1960533
115.33/113.52	c cleaning 10001 clauses out of 20013 with flag 1745000/1970531
115.93/114.18	c cleaning 10002 clauses out of 20014 with flag 1755002/1980533
116.53/114.79	c cleaning 10000 clauses out of 20010 with flag 1765000/1990531
117.13/115.40	c cleaning 9998 clauses out of 20011 with flag 1775001/2000532
117.84/116.03	c cleaning 9992 clauses out of 20014 with flag 1785002/2010533
118.44/116.60	c cleaning 10009 clauses out of 20023 with flag 1795003/2020534
118.94/117.20	c cleaning 10005 clauses out of 20014 with flag 1805003/2030534
119.54/117.75	c cleaning 9991 clauses out of 20006 with flag 1815000/2040531
120.14/118.37	c cleaning 10001 clauses out of 20016 with flag 1825001/2050532
120.74/118.96	c cleaning 10003 clauses out of 20015 with flag 1835001/2060532
121.44/119.61	c cleaning 10000 clauses out of 20011 with flag 1845000/2070531
122.04/120.22	c cleaning 9996 clauses out of 20011 with flag 1855000/2080531
122.54/120.78	c cleaning 10003 clauses out of 20015 with flag 1865000/2090531
123.14/121.30	c cleaning 9997 clauses out of 20014 with flag 1875002/2100533
123.65/121.87	c cleaning 10003 clauses out of 20017 with flag 1885002/2110533
124.25/122.48	c cleaning 9999 clauses out of 20013 with flag 1895001/2120532
124.84/123.07	c cleaning 10000 clauses out of 20013 with flag 1905000/2130531
125.44/123.68	c cleaning 10003 clauses out of 20014 with flag 1915001/2140532
126.05/124.27	c cleaning 10002 clauses out of 20012 with flag 1925002/2150533
126.65/124.87	c cleaning 9996 clauses out of 20008 with flag 1935000/2160531
127.26/125.48	c cleaning 10004 clauses out of 20013 with flag 1945001/2170532
127.85/126.05	c cleaning 10000 clauses out of 20008 with flag 1955000/2180531
128.45/126.62	c cleaning 9999 clauses out of 20009 with flag 1965001/2190532
128.95/127.18	c cleaning 10000 clauses out of 20010 with flag 1975001/2200532
129.56/127.74	c cleaning 9998 clauses out of 20009 with flag 1985000/2210531
130.16/128.34	c cleaning 10006 clauses out of 20015 with flag 1995004/2220535
130.76/128.96	c cleaning 9997 clauses out of 20006 with flag 2005001/2230532
131.36/129.58	c cleaning 10000 clauses out of 20012 with flag 2015004/2240535
131.96/130.18	c cleaning 10000 clauses out of 20010 with flag 2025002/2250533
132.67/130.82	c cleaning 9998 clauses out of 20008 with flag 2035000/2260531
133.27/131.41	c cleaning 10001 clauses out of 20011 with flag 2045001/2270532
133.87/132.09	c cleaning 9992 clauses out of 20009 with flag 2055000/2280531
134.57/132.71	c cleaning 10002 clauses out of 20017 with flag 2065000/2290531
135.17/133.37	c cleaning 9998 clauses out of 20017 with flag 2075002/2300533
135.77/133.96	c cleaning 9999 clauses out of 20017 with flag 2085000/2310531
136.38/134.50	c cleaning 9995 clauses out of 20018 with flag 2095000/2320531
136.88/135.02	c cleaning 10006 clauses out of 20023 with flag 2105000/2330531
137.38/135.53	c cleaning 10004 clauses out of 20019 with flag 2115002/2340533
137.88/136.09	c cleaning 10000 clauses out of 20014 with flag 2125001/2350532
138.48/136.66	c cleaning 10003 clauses out of 20015 with flag 2135002/2360533
139.08/137.22	c cleaning 10002 clauses out of 20011 with flag 2145001/2370532
139.58/137.76	c cleaning 9997 clauses out of 20009 with flag 2155001/2380532
140.19/138.32	c cleaning 10002 clauses out of 20012 with flag 2165001/2390532
140.79/138.92	c cleaning 9999 clauses out of 20010 with flag 2175001/2400532
141.29/139.48	c cleaning 9998 clauses out of 20010 with flag 2185000/2410531
141.89/140.04	c cleaning 10000 clauses out of 20013 with flag 2195001/2420532
142.49/140.63	c cleaning 10004 clauses out of 20016 with flag 2205004/2430535
143.19/141.30	c cleaning 9997 clauses out of 20008 with flag 2215000/2440531
143.70/141.89	c cleaning 10001 clauses out of 20012 with flag 2225001/2450532
144.30/142.49	c cleaning 10000 clauses out of 20010 with flag 2235000/2460531
144.90/143.06	c cleaning 10003 clauses out of 20015 with flag 2245005/2470536
145.40/143.60	c cleaning 9998 clauses out of 20012 with flag 2255005/2480536
146.01/144.13	c cleaning 9998 clauses out of 20009 with flag 2265000/2490531
146.50/144.65	c cleaning 10002 clauses out of 20012 with flag 2275001/2500532
147.00/145.19	c cleaning 10000 clauses out of 20009 with flag 2285000/2510531
147.60/145.74	c cleaning 9996 clauses out of 20009 with flag 2295000/2520531
147.70/145.81	c Got one! Elapsed wall clock time (in seconds):145.692
147.70/145.81	o 12
147.90/146.06	c cleaning 7576 clauses out of 15159 with flag 4000/2525677
148.30/146.42	c cleaning 6790 clauses out of 13584 with flag 10001/2531678
148.70/146.85	c cleaning 6890 clauses out of 13794 with flag 17001/2538678
149.21/147.31	c cleaning 7446 clauses out of 14906 with flag 25003/2546680
149.71/147.84	c cleaning 8224 clauses out of 16457 with flag 34000/2555677
150.31/148.42	c cleaning 9115 clauses out of 18235 with flag 44002/2565679
150.91/149.05	c cleaning 9549 clauses out of 19118 with flag 54000/2575677
151.61/149.71	c cleaning 9777 clauses out of 19570 with flag 64001/2585678
152.31/150.42	c cleaning 9888 clauses out of 19794 with flag 74002/2595679
152.91/151.01	c cleaning 9949 clauses out of 19904 with flag 84000/2605677
153.51/151.60	c cleaning 9974 clauses out of 19959 with flag 94004/2615681
154.11/152.20	c cleaning 9989 clauses out of 19983 with flag 104002/2625679
154.61/152.79	c cleaning 9990 clauses out of 19993 with flag 114001/2635678
155.21/153.35	c cleaning 9981 clauses out of 20002 with flag 124000/2645677
155.82/153.90	c cleaning 9995 clauses out of 20021 with flag 134000/2655677
156.32/154.44	c cleaning 10006 clauses out of 20026 with flag 144000/2665677
156.92/155.03	c cleaning 10006 clauses out of 20022 with flag 154002/2675679
157.42/155.58	c cleaning 9995 clauses out of 20014 with flag 164000/2685677
158.13/156.20	c cleaning 10003 clauses out of 20019 with flag 174000/2695677
158.72/156.83	c cleaning 9994 clauses out of 20019 with flag 184003/2705680
159.32/157.45	c cleaning 9985 clauses out of 20022 with flag 194000/2715677
159.83/157.99	c cleaning 10002 clauses out of 20037 with flag 204000/2725677
160.43/158.57	c cleaning 10008 clauses out of 20036 with flag 214001/2735678
161.03/159.14	c cleaning 10010 clauses out of 20028 with flag 224001/2745678
161.53/159.67	c cleaning 9996 clauses out of 20019 with flag 234002/2755679
162.13/160.23	c cleaning 10002 clauses out of 20024 with flag 244003/2765680
162.74/160.80	c cleaning 10006 clauses out of 20019 with flag 254000/2775677
163.24/161.36	c cleaning 10003 clauses out of 20016 with flag 264003/2785680
163.84/161.97	c cleaning 10001 clauses out of 20011 with flag 274001/2795678
164.44/162.55	c cleaning 9994 clauses out of 20009 with flag 284000/2805677
164.94/163.07	c cleaning 10002 clauses out of 20016 with flag 294001/2815678
165.55/163.67	c cleaning 9997 clauses out of 20013 with flag 304000/2825677
166.25/164.32	c cleaning 9998 clauses out of 20016 with flag 314000/2835677
166.75/164.88	c cleaning 10000 clauses out of 20018 with flag 324000/2845677
167.35/165.40	c cleaning 9995 clauses out of 20018 with flag 334000/2855677
167.85/165.93	c cleaning 10008 clauses out of 20024 with flag 344001/2865678
168.45/166.51	c cleaning 10004 clauses out of 20015 with flag 354000/2875677
168.85/166.99	c cleaning 9997 clauses out of 20014 with flag 364003/2885680
169.45/167.51	c cleaning 10005 clauses out of 20015 with flag 374001/2895678
169.96/168.08	c cleaning 9996 clauses out of 20011 with flag 384002/2905679
170.56/168.62	c cleaning 10002 clauses out of 20014 with flag 394001/2915678
171.06/169.19	c cleaning 9998 clauses out of 20014 with flag 404003/2925680
171.66/169.76	c cleaning 9999 clauses out of 20014 with flag 414001/2935678
172.16/170.28	c cleaning 10003 clauses out of 20014 with flag 424000/2945677
172.76/170.84	c cleaning 10001 clauses out of 20011 with flag 434000/2955677
173.26/171.40	c cleaning 9996 clauses out of 20011 with flag 444001/2965678
173.96/172.01	c cleaning 9997 clauses out of 20014 with flag 454000/2975677
174.57/172.64	c cleaning 9994 clauses out of 20017 with flag 464000/2985677
175.16/173.24	c cleaning 10001 clauses out of 20023 with flag 474000/2995677
175.77/173.87	c cleaning 10002 clauses out of 20022 with flag 484000/3005677
176.26/174.37	c cleaning 10005 clauses out of 20020 with flag 494000/3015677
176.77/174.86	c cleaning 10001 clauses out of 20015 with flag 504000/3025677
177.26/175.37	c cleaning 10004 clauses out of 20017 with flag 514003/3035680
177.87/175.90	c cleaning 9997 clauses out of 20010 with flag 524000/3045677
178.36/176.43	c cleaning 10002 clauses out of 20013 with flag 534000/3055677
178.87/176.98	c cleaning 9998 clauses out of 20013 with flag 544002/3065679
179.58/177.63	c cleaning 10003 clauses out of 20016 with flag 554003/3075680
180.19/178.24	c cleaning 9998 clauses out of 20010 with flag 564000/3085677
180.88/178.96	c cleaning 9996 clauses out of 20013 with flag 574001/3095678
181.48/179.56	c cleaning 10004 clauses out of 20016 with flag 584000/3105677
182.09/180.19	c cleaning 10003 clauses out of 20012 with flag 594000/3115677
182.79/180.87	c cleaning 9999 clauses out of 20010 with flag 604001/3125678
183.53/181.56	c cleaning 9998 clauses out of 20009 with flag 614000/3135677
184.14/182.16	c cleaning 9996 clauses out of 20011 with flag 624000/3145677
184.74/182.77	c cleaning 10000 clauses out of 20016 with flag 634001/3155678
185.44/183.42	c cleaning 9996 clauses out of 20016 with flag 644001/3165678
186.14/184.15	c cleaning 10003 clauses out of 20020 with flag 654001/3175678
186.85/184.81	c cleaning 10003 clauses out of 20017 with flag 664001/3185678
187.44/185.45	c cleaning 10001 clauses out of 20015 with flag 674002/3195679
188.04/186.04	c cleaning 10005 clauses out of 20014 with flag 684002/3205679
188.64/186.66	c cleaning 9999 clauses out of 20009 with flag 694002/3215679
189.35/187.31	c cleaning 9996 clauses out of 20009 with flag 704001/3225678
190.15/188.11	c cleaning 9991 clauses out of 20012 with flag 714000/3235677
190.85/188.83	c starts		: 272
190.85/188.83	c conflicts		: 3245340
190.85/188.83	c decisions		: 5135944
190.85/188.83	c propagations		: 175965973
190.85/188.83	c inspects		: 1609613749
190.85/188.83	c shortcuts		: 0
190.85/188.83	c learnt literals	: 6
190.85/188.83	c learnt binary clauses	: 46
190.85/188.83	c learnt ternary clauses	: 936
190.85/188.83	c learnt constraints	: 3245333
190.85/188.83	c ignored constraints	: 0
190.85/188.83	c root simplifications	: 0
190.85/188.83	c removed literals (reason simplification)	: 15025818
190.85/188.83	c reason swapping (by a shorter reason)	: 0
190.85/188.83	c Calls to reduceDB	: 331
190.85/188.83	c number of reductions to clauses (during analyze)	: 0
190.85/188.83	c number of learned constraints concerned by reduction	: 0
190.85/188.83	c number of learning phase by resolution	: 0
190.85/188.83	c number of learning phase by cutting planes	: 0
190.85/188.83	c speed (assignments/second)	: 4089759.0526658297
190.85/188.83	c non guided choices	3750
190.85/188.83	c learnt constraints type 
190.85/188.83	c constraints type 
190.85/188.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
190.85/188.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
190.85/188.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
190.85/188.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
190.85/188.83	s OPTIMUM FOUND
190.85/188.83	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 
190.85/188.83	c objective function=12
190.85/188.83	c Total wall clock time (in seconds): 188.719

Verifier Data

OK	12

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-3492692-1307910395/watcher-3492692-1307910395 -o /var/tmp/evaluation-result-3492692-1307910395/solver-3492692-1307910395 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492692-1307910395.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.95 2/195 16612
/proc/meminfo: memFree=1640880/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/16612/stat : 16612 (java) R 16610 16612 14185 0 -1 4202496 953 0 0 0 0 0 0 0 25 0 1 0 883454794 23580672 694 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254256653800 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16612/statm: 5757 694 511 9 0 124 0

[startup+0.053644 s]
/proc/loadavg: 2.00 2.02 1.95 2/195 16612
/proc/meminfo: memFree=1640880/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 11443 0 1 0 3 1 0 0 25 0 13 0 883454794 10718838784 11137 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2616904 11138 1684 9 0 2607652 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100608 s]
/proc/loadavg: 2.00 2.02 1.95 2/195 16612
/proc/meminfo: memFree=1640880/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10540344 CPUtime=0.1 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 13028 0 1 0 9 1 0 0 25 0 18 0 883454794 10793312256 12689 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2635086 12689 2092 9 0 2625820 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540344

[startup+0.300579 s]
/proc/loadavg: 2.00 2.02 1.95 2/195 16612
/proc/meminfo: memFree=1640880/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10541332 CPUtime=0.45 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 15296 0 1 0 43 2 0 0 25 0 18 0 883454794 10794323968 14685 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2635333 14686 2198 9 0 2626067 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10541332

[startup+0.700518 s]
/proc/loadavg: 2.00 2.02 1.95 2/195 16612
/proc/meminfo: memFree=1640880/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10550204 CPUtime=1.41 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 21991 0 1 0 139 2 0 0 25 0 19 0 883454794 10803408896 18598 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2637551 18598 2224 9 0 2628285 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10550204

[startup+1.50139 s]
/proc/loadavg: 2.00 2.02 1.95 3/214 16631
/proc/meminfo: memFree=1572792/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10550204 CPUtime=2.31 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 23120 0 1 0 229 2 0 0 25 0 19 0 883454794 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2637551 19670 2228 9 0 2628285 0
[pid=16612/tid=16614] ppid=16610 vsize=10550204 CPUtime=1.48 cores=0,2,4,6
/proc/16612/task/16614/stat : 16614 (java) R 16610 16612 14185 0 -1 4202560 15018 0 1 0 146 2 0 0 18 0 19 0 883454795 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 46912505937665 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16612/tid=16615] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16615/stat : 16615 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16616] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16616/stat : 16616 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16617] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16617/stat : 16617 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16618] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16618/stat : 16618 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16619] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16619/stat : 16619 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16620] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16620/stat : 16620 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16621] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16621/stat : 16621 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16622] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16622/stat : 16622 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454797 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16623] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16623/stat : 16623 (java) S 16610 16612 14185 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 883454798 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 0 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16624] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16624/stat : 16624 (java) S 16610 16612 14185 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 883454798 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16625] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16625/stat : 16625 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454798 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16626] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16626/stat : 16626 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273440177 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16627] ppid=16610 vsize=10550204 CPUtime=0.4 cores=0,2,4,6
/proc/16612/task/16627/stat : 16627 (java) S 16610 16612 14185 0 -1 4202560 4176 0 0 0 40 0 0 0 15 0 19 0 883454801 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16628] ppid=16610 vsize=10550204 CPUtime=0.41 cores=0,2,4,6
/proc/16612/task/16628/stat : 16628 (java) S 16610 16612 14185 0 -1 4202560 2762 0 0 0 41 0 0 0 15 0 19 0 883454801 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16629] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16629/stat : 16629 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16630] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16630/stat : 16630 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883454801 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16631] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16631/stat : 16631 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454829 10803408896 19670 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10550204

[startup+3.10106 s]
/proc/loadavg: 2.00 2.02 1.95 7/214 16631
/proc/meminfo: memFree=1565104/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10550204 CPUtime=4.3 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 30709 0 1 0 426 4 0 0 25 0 19 0 883454794 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2637551 25465 2253 9 0 2628285 0
[pid=16612/tid=16614] ppid=16610 vsize=10550204 CPUtime=3.03 cores=0,2,4,6
/proc/16612/task/16614/stat : 16614 (java) R 16610 16612 14185 0 -1 4202560 15231 0 1 0 301 2 0 0 20 0 19 0 883454795 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 46912505645018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16612/tid=16615] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16615/stat : 16615 (java) S 16610 16612 14185 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16616] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16616/stat : 16616 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16617] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16617/stat : 16617 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16618] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16618/stat : 16618 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16619] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16619/stat : 16619 (java) S 16610 16612 14185 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16620] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16620/stat : 16620 (java) S 16610 16612 14185 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16621] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16621/stat : 16621 (java) S 16610 16612 14185 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16622] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16622/stat : 16622 (java) S 16610 16612 14185 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16623] ppid=16610 vsize=10550204 CPUtime=0.04 cores=0,2,4,6
/proc/16612/task/16623/stat : 16623 (java) S 16610 16612 14185 0 -1 4202560 729 0 0 0 4 0 0 0 15 0 19 0 883454798 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 0 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16624] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16624/stat : 16624 (java) S 16610 16612 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16625] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16625/stat : 16625 (java) S 16610 16612 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16626] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16626/stat : 16626 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273440177 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16627] ppid=16610 vsize=10550204 CPUtime=0.47 cores=0,2,4,6
/proc/16612/task/16627/stat : 16627 (java) S 16610 16612 14185 0 -1 4202560 4211 0 0 0 47 0 0 0 15 0 19 0 883454801 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16628] ppid=16610 vsize=10550204 CPUtime=0.72 cores=0,2,4,6
/proc/16612/task/16628/stat : 16628 (java) S 16610 16612 14185 0 -1 4202560 8567 0 0 0 71 1 0 0 16 0 19 0 883454801 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16629] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16629/stat : 16629 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16630] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16630/stat : 16630 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883454801 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16631] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16631/stat : 16631 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454829 10803408896 25465 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 10550204

[startup+6.30153 s]
/proc/loadavg: 2.00 2.02 1.95 3/214 16631
/proc/meminfo: memFree=1545488/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10550204 CPUtime=7.87 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 31675 0 1 0 782 5 0 0 25 0 19 0 883454794 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2637551 25668 2253 9 0 2628285 0
[pid=16612/tid=16614] ppid=16610 vsize=10550204 CPUtime=6.1 cores=0,2,4,6
/proc/16612/task/16614/stat : 16614 (java) R 16610 16612 14185 0 -1 4202560 15240 0 1 0 608 2 0 0 25 0 19 0 883454795 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 46912505729754 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16612/tid=16615] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16615/stat : 16615 (java) S 16610 16612 14185 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16616] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16616/stat : 16616 (java) S 16610 16612 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16617] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16617/stat : 16617 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16618] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16618/stat : 16618 (java) S 16610 16612 14185 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16619] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16619/stat : 16619 (java) S 16610 16612 14185 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16620] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16620/stat : 16620 (java) S 16610 16612 14185 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16621] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16621/stat : 16621 (java) S 16610 16612 14185 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16622] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16622/stat : 16622 (java) S 16610 16612 14185 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 19 0 883454797 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16623] ppid=16610 vsize=10550204 CPUtime=0.15 cores=0,2,4,6
/proc/16612/task/16623/stat : 16623 (java) S 16610 16612 14185 0 -1 4202560 729 0 0 0 15 0 0 0 16 0 19 0 883454798 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 0 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16624] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16624/stat : 16624 (java) S 16610 16612 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16625] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16625/stat : 16625 (java) S 16610 16612 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16626] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16626/stat : 16626 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273440177 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16627] ppid=16610 vsize=10550204 CPUtime=0.47 cores=0,2,4,6
/proc/16612/task/16627/stat : 16627 (java) S 16610 16612 14185 0 -1 4202560 4211 0 0 0 47 0 0 0 15 0 19 0 883454801 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16628] ppid=16610 vsize=10550204 CPUtime=1.09 cores=0,2,4,6
/proc/16612/task/16628/stat : 16628 (java) S 16610 16612 14185 0 -1 4202560 9436 0 0 0 107 2 0 0 15 0 19 0 883454801 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16629] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16629/stat : 16629 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16630] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16630/stat : 16630 (java) R 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883454801 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16612/tid=16631] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16631/stat : 16631 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454829 10803408896 25668 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 10550204

[startup+12.7014 s]

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

/proc/16612/task/16615/stat : 16615 (java) S 16610 16612 14185 0 -1 4202560 250 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16616] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16616/stat : 16616 (java) S 16610 16612 14185 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16617] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16617/stat : 16617 (java) S 16610 16612 14185 0 -1 4202560 15 0 0 0 9 0 0 0 15 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16618] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16618/stat : 16618 (java) S 16610 16612 14185 0 -1 4202560 65 0 0 0 9 0 0 0 16 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16619] ppid=16610 vsize=10550204 CPUtime=0.12 cores=0,2,4,6
/proc/16612/task/16619/stat : 16619 (java) S 16610 16612 14185 0 -1 4202560 34 0 0 0 12 0 0 0 15 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16620] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16620/stat : 16620 (java) S 16610 16612 14185 0 -1 4202560 110 0 0 0 11 0 0 0 16 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16621] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16621/stat : 16621 (java) S 16610 16612 14185 0 -1 4202560 259 0 0 0 10 0 0 0 15 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16622] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16622/stat : 16622 (java) S 16610 16612 14185 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16623] ppid=16610 vsize=10550204 CPUtime=5.21 cores=0,2,4,6
/proc/16612/task/16623/stat : 16623 (java) S 16610 16612 14185 0 -1 4202560 1456 0 0 0 517 4 0 0 15 0 19 0 883454798 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 0 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16624] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16624/stat : 16624 (java) S 16610 16612 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16625] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16625/stat : 16625 (java) S 16610 16612 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16626] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16626/stat : 16626 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273440177 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16627] ppid=16610 vsize=10550204 CPUtime=0.49 cores=0,2,4,6
/proc/16612/task/16627/stat : 16627 (java) S 16610 16612 14185 0 -1 4202560 4211 0 0 0 49 0 0 0 15 0 19 0 883454801 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16628] ppid=16610 vsize=10550204 CPUtime=1.15 cores=0,2,4,6
/proc/16612/task/16628/stat : 16628 (java) S 16610 16612 14185 0 -1 4202560 9438 0 0 0 113 2 0 0 15 0 19 0 883454801 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16629] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16629/stat : 16629 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16630] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16630/stat : 16630 (java) S 16610 16612 14185 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 883454801 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16631] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16631/stat : 16631 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454829 10803408896 24588 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 189.95
Current children cumulated vsize (KiB) 10550204

[startup+188.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16636
/proc/meminfo: memFree=1554048/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10550204 CPUtime=190.35 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 32851 0 1 0 19024 11 0 0 25 0 19 0 883454794 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2637551 24593 2254 9 0 2628285 0
[pid=16612/tid=16614] ppid=16610 vsize=10550204 CPUtime=182.55 cores=0,2,4,6
/proc/16612/task/16614/stat : 16614 (java) R 16610 16612 14185 0 -1 4202560 15561 0 1 0 18253 2 0 0 18 0 19 0 883454795 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 46912505645049 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16612/tid=16615] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16615/stat : 16615 (java) S 16610 16612 14185 0 -1 4202560 250 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16616] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16616/stat : 16616 (java) S 16610 16612 14185 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16617] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16617/stat : 16617 (java) S 16610 16612 14185 0 -1 4202560 15 0 0 0 9 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16618] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16618/stat : 16618 (java) S 16610 16612 14185 0 -1 4202560 65 0 0 0 9 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16619] ppid=16610 vsize=10550204 CPUtime=0.12 cores=0,2,4,6
/proc/16612/task/16619/stat : 16619 (java) S 16610 16612 14185 0 -1 4202560 34 0 0 0 12 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16620] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16620/stat : 16620 (java) S 16610 16612 14185 0 -1 4202560 110 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16621] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16621/stat : 16621 (java) S 16610 16612 14185 0 -1 4202560 259 0 0 0 10 0 0 0 16 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16622] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16622/stat : 16622 (java) S 16610 16612 14185 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16623] ppid=16610 vsize=10550204 CPUtime=5.23 cores=0,2,4,6
/proc/16612/task/16623/stat : 16623 (java) S 16610 16612 14185 0 -1 4202560 1461 0 0 0 519 4 0 0 15 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 0 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16624] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16624/stat : 16624 (java) S 16610 16612 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16625] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16625/stat : 16625 (java) S 16610 16612 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16626] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16626/stat : 16626 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273440177 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16627] ppid=16610 vsize=10550204 CPUtime=0.49 cores=0,2,4,6
/proc/16612/task/16627/stat : 16627 (java) S 16610 16612 14185 0 -1 4202560 4211 0 0 0 49 0 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16628] ppid=16610 vsize=10550204 CPUtime=1.15 cores=0,2,4,6
/proc/16612/task/16628/stat : 16628 (java) S 16610 16612 14185 0 -1 4202560 9438 0 0 0 113 2 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16629] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16629/stat : 16629 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16630] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16630/stat : 16630 (java) S 16610 16612 14185 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16631] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16631/stat : 16631 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454829 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 190.35
Current children cumulated vsize (KiB) 10550204

[startup+188.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16636
/proc/meminfo: memFree=1554048/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10550204 CPUtime=190.75 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 32851 0 1 0 19064 11 0 0 25 0 19 0 883454794 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2637551 24593 2254 9 0 2628285 0
[pid=16612/tid=16614] ppid=16610 vsize=10550204 CPUtime=182.95 cores=0,2,4,6
/proc/16612/task/16614/stat : 16614 (java) R 16610 16612 14185 0 -1 4202560 15561 0 1 0 18293 2 0 0 19 0 19 0 883454795 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 46912505645557 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16612/tid=16615] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16615/stat : 16615 (java) S 16610 16612 14185 0 -1 4202560 250 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16616] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16616/stat : 16616 (java) S 16610 16612 14185 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16617] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16617/stat : 16617 (java) S 16610 16612 14185 0 -1 4202560 15 0 0 0 9 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16618] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16618/stat : 16618 (java) S 16610 16612 14185 0 -1 4202560 65 0 0 0 9 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16619] ppid=16610 vsize=10550204 CPUtime=0.12 cores=0,2,4,6
/proc/16612/task/16619/stat : 16619 (java) S 16610 16612 14185 0 -1 4202560 34 0 0 0 12 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16620] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16620/stat : 16620 (java) S 16610 16612 14185 0 -1 4202560 110 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16621] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16621/stat : 16621 (java) S 16610 16612 14185 0 -1 4202560 259 0 0 0 10 0 0 0 16 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16622] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16622/stat : 16622 (java) S 16610 16612 14185 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16623] ppid=16610 vsize=10550204 CPUtime=5.23 cores=0,2,4,6
/proc/16612/task/16623/stat : 16623 (java) S 16610 16612 14185 0 -1 4202560 1461 0 0 0 519 4 0 0 15 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 0 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16624] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16624/stat : 16624 (java) S 16610 16612 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16625] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16625/stat : 16625 (java) S 16610 16612 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16626] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16626/stat : 16626 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273440177 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16627] ppid=16610 vsize=10550204 CPUtime=0.49 cores=0,2,4,6
/proc/16612/task/16627/stat : 16627 (java) S 16610 16612 14185 0 -1 4202560 4211 0 0 0 49 0 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16628] ppid=16610 vsize=10550204 CPUtime=1.15 cores=0,2,4,6
/proc/16612/task/16628/stat : 16628 (java) S 16610 16612 14185 0 -1 4202560 9438 0 0 0 113 2 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16629] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16629/stat : 16629 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16630] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16630/stat : 16630 (java) S 16610 16612 14185 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16631] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16631/stat : 16631 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454829 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 190.75
Current children cumulated vsize (KiB) 10550204

[startup+188.801 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 16636
/proc/meminfo: memFree=1554048/32951124 swapFree=67057920/67111528
[pid=16612] ppid=16610 vsize=10550204 CPUtime=190.85 cores=0,2,4,6
/proc/16612/stat : 16612 (java) S 16610 16612 14185 0 -1 4202496 32853 0 1 0 19074 11 0 0 25 0 19 0 883454794 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16612/statm: 2637551 24593 2254 9 0 2628285 0
[pid=16612/tid=16614] ppid=16610 vsize=10550204 CPUtime=183.05 cores=0,2,4,6
/proc/16612/task/16614/stat : 16614 (java) R 16610 16612 14185 0 -1 4202560 15561 0 1 0 18303 2 0 0 19 0 19 0 883454795 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 46912505645172 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16612/tid=16615] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16615/stat : 16615 (java) S 16610 16612 14185 0 -1 4202560 250 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16616] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16616/stat : 16616 (java) S 16610 16612 14185 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16617] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16617/stat : 16617 (java) S 16610 16612 14185 0 -1 4202560 15 0 0 0 9 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16618] ppid=16610 vsize=10550204 CPUtime=0.09 cores=0,2,4,6
/proc/16612/task/16618/stat : 16618 (java) S 16610 16612 14185 0 -1 4202560 65 0 0 0 9 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16619] ppid=16610 vsize=10550204 CPUtime=0.12 cores=0,2,4,6
/proc/16612/task/16619/stat : 16619 (java) S 16610 16612 14185 0 -1 4202560 34 0 0 0 12 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16620] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16620/stat : 16620 (java) S 16610 16612 14185 0 -1 4202560 110 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16621] ppid=16610 vsize=10550204 CPUtime=0.1 cores=0,2,4,6
/proc/16612/task/16621/stat : 16621 (java) S 16610 16612 14185 0 -1 4202560 259 0 0 0 10 0 0 0 16 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16622] ppid=16610 vsize=10550204 CPUtime=0.11 cores=0,2,4,6
/proc/16612/task/16622/stat : 16622 (java) S 16610 16612 14185 0 -1 4202560 262 0 0 0 11 0 0 0 15 0 19 0 883454797 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
[pid=16612/tid=16623] ppid=16610 vsize=10550204 CPUtime=5.23 cores=0,2,4,6
/proc/16612/task/16623/stat : 16623 (java) S 16610 16612 14185 0 -1 4202560 1461 0 0 0 519 4 0 0 15 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 0 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16624] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16624/stat : 16624 (java) S 16610 16612 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16625] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16625/stat : 16625 (java) S 16610 16612 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883454798 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16626] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16626/stat : 16626 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273440177 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16627] ppid=16610 vsize=10550204 CPUtime=0.49 cores=0,2,4,6
/proc/16612/task/16627/stat : 16627 (java) S 16610 16612 14185 0 -1 4202560 4211 0 0 0 49 0 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 2 0 0 0
[pid=16612/tid=16628] ppid=16610 vsize=10550204 CPUtime=1.15 cores=0,2,4,6
/proc/16612/task/16628/stat : 16628 (java) S 16610 16612 14185 0 -1 4202560 9438 0 0 0 113 2 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 4 0 0 0
[pid=16612/tid=16629] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16629/stat : 16629 (java) S 16610 16612 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273432473 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16630] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16630/stat : 16630 (java) S 16610 16612 14185 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 883454801 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 0 0 0 0
[pid=16612/tid=16631] ppid=16610 vsize=10550204 CPUtime=0 cores=0,2,4,6
/proc/16612/task/16631/stat : 16631 (java) S 16610 16612 14185 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 883454829 10803408896 24593 33554432000 1073741824 1073778376 140735137426512 18446744073709551615 254273433088 0 4 0 16800975 18446604453961272064 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 190.85
Current children cumulated vsize (KiB) 10550204

Child status: 30
Real time (s): 188.842
CPU time (s): 190.903
CPU user time (s): 190.782
CPU system time (s): 0.120981
CPU usage (%): 101.092
Max. virtual memory (cumulated for all children) (KiB): 10550204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.782
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32877
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= 13004
involuntary context switches= 5739

runsolver used 0.354946 second user time and 0.693894 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 22:26:35
IDJOB=3492692
IDBENCH=78960
IDSOLVER=1982
FILE ID=node140/3492692-1307910395
RUNJOBID= node140-1307908248-16322
PBS_JOBID= 13559568
Free space on /var/tmp= 2912 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567024--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-3492692-1307910395/watcher-3492692-1307910395 -o /var/tmp/evaluation-result-3492692-1307910395/solver-3492692-1307910395 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492692-1307910395.wbo

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

MD5SUM BENCH= 7129b2638275c1b1b14ce0a3da71735e
RANDOM SEED=1801676176

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1641160 kB
Buffers:         63632 kB
Cached:       30174548 kB
SwapCached:       7412 kB
Active:       15963476 kB
Inactive:     14395888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1641160 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:             508 kB
Writeback:           0 kB
AnonPages:      118616 kB
Mapped:          21504 kB
Slab:           885404 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10573672 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= 2912 MiB
End job on node140 at 2011-06-12 22:29:44