Trace number 3492561

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 148.576 147.205

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900546076--soft-33-100-0.wbo
MD5SUMc6951eb4d01a7aa536abe812aaa2169b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark15.1297
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 constraints1848
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 94973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492561-1307909968.wbo
0.10/0.11	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.201s.
0.49/0.31	c #vars     2079
0.49/0.31	c #constraints  2707
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2614
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
0.78/0.46	c SATISFIABLE
0.78/0.46	c OPTIMIZING...
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.349
0.78/0.46	o 345
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
1.07/0.50	o 344
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
1.07/0.54	o 282
1.07/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
1.07/0.56	o 210
1.07/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
1.07/0.58	o 207
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.51
1.35/0.62	o 204
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
1.35/0.64	o 195
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.35/0.68	o 165
1.50/0.71	c Got one! Elapsed wall clock time (in seconds):0.598
1.50/0.71	o 162
1.50/0.79	c Got one! Elapsed wall clock time (in seconds):0.681
1.50/0.79	o 140
1.61/0.82	c Got one! Elapsed wall clock time (in seconds):0.712
1.61/0.82	o 124
1.71/0.93	c Got one! Elapsed wall clock time (in seconds):0.819
1.71/0.93	o 122
1.71/0.96	c Got one! Elapsed wall clock time (in seconds):0.851
1.71/0.96	o 120
1.82/1.06	c Got one! Elapsed wall clock time (in seconds):0.947
1.82/1.06	o 101
2.12/1.31	c Got one! Elapsed wall clock time (in seconds):1.206
2.12/1.31	o 88
2.22/1.41	c Got one! Elapsed wall clock time (in seconds):1.306
2.22/1.41	o 82
2.22/1.47	c Got one! Elapsed wall clock time (in seconds):1.359
2.22/1.47	o 75
2.32/1.58	c Got one! Elapsed wall clock time (in seconds):1.469
2.32/1.58	o 65
2.95/2.11	c Got one! Elapsed wall clock time (in seconds):2.005
2.95/2.11	o 62
3.05/2.25	c Got one! Elapsed wall clock time (in seconds):2.138
3.05/2.25	o 61
3.47/2.60	c cleaning 6597 clauses out of 13197 with flag 2000/13197
3.47/2.69	c Got one! Elapsed wall clock time (in seconds):2.586
3.47/2.69	o 54
3.68/2.87	c Got one! Elapsed wall clock time (in seconds):2.766
3.68/2.87	o 44
3.91/3.08	c Got one! Elapsed wall clock time (in seconds):2.969
3.91/3.08	o 29
4.21/3.31	c cleaning 6537 clauses out of 13082 with flag 2000/19679
4.51/3.65	c Got one! Elapsed wall clock time (in seconds):3.543
4.51/3.65	o 26
4.61/3.74	c cleaning 5772 clauses out of 11547 with flag 1002/24681
5.16/4.21	c cleaning 5881 clauses out of 11773 with flag 7000/30679
5.57/4.67	c cleaning 6441 clauses out of 12893 with flag 14001/37680
6.17/5.29	c cleaning 7223 clauses out of 14452 with flag 22001/45680
6.87/5.96	c cleaning 8112 clauses out of 16228 with flag 31000/54679
7.48/6.56	c Got one! Elapsed wall clock time (in seconds):6.448
7.48/6.56	o 24
7.97/7.05	c cleaning 10533 clauses out of 21075 with flag 5001/67638
8.47/7.56	c cleaning 8261 clauses out of 16542 with flag 11001/73638
9.08/8.15	c cleaning 7639 clauses out of 15283 with flag 18003/80640
9.58/8.65	c cleaning 7817 clauses out of 15641 with flag 26000/88637
10.18/9.21	c cleaning 8404 clauses out of 16824 with flag 35000/97637
10.18/9.24	c Got one! Elapsed wall clock time (in seconds):9.136
10.18/9.24	o 17
10.48/9.58	c cleaning 6846 clauses out of 13699 with flag 5001/102916
10.89/9.98	c cleaning 6422 clauses out of 12854 with flag 11002/108917
11.38/10.45	c cleaning 6710 clauses out of 13430 with flag 18000/115915
11.90/11.00	c cleaning 7353 clauses out of 14720 with flag 26000/123915
12.50/11.58	c cleaning 8178 clauses out of 16368 with flag 35001/132916
12.80/11.82	c Got one! Elapsed wall clock time (in seconds):11.708
12.80/11.82	o 16
12.91/11.94	c cleaning 6632 clauses out of 13276 with flag 2000/138002
13.31/12.37	c cleaning 6317 clauses out of 12644 with flag 8000/144002
13.71/12.77	c cleaning 6659 clauses out of 13329 with flag 15002/151004
13.91/12.91	c Got one! Elapsed wall clock time (in seconds):12.803
13.91/12.91	o 15
14.01/13.10	c cleaning 6056 clauses out of 12127 with flag 3000/156461
14.41/13.46	c cleaning 6035 clauses out of 12072 with flag 9001/162462
14.82/13.89	c cleaning 6518 clauses out of 13040 with flag 16004/169465
15.52/14.53	c cleaning 7251 clauses out of 14519 with flag 24001/177462
16.12/15.11	c cleaning 8125 clauses out of 16268 with flag 33001/186462
16.72/15.72	c cleaning 9067 clauses out of 18143 with flag 43001/196462
17.13/16.12	c Got one! Elapsed wall clock time (in seconds):16.012
17.13/16.12	o 8
17.53/16.53	c cleaning 10530 clauses out of 21074 with flag 5003/208460
17.83/16.85	c cleaning 8260 clauses out of 16543 with flag 11002/214459
18.13/17.18	c cleaning 7637 clauses out of 15284 with flag 18003/221460
18.53/17.57	c cleaning 7818 clauses out of 15644 with flag 26000/229457
19.03/18.01	c cleaning 8411 clauses out of 16829 with flag 35003/238460
19.53/18.54	c cleaning 9201 clauses out of 18416 with flag 45001/248458
20.03/19.03	c cleaning 9602 clauses out of 19216 with flag 55002/258459
20.53/19.52	c cleaning 9798 clauses out of 19613 with flag 65001/268458
21.04/20.03	c cleaning 9901 clauses out of 19815 with flag 75001/278458
21.54/20.58	c cleaning 9954 clauses out of 19913 with flag 85000/288457
22.14/21.13	c cleaning 9971 clauses out of 19960 with flag 95001/298458
22.14/21.15	c Got one! Elapsed wall clock time (in seconds):21.046
22.14/21.15	o 5
22.44/21.47	c cleaning 7515 clauses out of 15041 with flag 5001/303510
22.84/21.80	c cleaning 6757 clauses out of 13526 with flag 11001/309510
23.16/22.12	c cleaning 6875 clauses out of 13768 with flag 18000/316509
23.46/22.47	c cleaning 7439 clauses out of 14893 with flag 26000/324509
23.96/22.92	c cleaning 8222 clauses out of 16455 with flag 35001/333510
24.46/23.43	c cleaning 9113 clauses out of 18233 with flag 45001/343510
24.97/23.96	c cleaning 9554 clauses out of 19120 with flag 55001/353510
25.47/24.48	c cleaning 9781 clauses out of 19567 with flag 65002/363511
25.97/24.97	c cleaning 9888 clauses out of 19785 with flag 75001/373510
26.47/25.47	c cleaning 9940 clauses out of 19896 with flag 85000/383509
26.97/25.97	c cleaning 9974 clauses out of 19956 with flag 95000/393509
27.48/26.48	c cleaning 9982 clauses out of 19982 with flag 105000/403509
27.97/26.99	c cleaning 9996 clauses out of 20000 with flag 115000/413509
28.58/27.51	c cleaning 10000 clauses out of 20004 with flag 125000/423509
29.08/28.05	c cleaning 9996 clauses out of 20005 with flag 135001/433510
29.59/28.55	c cleaning 9997 clauses out of 20008 with flag 145000/443509
30.09/29.06	c cleaning 9999 clauses out of 20011 with flag 155000/453509
30.59/29.55	c cleaning 10002 clauses out of 20015 with flag 165003/463512
31.09/30.06	c cleaning 9996 clauses out of 20010 with flag 175000/473509
31.59/30.58	c cleaning 10000 clauses out of 20014 with flag 185000/483509
32.19/31.11	c cleaning 10000 clauses out of 20014 with flag 195000/493509
32.69/31.63	c cleaning 9998 clauses out of 20014 with flag 205000/503509
33.19/32.13	c cleaning 10000 clauses out of 20018 with flag 215002/513511
33.69/32.62	c cleaning 10002 clauses out of 20019 with flag 225003/523512
34.19/33.15	c cleaning 10002 clauses out of 20015 with flag 235001/533510
34.69/33.65	c cleaning 10001 clauses out of 20014 with flag 245002/543511
35.20/34.14	c cleaning 10000 clauses out of 20016 with flag 255005/553514
35.69/34.63	c cleaning 9998 clauses out of 20011 with flag 265000/563509
36.20/35.11	c cleaning 10002 clauses out of 20013 with flag 275000/573509
36.79/35.70	c cleaning 10000 clauses out of 20011 with flag 285000/583509
37.30/36.20	c cleaning 9999 clauses out of 20012 with flag 295001/593510
37.80/36.75	c cleaning 9994 clauses out of 20012 with flag 305000/603509
38.30/37.28	c cleaning 10004 clauses out of 20021 with flag 315003/613512
38.80/37.77	c cleaning 10003 clauses out of 20014 with flag 325000/623509
39.30/38.25	c cleaning 10004 clauses out of 20013 with flag 335002/633511
39.80/38.75	c cleaning 9994 clauses out of 20010 with flag 345003/643512
40.30/39.28	c cleaning 10002 clauses out of 20014 with flag 355001/653510
40.80/39.76	c cleaning 10000 clauses out of 20013 with flag 365002/663511
41.30/40.25	c cleaning 10004 clauses out of 20014 with flag 375003/673512
41.82/40.79	c cleaning 9994 clauses out of 20008 with flag 385001/683510
42.41/41.34	c cleaning 10002 clauses out of 20015 with flag 395002/693511
42.51/41.42	c Got one! Elapsed wall clock time (in seconds):41.311
42.51/41.42	o 4
42.71/41.69	c cleaning 7872 clauses out of 15757 with flag 4001/699255
43.12/42.03	c cleaning 6933 clauses out of 13884 with flag 10000/705254
43.52/42.43	c cleaning 6973 clauses out of 13953 with flag 17002/712256
43.92/42.88	c cleaning 7487 clauses out of 14979 with flag 25001/720255
44.42/43.35	c cleaning 8240 clauses out of 16493 with flag 34002/729256
44.92/43.87	c cleaning 9122 clauses out of 18252 with flag 44001/739255
45.42/44.39	c cleaning 9561 clauses out of 19131 with flag 54002/749256
45.93/44.89	c cleaning 9778 clauses out of 19570 with flag 64002/759256
46.42/45.39	c cleaning 9891 clauses out of 19790 with flag 74000/769254
47.02/45.94	c cleaning 9942 clauses out of 19900 with flag 84001/779255
47.52/46.42	c cleaning 9973 clauses out of 19958 with flag 94001/789255
48.03/46.92	c cleaning 9987 clauses out of 19984 with flag 104000/799254
48.53/47.42	c cleaning 9996 clauses out of 19999 with flag 114002/809256
49.03/47.97	c cleaning 9994 clauses out of 20003 with flag 124002/819256
49.63/48.51	c cleaning 10001 clauses out of 20009 with flag 134002/829256
50.13/49.06	c cleaning 9995 clauses out of 20006 with flag 144000/839254
50.63/49.55	c cleaning 9998 clauses out of 20012 with flag 154001/849255
51.13/50.08	c cleaning 9998 clauses out of 20013 with flag 164000/859254
51.63/50.58	c cleaning 9998 clauses out of 20017 with flag 174002/869256
52.23/51.16	c cleaning 10003 clauses out of 20017 with flag 184000/879254
52.74/51.66	c cleaning 10001 clauses out of 20014 with flag 194000/889254
53.23/52.13	c cleaning 10002 clauses out of 20013 with flag 204000/899254
53.73/52.69	c cleaning 10002 clauses out of 20013 with flag 214002/909256
54.33/53.20	c cleaning 9990 clauses out of 20009 with flag 224000/919254
54.83/53.72	c cleaning 10007 clauses out of 20022 with flag 234003/929257
55.33/54.23	c cleaning 10002 clauses out of 20012 with flag 244000/939254
55.84/54.74	c cleaning 9999 clauses out of 20010 with flag 254000/949254
56.34/55.23	c cleaning 9999 clauses out of 20011 with flag 264000/959254
56.84/55.77	c cleaning 9996 clauses out of 20013 with flag 274001/969255
57.35/56.25	c cleaning 10004 clauses out of 20016 with flag 284000/979254
57.85/56.79	c cleaning 10001 clauses out of 20013 with flag 294001/989255
58.45/57.30	c cleaning 9997 clauses out of 20011 with flag 304000/999254
58.95/57.80	c cleaning 10000 clauses out of 20014 with flag 314000/1009254
59.46/58.30	c cleaning 10002 clauses out of 20017 with flag 324003/1019257
59.96/58.80	c cleaning 10002 clauses out of 20013 with flag 334001/1029255
60.36/59.28	c cleaning 10003 clauses out of 20014 with flag 344004/1039258
60.86/59.75	c cleaning 10000 clauses out of 20007 with flag 354000/1049254
61.36/60.22	c cleaning 9999 clauses out of 20007 with flag 364000/1059254
61.86/60.71	c cleaning 10001 clauses out of 20009 with flag 374001/1069255
62.36/61.21	c cleaning 9996 clauses out of 20008 with flag 384001/1079255
62.77/61.70	c cleaning 10000 clauses out of 20011 with flag 394000/1089254
63.36/62.20	c cleaning 10002 clauses out of 20013 with flag 404002/1099256
63.77/62.69	c cleaning 9996 clauses out of 20009 with flag 414000/1109254
64.36/63.23	c cleaning 9996 clauses out of 20016 with flag 424003/1119257
64.87/63.77	c cleaning 9998 clauses out of 20018 with flag 434001/1129255
65.37/64.26	c cleaning 10006 clauses out of 20021 with flag 444002/1139256
65.87/64.74	c cleaning 10004 clauses out of 20016 with flag 454003/1149257
66.37/65.24	c cleaning 9994 clauses out of 20013 with flag 464004/1159258
66.87/65.71	c cleaning 10002 clauses out of 20015 with flag 474000/1169254
67.27/66.18	c cleaning 10000 clauses out of 20013 with flag 484000/1179254
67.77/66.66	c cleaning 9999 clauses out of 20013 with flag 494000/1189254
68.28/67.15	c cleaning 10002 clauses out of 20015 with flag 504001/1199255
68.77/67.65	c cleaning 10001 clauses out of 20012 with flag 514000/1209254
69.28/68.16	c cleaning 9996 clauses out of 20011 with flag 524000/1219254
69.78/68.68	c cleaning 10000 clauses out of 20015 with flag 534000/1229254
70.38/69.20	c cleaning 10004 clauses out of 20017 with flag 544002/1239256
70.88/69.76	c cleaning 9992 clauses out of 20011 with flag 554000/1249254
71.38/70.25	c cleaning 10005 clauses out of 20021 with flag 564002/1259256
71.88/70.71	c cleaning 10005 clauses out of 20016 with flag 574002/1269256
72.38/71.27	c cleaning 10000 clauses out of 20009 with flag 584000/1279254
72.98/71.83	c cleaning 10000 clauses out of 20010 with flag 594001/1289255
73.48/72.32	c cleaning 9998 clauses out of 20010 with flag 604001/1299255
73.98/72.86	c cleaning 9995 clauses out of 20012 with flag 614001/1309255
74.48/73.36	c cleaning 10001 clauses out of 20022 with flag 624006/1319260
74.98/73.89	c cleaning 10002 clauses out of 20016 with flag 634001/1329255
75.59/74.40	c cleaning 10001 clauses out of 20013 with flag 644000/1339254
76.09/74.90	c cleaning 9999 clauses out of 20012 with flag 654000/1349254
76.59/75.42	c cleaning 10000 clauses out of 20015 with flag 664002/1359256
77.09/75.93	c cleaning 10002 clauses out of 20016 with flag 674003/1369257
77.59/76.47	c cleaning 10002 clauses out of 20013 with flag 684002/1379256
78.10/76.96	c cleaning 9996 clauses out of 20010 with flag 694001/1389255
78.59/77.43	c cleaning 10002 clauses out of 20013 with flag 704000/1399254
79.09/77.96	c cleaning 9997 clauses out of 20011 with flag 714000/1409254
79.59/78.47	c cleaning 10001 clauses out of 20014 with flag 724000/1419254
80.20/79.02	c cleaning 10004 clauses out of 20015 with flag 734002/1429256
80.60/79.48	c cleaning 10000 clauses out of 20011 with flag 744002/1439256
81.10/79.99	c cleaning 9997 clauses out of 20011 with flag 754002/1449256
81.60/80.46	c cleaning 9999 clauses out of 20012 with flag 764000/1459254
82.20/81.01	c cleaning 9996 clauses out of 20014 with flag 774001/1469255
82.70/81.50	c cleaning 9999 clauses out of 20017 with flag 784000/1479254
83.10/81.98	c cleaning 10007 clauses out of 20021 with flag 794003/1489257
83.61/82.47	c cleaning 10003 clauses out of 20015 with flag 804004/1499258
84.10/82.97	c cleaning 9999 clauses out of 20009 with flag 814001/1509255
84.71/83.52	c cleaning 9999 clauses out of 20009 with flag 824000/1519254
85.20/84.04	c cleaning 10002 clauses out of 20010 with flag 834000/1529254
85.71/84.55	c cleaning 9999 clauses out of 20008 with flag 844000/1539254
86.22/85.05	c cleaning 9999 clauses out of 20010 with flag 854001/1549255
86.72/85.58	c cleaning 9994 clauses out of 20013 with flag 864003/1559257
87.22/86.09	c cleaning 10001 clauses out of 20016 with flag 874000/1569254
87.72/86.60	c cleaning 10002 clauses out of 20016 with flag 884001/1579255
88.32/87.11	c cleaning 10003 clauses out of 20014 with flag 894001/1589255
88.82/87.63	c cleaning 10000 clauses out of 20012 with flag 904002/1599256
89.33/88.12	c cleaning 10000 clauses out of 20011 with flag 914001/1609255
89.83/88.63	c cleaning 10001 clauses out of 20011 with flag 924001/1619255
90.33/89.17	c cleaning 9994 clauses out of 20010 with flag 934001/1629255
90.93/89.70	c cleaning 9995 clauses out of 20015 with flag 944000/1639254
91.43/90.28	c cleaning 10000 clauses out of 20020 with flag 954000/1649254
92.03/90.84	c cleaning 10004 clauses out of 20022 with flag 964002/1659256
92.63/91.43	c cleaning 10004 clauses out of 20018 with flag 974002/1669256
93.13/91.93	c cleaning 10002 clauses out of 20015 with flag 984003/1679257
93.64/92.44	c cleaning 10000 clauses out of 20010 with flag 994000/1689254
94.13/92.97	c cleaning 9995 clauses out of 20010 with flag 1004000/1699254
94.74/93.50	c cleaning 10004 clauses out of 20015 with flag 1014000/1709254
95.24/94.01	c cleaning 9999 clauses out of 20012 with flag 1024001/1719255
95.63/94.49	c cleaning 10002 clauses out of 20015 with flag 1034003/1729257
96.14/94.99	c cleaning 9997 clauses out of 20010 with flag 1044000/1739254
96.64/95.48	c cleaning 9995 clauses out of 20015 with flag 1054002/1749256
97.14/95.98	c cleaning 10004 clauses out of 20019 with flag 1064001/1759255
97.64/96.49	c cleaning 10004 clauses out of 20016 with flag 1074002/1769256
98.14/96.99	c cleaning 10002 clauses out of 20011 with flag 1084001/1779255
98.74/97.50	c cleaning 10001 clauses out of 20009 with flag 1094001/1789255
99.24/98.02	c cleaning 9998 clauses out of 20007 with flag 1104000/1799254
99.74/98.54	c cleaning 9997 clauses out of 20009 with flag 1114000/1809254
100.24/99.06	c cleaning 10001 clauses out of 20012 with flag 1124000/1819254
100.74/99.58	c cleaning 10000 clauses out of 20011 with flag 1134000/1829254
101.25/100.08	c cleaning 10001 clauses out of 20012 with flag 1144001/1839255
101.84/100.62	c cleaning 9997 clauses out of 20010 with flag 1154000/1849254
102.35/101.13	c cleaning 10003 clauses out of 20013 with flag 1164000/1859254
102.85/101.64	c cleaning 10000 clauses out of 20010 with flag 1174000/1869254
103.35/102.15	c cleaning 10001 clauses out of 20010 with flag 1184000/1879254
103.85/102.66	c cleaning 10000 clauses out of 20010 with flag 1194001/1889255
104.45/103.22	c cleaning 9998 clauses out of 20010 with flag 1204001/1899255
104.95/103.73	c cleaning 9999 clauses out of 20011 with flag 1214000/1909254
105.45/104.25	c cleaning 10002 clauses out of 20016 with flag 1224004/1919258
105.95/104.77	c cleaning 10001 clauses out of 20012 with flag 1234002/1929256
106.46/105.29	c cleaning 9999 clauses out of 20010 with flag 1244001/1939255
107.06/105.83	c cleaning 10000 clauses out of 20010 with flag 1254000/1949254
107.56/106.35	c cleaning 10000 clauses out of 20010 with flag 1264000/1959254
108.16/106.91	c cleaning 9997 clauses out of 20012 with flag 1274002/1969256
108.66/107.48	c cleaning 10002 clauses out of 20013 with flag 1284000/1979254
109.26/108.04	c cleaning 10000 clauses out of 20011 with flag 1294000/1989254
109.86/108.63	c cleaning 9993 clauses out of 20012 with flag 1304001/1999255
110.36/109.14	c cleaning 10003 clauses out of 20018 with flag 1314000/2009254
110.86/109.69	c cleaning 9998 clauses out of 20015 with flag 1324000/2019254
111.36/110.18	c cleaning 9997 clauses out of 20017 with flag 1334000/2029254
111.97/110.74	c cleaning 10007 clauses out of 20020 with flag 1344000/2039254
112.47/111.25	c cleaning 10004 clauses out of 20014 with flag 1354001/2049255
112.97/111.77	c cleaning 10002 clauses out of 20010 with flag 1364001/2059255
113.48/112.30	c cleaning 10001 clauses out of 20009 with flag 1374002/2069256
114.07/112.82	c cleaning 10002 clauses out of 20007 with flag 1384001/2079255
114.58/113.32	c cleaning 9998 clauses out of 20004 with flag 1394000/2089254
114.97/113.79	c cleaning 10000 clauses out of 20008 with flag 1404002/2099256
115.47/114.27	c cleaning 9995 clauses out of 20006 with flag 1414000/2109254
115.98/114.78	c cleaning 10001 clauses out of 20011 with flag 1424000/2119254
116.48/115.30	c cleaning 9999 clauses out of 20011 with flag 1434001/2129255
117.08/115.83	c cleaning 9997 clauses out of 20012 with flag 1444001/2139255
117.58/116.35	c cleaning 10004 clauses out of 20015 with flag 1454001/2149255
118.08/116.87	c cleaning 9997 clauses out of 20011 with flag 1464001/2159255
118.68/117.43	c cleaning 9998 clauses out of 20014 with flag 1474001/2169255
119.18/117.92	c cleaning 10001 clauses out of 20016 with flag 1484001/2179255
119.68/118.41	c cleaning 9996 clauses out of 20014 with flag 1494000/2189254
120.18/118.92	c cleaning 10003 clauses out of 20018 with flag 1504000/2199254
120.68/119.42	c cleaning 10005 clauses out of 20019 with flag 1514004/2209258
121.19/119.97	c cleaning 9999 clauses out of 20010 with flag 1524000/2219254
121.78/120.51	c cleaning 9999 clauses out of 20011 with flag 1534000/2229254
122.29/121.01	c cleaning 9999 clauses out of 20013 with flag 1544001/2239255
122.69/121.49	c cleaning 9998 clauses out of 20013 with flag 1554000/2249254
123.19/121.95	c cleaning 10001 clauses out of 20016 with flag 1564001/2259255
123.69/122.42	c cleaning 10002 clauses out of 20014 with flag 1574000/2269254
124.19/122.90	c cleaning 10002 clauses out of 20013 with flag 1584001/2279255
124.69/123.40	c cleaning 10000 clauses out of 20011 with flag 1594001/2289255
125.20/123.90	c cleaning 10002 clauses out of 20012 with flag 1604002/2299256
125.70/124.42	c cleaning 9993 clauses out of 20010 with flag 1614002/2309256
126.10/124.90	c cleaning 10000 clauses out of 20015 with flag 1624000/2319254
126.61/125.40	c cleaning 10005 clauses out of 20015 with flag 1634000/2329254
127.20/125.93	c cleaning 10000 clauses out of 20010 with flag 1644000/2339254
127.71/126.43	c cleaning 10003 clauses out of 20012 with flag 1654002/2349256
128.20/126.95	c cleaning 9995 clauses out of 20007 with flag 1664000/2359254
128.70/127.44	c cleaning 10001 clauses out of 20012 with flag 1674000/2369254
129.20/127.92	c cleaning 10003 clauses out of 20013 with flag 1684002/2379256
129.70/128.42	c cleaning 10000 clauses out of 20009 with flag 1694001/2389255
130.21/128.96	c cleaning 9999 clauses out of 20008 with flag 1704000/2399254
130.81/129.53	c cleaning 9998 clauses out of 20010 with flag 1714001/2409255
131.31/130.05	c cleaning 10002 clauses out of 20011 with flag 1724000/2419254
131.81/130.56	c cleaning 9999 clauses out of 20010 with flag 1734001/2429255
132.41/131.14	c cleaning 9998 clauses out of 20011 with flag 1744001/2439255
133.01/131.70	c cleaning 10000 clauses out of 20014 with flag 1754002/2449256
133.51/132.23	c cleaning 10001 clauses out of 20012 with flag 1764000/2459254
134.01/132.75	c cleaning 10001 clauses out of 20011 with flag 1774000/2469254
134.51/133.25	c cleaning 10002 clauses out of 20013 with flag 1784003/2479257
135.02/133.77	c cleaning 9994 clauses out of 20009 with flag 1794001/2489255
135.52/134.28	c cleaning 10004 clauses out of 20016 with flag 1804002/2499256
136.12/134.80	c cleaning 10002 clauses out of 20011 with flag 1814001/2509255
136.62/135.34	c cleaning 9991 clauses out of 20008 with flag 1824000/2519254
137.12/135.86	c cleaning 10003 clauses out of 20019 with flag 1834002/2529256
137.63/136.39	c cleaning 9994 clauses out of 20015 with flag 1844001/2539255
138.22/136.91	c cleaning 10005 clauses out of 20021 with flag 1854001/2549255
138.73/137.42	c cleaning 9998 clauses out of 20015 with flag 1864000/2559254
139.22/137.91	c cleaning 9999 clauses out of 20017 with flag 1874000/2569254
139.73/138.46	c cleaning 10004 clauses out of 20018 with flag 1884000/2579254
140.33/139.02	c cleaning 10002 clauses out of 20015 with flag 1894001/2589255
140.83/139.53	c cleaning 10004 clauses out of 20013 with flag 1904001/2599255
141.43/140.13	c cleaning 9995 clauses out of 20008 with flag 1914000/2609254
142.03/140.73	c cleaning 9992 clauses out of 20013 with flag 1924000/2619254
142.53/141.28	c cleaning 9997 clauses out of 20022 with flag 1934001/2629255
143.14/141.84	c cleaning 10007 clauses out of 20024 with flag 1944001/2639255
143.64/142.38	c cleaning 10002 clauses out of 20016 with flag 1954000/2649254
144.25/142.92	c cleaning 10001 clauses out of 20014 with flag 1964000/2659254
144.84/143.55	c cleaning 9997 clauses out of 20014 with flag 1974001/2669255
145.45/144.19	c cleaning 10003 clauses out of 20017 with flag 1984001/2679255
146.15/144.81	c cleaning 9996 clauses out of 20013 with flag 1994000/2689254
146.75/145.41	c cleaning 10004 clauses out of 20017 with flag 2004000/2699254
147.36/146.08	c cleaning 10002 clauses out of 20013 with flag 2014000/2709254
147.96/146.67	c cleaning 10005 clauses out of 20017 with flag 2024006/2719260
148.46/147.19	c starts		: 261
148.46/147.19	c conflicts		: 2728067
148.46/147.19	c decisions		: 4557153
148.46/147.19	c propagations		: 147420805
148.46/147.19	c inspects		: 1308733327
148.46/147.19	c shortcuts		: 0
148.46/147.19	c learnt literals	: 6
148.46/147.19	c learnt binary clauses	: 18
148.46/147.19	c learnt ternary clauses	: 605
148.46/147.19	c learnt constraints	: 2728060
148.46/147.19	c ignored constraints	: 0
148.46/147.19	c root simplifications	: 0
148.46/147.19	c removed literals (reason simplification)	: 11538142
148.46/147.19	c reason swapping (by a shorter reason)	: 0
148.46/147.19	c Calls to reduceDB	: 282
148.46/147.19	c number of reductions to clauses (during analyze)	: 0
148.46/147.19	c number of learned constraints concerned by reduction	: 0
148.46/147.19	c number of learning phase by resolution	: 0
148.46/147.19	c number of learning phase by cutting planes	: 0
148.46/147.19	c speed (assignments/second)	: 1393747.0337420704
148.46/147.19	c non guided choices	4278
148.46/147.19	c learnt constraints type 
148.46/147.19	c constraints type 
148.46/147.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2614
148.46/147.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
148.46/147.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70
148.46/147.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
148.46/147.19	s OPTIMUM FOUND
148.46/147.19	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 
148.46/147.19	c objective function=4
148.46/147.19	c Total wall clock time (in seconds): 147.087

Verifier Data

OK	4

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 2/195 17392
/proc/meminfo: memFree=1571292/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/17392/stat : 17392 (java) R 17390 17392 15624 0 -1 4202496 952 0 0 0 0 0 0 0 23 0 1 0 902596461 23580672 694 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274469005201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17392/statm: 5757 695 511 9 0 124 0

[startup+0.0322441 s]
/proc/loadavg: 2.00 2.00 1.96 2/195 17392
/proc/meminfo: memFree=1571292/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 10788 0 1 0 1 1 0 0 23 0 10 0 902596461 10705932288 10485 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2613753 10486 1515 9 0 2604501 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100231 s]
/proc/loadavg: 2.00 2.00 1.96 2/195 17392
/proc/meminfo: memFree=1571292/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10539236 CPUtime=0.1 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 13048 0 1 0 8 2 0 0 23 0 18 0 902596461 10792177664 12705 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2634809 12705 2092 9 0 2625543 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539236

[startup+0.300199 s]
/proc/loadavg: 2.00 2.00 1.96 2/195 17392
/proc/meminfo: memFree=1571292/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10539368 CPUtime=0.49 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 16556 0 1 0 46 3 0 0 23 0 18 0 902596461 10792312832 15430 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2634842 15430 2202 9 0 2625576 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10539368

[startup+0.700188 s]
/proc/loadavg: 2.00 2.00 1.96 2/195 17392
/proc/meminfo: memFree=1571292/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10544656 CPUtime=1.5 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 21430 0 1 0 147 3 0 0 23 0 19 0 902596461 10797727744 18739 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2636164 18739 2226 9 0 2626898 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10544656

[startup+1.50098 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17411
/proc/meminfo: memFree=1501348/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10544656 CPUtime=2.32 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 23279 0 1 0 228 4 0 0 23 0 19 0 902596461 10797727744 20587 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2636164 20587 2230 9 0 2626898 0
[pid=17392/tid=17394] ppid=17390 vsize=10544656 CPUtime=1.48 cores=1,3,5,7
/proc/17392/task/17394/stat : 17394 (java) R 17390 17392 15624 0 -1 4202560 16628 0 1 0 146 2 0 0 25 0 19 0 902596462 10797727744 20587 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 46912505745136 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17392/tid=17395] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596463 10797727744 20587 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17396] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596463 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17397] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596464 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17398] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596464 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17399] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596464 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17400] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596464 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17401] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596464 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17402] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596464 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 15624 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17404] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 15624 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902596465 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17405] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17405/stat : 17405 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596465 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17406] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17406/stat : 17406 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17407] ppid=17390 vsize=10544656 CPUtime=0.44 cores=1,3,5,7
/proc/17392/task/17407/stat : 17407 (java) S 17390 17392 15624 0 -1 4202560 3081 0 0 0 44 0 0 0 18 0 19 0 902596467 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17408] ppid=17390 vsize=10544656 CPUtime=0.37 cores=1,3,5,7
/proc/17392/task/17408/stat : 17408 (java) S 17390 17392 15624 0 -1 4202560 2406 0 0 0 37 0 0 0 25 0 19 0 902596467 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17409] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17409/stat : 17409 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17410] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17410/stat : 17410 (java) S 17390 17392 15624 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902596467 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17411] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17411/stat : 17411 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596495 10797727744 20588 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10544656

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17411
/proc/meminfo: memFree=1495396/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10544656 CPUtime=4.01 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 26037 0 1 0 397 4 0 0 23 0 19 0 902596461 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2636164 23337 2255 9 0 2626898 0
[pid=17392/tid=17394] ppid=17390 vsize=10544656 CPUtime=3.06 cores=1,3,5,7
/proc/17392/task/17394/stat : 17394 (java) R 17390 17392 15624 0 -1 4202560 17740 0 1 0 303 3 0 0 25 0 19 0 902596462 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 46912505706772 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17392/tid=17395] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596463 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17396] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596463 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17397] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596464 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17398] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902596464 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17399] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 15624 0 -1 4202560 75 0 0 0 0 0 0 0 18 0 19 0 902596464 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17400] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 15624 0 -1 4202560 159 0 0 0 0 0 0 0 18 0 19 0 902596464 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17401] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 15624 0 -1 4202560 296 0 0 0 0 0 0 0 18 0 19 0 902596464 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17402] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 15624 0 -1 4202560 293 0 0 0 0 0 0 0 18 0 19 0 902596464 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=10544656 CPUtime=0.01 cores=1,3,5,7
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 15624 0 -1 4202560 809 0 0 0 1 0 0 0 16 0 19 0 902596465 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17404] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17405] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17405/stat : 17405 (java) S 17390 17392 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17406] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17406/stat : 17406 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17407] ppid=17390 vsize=10544656 CPUtime=0.49 cores=1,3,5,7
/proc/17392/task/17407/stat : 17407 (java) S 17390 17392 15624 0 -1 4202560 3093 0 0 0 49 0 0 0 15 0 19 0 902596467 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17408] ppid=17390 vsize=10544656 CPUtime=0.41 cores=1,3,5,7
/proc/17392/task/17408/stat : 17408 (java) S 17390 17392 15624 0 -1 4202560 2415 0 0 0 41 0 0 0 15 0 19 0 902596467 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17409] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17409/stat : 17409 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17410] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17410/stat : 17410 (java) S 17390 17392 15624 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902596467 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17411] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17411/stat : 17411 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596495 10797727744 23337 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 10544656

[startup+6.30114 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17411
/proc/meminfo: memFree=1483924/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10544656 CPUtime=7.27 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 26644 0 1 0 723 4 0 0 23 0 19 0 902596461 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2636164 23938 2255 9 0 2626898 0
[pid=17392/tid=17394] ppid=17390 vsize=10544656 CPUtime=6.16 cores=1,3,5,7
/proc/17392/task/17394/stat : 17394 (java) R 17390 17392 15624 0 -1 4202560 17744 0 1 0 613 3 0 0 25 0 19 0 902596462 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 46912505744809 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17392/tid=17395] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 15624 0 -1 4202560 229 0 0 0 0 0 0 0 16 0 19 0 902596463 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17396] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 15624 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902596463 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17397] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902596464 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17398] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 15624 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902596464 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17399] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 15624 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902596464 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17400] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 15624 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 19 0 902596464 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17401] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 15624 0 -1 4202560 299 0 0 0 0 0 0 0 15 0 19 0 902596464 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17402] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 15624 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 19 0 902596464 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=10544656 CPUtime=0.1 cores=1,3,5,7
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 15624 0 -1 4202560 1025 0 0 0 10 0 0 0 15 0 19 0 902596465 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17404] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17405] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17405/stat : 17405 (java) S 17390 17392 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17406] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17406/stat : 17406 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17407] ppid=17390 vsize=10544656 CPUtime=0.55 cores=1,3,5,7
/proc/17392/task/17407/stat : 17407 (java) S 17390 17392 15624 0 -1 4202560 3104 0 0 0 55 0 0 0 15 0 19 0 902596467 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17408] ppid=17390 vsize=10544656 CPUtime=0.41 cores=1,3,5,7
/proc/17392/task/17408/stat : 17408 (java) S 17390 17392 15624 0 -1 4202560 2416 0 0 0 41 0 0 0 15 0 19 0 902596467 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17409] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17409/stat : 17409 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17410] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17410/stat : 17410 (java) S 17390 17392 15624 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902596467 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17411] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17411/stat : 17411 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596495 10797727744 23938 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 10544656

[startup+12.7011 s]

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

[pid=17392/tid=17401] ppid=17390 vsize=10544656 CPUtime=0.09 cores=1,3,5,7
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 15624 0 -1 4202560 313 0 0 0 9 0 0 0 15 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17402] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 15624 0 -1 4202560 351 0 0 0 8 0 0 0 16 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=10544656 CPUtime=4.46 cores=1,3,5,7
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 15624 0 -1 4202560 1521 0 0 0 444 2 0 0 15 0 19 0 902596465 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17404] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17405] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17405/stat : 17405 (java) S 17390 17392 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17406] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17406/stat : 17406 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17407] ppid=17390 vsize=10544656 CPUtime=0.58 cores=1,3,5,7
/proc/17392/task/17407/stat : 17407 (java) S 17390 17392 15624 0 -1 4202560 3172 0 0 0 58 0 0 0 15 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17408] ppid=17390 vsize=10544656 CPUtime=0.41 cores=1,3,5,7
/proc/17392/task/17408/stat : 17408 (java) S 17390 17392 15624 0 -1 4202560 2416 0 0 0 41 0 0 0 15 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17409] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17409/stat : 17409 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17410] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17410/stat : 17410 (java) S 17390 17392 15624 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17411] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17411/stat : 17411 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596495 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 146.86
Current children cumulated vsize (KiB) 10544656

[startup+146.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17414
/proc/meminfo: memFree=1475304/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10544656 CPUtime=147.67 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 27686 0 1 0 14756 11 0 0 23 0 19 0 902596461 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2636164 24689 2256 9 0 2626898 0
[pid=17392/tid=17394] ppid=17390 vsize=10544656 CPUtime=141.44 cores=1,3,5,7
/proc/17392/task/17394/stat : 17394 (java) R 17390 17392 15624 0 -1 4202560 18018 0 1 0 14140 4 0 0 25 0 19 0 902596462 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 46912505846464 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17392/tid=17395] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 15624 0 -1 4202560 231 0 0 0 8 0 0 0 15 0 19 0 902596463 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17396] ppid=17390 vsize=10544656 CPUtime=0.07 cores=1,3,5,7
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 15624 0 -1 4202560 13 0 0 0 7 0 0 0 15 0 19 0 902596463 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17397] ppid=17390 vsize=10544656 CPUtime=0.09 cores=1,3,5,7
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 15624 0 -1 4202560 14 0 0 0 9 0 0 0 15 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17398] ppid=17390 vsize=10544656 CPUtime=0.07 cores=1,3,5,7
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 15624 0 -1 4202560 13 0 0 0 7 0 0 0 15 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17399] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 15624 0 -1 4202560 90 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17400] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 15624 0 -1 4202560 373 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17401] ppid=17390 vsize=10544656 CPUtime=0.09 cores=1,3,5,7
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 15624 0 -1 4202560 313 0 0 0 9 0 0 0 15 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17402] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 15624 0 -1 4202560 351 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=10544656 CPUtime=4.47 cores=1,3,5,7
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 15624 0 -1 4202560 1521 0 0 0 445 2 0 0 15 0 19 0 902596465 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17404] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17405] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17405/stat : 17405 (java) S 17390 17392 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17406] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17406/stat : 17406 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17407] ppid=17390 vsize=10544656 CPUtime=0.58 cores=1,3,5,7
/proc/17392/task/17407/stat : 17407 (java) S 17390 17392 15624 0 -1 4202560 3172 0 0 0 58 0 0 0 15 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17408] ppid=17390 vsize=10544656 CPUtime=0.41 cores=1,3,5,7
/proc/17392/task/17408/stat : 17408 (java) S 17390 17392 15624 0 -1 4202560 2416 0 0 0 41 0 0 0 15 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17409] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17409/stat : 17409 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17410] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17410/stat : 17410 (java) S 17390 17392 15624 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902596467 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17411] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17411/stat : 17411 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596495 10797727744 24689 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 147.67
Current children cumulated vsize (KiB) 10544656

[startup+146.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17414
/proc/meminfo: memFree=1475304/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10544656 CPUtime=148.06 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 27695 0 1 0 14795 11 0 0 23 0 19 0 902596461 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2636164 24697 2256 9 0 2626898 0
[pid=17392/tid=17394] ppid=17390 vsize=10544656 CPUtime=141.82 cores=1,3,5,7
/proc/17392/task/17394/stat : 17394 (java) R 17390 17392 15624 0 -1 4202560 18019 0 1 0 14178 4 0 0 25 0 19 0 902596462 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 46912505802940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17392/tid=17395] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 15624 0 -1 4202560 231 0 0 0 8 0 0 0 15 0 19 0 902596463 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17396] ppid=17390 vsize=10544656 CPUtime=0.07 cores=1,3,5,7
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 15624 0 -1 4202560 13 0 0 0 7 0 0 0 15 0 19 0 902596463 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17397] ppid=17390 vsize=10544656 CPUtime=0.09 cores=1,3,5,7
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 15624 0 -1 4202560 14 0 0 0 9 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17398] ppid=17390 vsize=10544656 CPUtime=0.07 cores=1,3,5,7
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 15624 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17399] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 15624 0 -1 4202560 90 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17400] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 15624 0 -1 4202560 373 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17401] ppid=17390 vsize=10544656 CPUtime=0.09 cores=1,3,5,7
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 15624 0 -1 4202560 313 0 0 0 9 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17402] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 15624 0 -1 4202560 351 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=10544656 CPUtime=4.49 cores=1,3,5,7
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 15624 0 -1 4202560 1528 0 0 0 447 2 0 0 15 0 19 0 902596465 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17404] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17405] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17405/stat : 17405 (java) S 17390 17392 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17406] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17406/stat : 17406 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17407] ppid=17390 vsize=10544656 CPUtime=0.58 cores=1,3,5,7
/proc/17392/task/17407/stat : 17407 (java) S 17390 17392 15624 0 -1 4202560 3172 0 0 0 58 0 0 0 15 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17408] ppid=17390 vsize=10544656 CPUtime=0.41 cores=1,3,5,7
/proc/17392/task/17408/stat : 17408 (java) S 17390 17392 15624 0 -1 4202560 2416 0 0 0 41 0 0 0 15 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17409] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17409/stat : 17409 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17410] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17410/stat : 17410 (java) S 17390 17392 15624 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17411] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17411/stat : 17411 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596495 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.06
Current children cumulated vsize (KiB) 10544656

[startup+147.101 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17414
/proc/meminfo: memFree=1475304/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=10544656 CPUtime=148.46 cores=1,3,5,7
/proc/17392/stat : 17392 (java) S 17390 17392 15624 0 -1 4202496 27695 0 1 0 14835 11 0 0 23 0 19 0 902596461 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 2636164 24697 2256 9 0 2626898 0
[pid=17392/tid=17394] ppid=17390 vsize=10544656 CPUtime=142.22 cores=1,3,5,7
/proc/17392/task/17394/stat : 17394 (java) R 17390 17392 15624 0 -1 4202560 18019 0 1 0 14218 4 0 0 25 0 19 0 902596462 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 46912505707792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17392/tid=17395] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17395/stat : 17395 (java) S 17390 17392 15624 0 -1 4202560 231 0 0 0 8 0 0 0 15 0 19 0 902596463 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17396] ppid=17390 vsize=10544656 CPUtime=0.07 cores=1,3,5,7
/proc/17392/task/17396/stat : 17396 (java) S 17390 17392 15624 0 -1 4202560 13 0 0 0 7 0 0 0 15 0 19 0 902596463 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17397] ppid=17390 vsize=10544656 CPUtime=0.09 cores=1,3,5,7
/proc/17392/task/17397/stat : 17397 (java) S 17390 17392 15624 0 -1 4202560 14 0 0 0 9 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17398] ppid=17390 vsize=10544656 CPUtime=0.07 cores=1,3,5,7
/proc/17392/task/17398/stat : 17398 (java) S 17390 17392 15624 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17399] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17399/stat : 17399 (java) S 17390 17392 15624 0 -1 4202560 90 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17400] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17400/stat : 17400 (java) S 17390 17392 15624 0 -1 4202560 373 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
[pid=17392/tid=17401] ppid=17390 vsize=10544656 CPUtime=0.09 cores=1,3,5,7
/proc/17392/task/17401/stat : 17401 (java) S 17390 17392 15624 0 -1 4202560 313 0 0 0 9 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17402] ppid=17390 vsize=10544656 CPUtime=0.08 cores=1,3,5,7
/proc/17392/task/17402/stat : 17402 (java) S 17390 17392 15624 0 -1 4202560 351 0 0 0 8 0 0 0 15 0 19 0 902596464 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17403] ppid=17390 vsize=10544656 CPUtime=4.49 cores=1,3,5,7
/proc/17392/task/17403/stat : 17403 (java) S 17390 17392 15624 0 -1 4202560 1528 0 0 0 447 2 0 0 15 0 19 0 902596465 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 0 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17404] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17404/stat : 17404 (java) S 17390 17392 15624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17405] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17405/stat : 17405 (java) S 17390 17392 15624 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902596465 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17406] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17406/stat : 17406 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485791153 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17407] ppid=17390 vsize=10544656 CPUtime=0.58 cores=1,3,5,7
/proc/17392/task/17407/stat : 17407 (java) S 17390 17392 15624 0 -1 4202560 3172 0 0 0 58 0 0 0 15 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17408] ppid=17390 vsize=10544656 CPUtime=0.41 cores=1,3,5,7
/proc/17392/task/17408/stat : 17408 (java) S 17390 17392 15624 0 -1 4202560 2416 0 0 0 41 0 0 0 15 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 7 0 0 0
[pid=17392/tid=17409] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17409/stat : 17409 (java) S 17390 17392 15624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485783449 0 4 0 16800975 18446604456968699968 0 0 -1 5 0 0 0
[pid=17392/tid=17410] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17410/stat : 17410 (java) S 17390 17392 15624 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902596467 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 3 0 0 0
[pid=17392/tid=17411] ppid=17390 vsize=10544656 CPUtime=0 cores=1,3,5,7
/proc/17392/task/17411/stat : 17411 (java) S 17390 17392 15624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902596495 10797727744 24697 33554432000 1073741824 1073778376 140733549994976 18446744073709551615 274485784064 0 4 0 16800975 18446604456968699968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.46
Current children cumulated vsize (KiB) 10544656

[startup+147.201 s]
/proc/loadavg: 2.00 2.00 1.96 3/214 17414
/proc/meminfo: memFree=1475304/32950928 swapFree=67079488/67111528
[pid=17392] ppid=17390 vsize=0 CPUtime=148.56 cores=1,3,5,7
/proc/17392/stat : 17392 (java) Z 17390 17392 15624 0 -1 4203548 27716 0 1 0 14845 11 0 0 18 0 2 0 902596461 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17392/statm: 0 0 0 0 0 0 0
[pid=17392/tid=17394] ppid=17390 vsize=0 CPUtime=142.32 cores=1,3,5,7
/proc/17392/task/17394/stat : 17394 (java) R 17390 17392 15624 0 -1 4203588 18023 0 1 0 14228 4 0 0 25 0 2 0 902596462 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.56
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 147.205
CPU time (s): 148.576
CPU user time (s): 148.459
CPU system time (s): 0.116982
CPU usage (%): 100.932
Max. virtual memory (cumulated for all children) (KiB): 10544656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.459
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27716
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= 10143
involuntary context switches= 3620

runsolver used 0.236963 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-12 22:19:28
IDJOB=3492561
IDBENCH=78888
IDSOLVER=1982
FILE ID=node125/3492561-1307909968
RUNJOBID= node125-1307907420-16978
PBS_JOBID= 13559581
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= c6951eb4d01a7aa536abe812aaa2169b
RANDOM SEED=1831554138

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:     32950928 kB
MemFree:       1571696 kB
Buffers:         63052 kB
Cached:       30030468 kB
SwapCached:       3272 kB
Active:       15457396 kB
Inactive:     14978704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1571696 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:      340684 kB
Mapped:          22332 kB
Slab:           878440 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10547860 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= 2892 MiB
End job on node125 at 2011-06-12 22:21:55