Trace number 3492654

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 119.813 118.624

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-33-100-0.wbo
MD5SUMeba88192ede2bf17faa7af9ad7b0465e
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 benchmark23.9634
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/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-3492654-1307910214.wbo
0.10/0.11	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.202s.
0.48/0.31	c #vars     2047
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.77/0.44	c SATISFIABLE
0.77/0.44	c OPTIMIZING...
0.77/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.77/0.44	o 224
0.77/0.48	c Got one! Elapsed wall clock time (in seconds):0.377
0.77/0.48	o 209
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
1.04/0.51	o 200
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.427
1.04/0.54	o 163
1.26/0.63	c Got one! Elapsed wall clock time (in seconds):0.518
1.26/0.63	o 128
1.40/0.74	c Got one! Elapsed wall clock time (in seconds):0.631
1.40/0.74	o 107
1.40/0.76	c Got one! Elapsed wall clock time (in seconds):0.654
1.40/0.76	o 93
1.56/0.83	c Got one! Elapsed wall clock time (in seconds):0.724
1.56/0.83	o 90
2.17/1.43	c Got one! Elapsed wall clock time (in seconds):1.326
2.17/1.43	o 88
2.27/1.58	c Got one! Elapsed wall clock time (in seconds):1.469
2.27/1.58	o 78
2.47/1.75	c Got one! Elapsed wall clock time (in seconds):1.642
2.47/1.75	o 75
2.57/1.89	c cleaning 4520 clauses out of 9041 with flag 1001/9041
3.05/2.22	c Got one! Elapsed wall clock time (in seconds):2.112
3.05/2.22	o 46
3.05/2.30	c Got one! Elapsed wall clock time (in seconds):2.191
3.05/2.30	o 42
3.55/2.75	c cleaning 5581 clauses out of 11167 with flag 4001/15687
4.16/3.32	c cleaning 5789 clauses out of 11586 with flag 10001/21687
4.60/3.76	c Got one! Elapsed wall clock time (in seconds):3.654
4.60/3.76	o 39
4.70/3.83	c cleaning 5875 clauses out of 11766 with flag 1002/27656
5.20/4.36	c Got one! Elapsed wall clock time (in seconds):4.248
5.20/4.36	o 36
5.60/4.76	c cleaning 8324 clauses out of 16667 with flag 5000/38432
5.70/4.87	c Got one! Elapsed wall clock time (in seconds):4.758
5.70/4.87	o 23
6.10/5.21	c cleaning 6755 clauses out of 13527 with flag 4002/43616
6.51/5.65	c cleaning 6378 clauses out of 12770 with flag 10000/49614
7.00/6.10	c cleaning 6692 clauses out of 13393 with flag 17001/56615
7.40/6.58	c cleaning 7340 clauses out of 14701 with flag 25001/64615
7.51/6.68	c Got one! Elapsed wall clock time (in seconds):6.576
7.51/6.68	o 18
7.81/6.93	c cleaning 6418 clauses out of 12854 with flag 4000/70108
8.21/7.33	c cleaning 6214 clauses out of 12436 with flag 10000/76108
8.61/7.75	c cleaning 6604 clauses out of 13223 with flag 17001/83109
9.01/8.16	c cleaning 7306 clauses out of 14618 with flag 25000/91108
9.51/8.66	c cleaning 8155 clauses out of 16313 with flag 34001/100109
9.72/8.85	c Got one! Elapsed wall clock time (in seconds):8.743
9.72/8.85	o 17
9.82/8.97	c cleaning 7033 clauses out of 14075 with flag 2000/106026
10.12/9.28	c cleaning 6512 clauses out of 13043 with flag 8001/112027
10.52/9.69	c cleaning 6760 clauses out of 13530 with flag 15000/119026
10.72/9.89	c Got one! Elapsed wall clock time (in seconds):9.779
10.72/9.89	o 16
10.82/9.94	c cleaning 5926 clauses out of 11863 with flag 1001/124119
11.13/10.26	c cleaning 5965 clauses out of 11937 with flag 7001/130119
11.43/10.59	c cleaning 6481 clauses out of 12971 with flag 14000/137118
11.83/11.00	c cleaning 7240 clauses out of 14492 with flag 22002/145120
12.14/11.22	c Got one! Elapsed wall clock time (in seconds):11.108
12.14/11.22	o 14
12.14/11.28	c cleaning 6437 clauses out of 12891 with flag 1000/150759
12.54/11.60	c cleaning 6222 clauses out of 12456 with flag 7002/156761
12.74/11.83	c Got one! Elapsed wall clock time (in seconds):11.725
12.74/11.83	o 12
12.74/11.89	c cleaning 5650 clauses out of 11308 with flag 1001/161835
13.15/12.21	c cleaning 5826 clauses out of 11658 with flag 7001/167835
13.54/12.64	c cleaning 6410 clauses out of 12831 with flag 14000/174834
14.15/13.26	c cleaning 7206 clauses out of 14421 with flag 22000/182834
14.65/13.71	c cleaning 8106 clauses out of 16215 with flag 31000/191834
15.14/14.26	c cleaning 9051 clauses out of 18109 with flag 41000/201834
15.64/14.75	c cleaning 9526 clauses out of 19059 with flag 51001/211835
16.14/15.27	c cleaning 9758 clauses out of 19532 with flag 61000/221834
16.65/15.77	c cleaning 9879 clauses out of 19774 with flag 71000/231834
17.25/16.31	c cleaning 9943 clauses out of 19898 with flag 81003/241837
17.65/16.72	c Got one! Elapsed wall clock time (in seconds):16.609
17.65/16.72	o 8
17.95/17.07	c cleaning 11506 clauses out of 23019 with flag 5002/254901
18.25/17.39	c cleaning 8744 clauses out of 17514 with flag 11003/260902
18.66/17.73	c cleaning 7880 clauses out of 15768 with flag 18001/267900
19.06/18.12	c cleaning 7934 clauses out of 15887 with flag 26000/275899
19.46/18.56	c cleaning 8473 clauses out of 16953 with flag 35000/284899
19.96/19.08	c cleaning 9227 clauses out of 18481 with flag 45001/294900
20.46/19.56	c cleaning 9621 clauses out of 19253 with flag 55000/304899
20.96/20.03	c cleaning 9816 clauses out of 19636 with flag 65004/314903
21.46/20.54	c cleaning 9903 clauses out of 19816 with flag 75000/324899
21.97/21.08	c cleaning 9951 clauses out of 19914 with flag 85001/334900
22.56/21.63	c cleaning 9973 clauses out of 19962 with flag 95000/344899
23.07/22.19	c cleaning 9988 clauses out of 19989 with flag 105000/354899
23.67/22.70	c cleaning 9994 clauses out of 20001 with flag 115000/364899
24.17/23.22	c cleaning 9997 clauses out of 20007 with flag 125000/374899
24.79/23.80	c cleaning 10001 clauses out of 20013 with flag 135003/384902
25.30/24.34	c cleaning 10000 clauses out of 20010 with flag 145001/394900
25.60/24.61	c Got one! Elapsed wall clock time (in seconds):24.505
25.60/24.61	o 7
25.90/24.94	c cleaning 10483 clauses out of 20971 with flag 5000/405861
26.20/25.25	c cleaning 8235 clauses out of 16489 with flag 11001/411862
26.60/25.60	c cleaning 7621 clauses out of 15254 with flag 18001/418862
26.90/25.99	c cleaning 7812 clauses out of 15632 with flag 26000/426861
27.40/26.42	c cleaning 8398 clauses out of 16820 with flag 35000/435861
27.90/26.92	c cleaning 9199 clauses out of 18422 with flag 45000/445861
28.40/27.43	c cleaning 9603 clauses out of 19224 with flag 55001/455862
28.90/27.94	c cleaning 9796 clauses out of 19620 with flag 65000/465861
29.40/28.41	c cleaning 9907 clauses out of 19825 with flag 75001/475862
29.90/28.91	c cleaning 9953 clauses out of 19917 with flag 85000/485861
30.41/29.43	c cleaning 9979 clauses out of 19967 with flag 95003/495864
30.91/29.94	c cleaning 9988 clauses out of 19985 with flag 105000/505861
31.41/30.49	c cleaning 9995 clauses out of 19998 with flag 115001/515862
32.01/31.05	c cleaning 9997 clauses out of 20003 with flag 125001/525862
32.51/31.59	c cleaning 10000 clauses out of 20006 with flag 135001/535862
33.11/32.12	c cleaning 9997 clauses out of 20005 with flag 145000/545861
33.61/32.65	c cleaning 9999 clauses out of 20010 with flag 155002/555863
34.11/33.19	c cleaning 9999 clauses out of 20010 with flag 165001/565862
34.71/33.74	c cleaning 10003 clauses out of 20010 with flag 175000/575861
35.31/34.31	c cleaning 9999 clauses out of 20008 with flag 185001/585862
35.81/34.81	c cleaning 9999 clauses out of 20008 with flag 195000/595861
36.32/35.33	c cleaning 9999 clauses out of 20009 with flag 205000/605861
36.92/35.99	c cleaning 10001 clauses out of 20011 with flag 215001/615862
37.52/36.55	c cleaning 9996 clauses out of 20009 with flag 225000/625861
38.12/37.12	c cleaning 9999 clauses out of 20014 with flag 235001/635862
38.62/37.65	c cleaning 10000 clauses out of 20014 with flag 245000/645861
39.12/38.18	c cleaning 10000 clauses out of 20016 with flag 255002/655863
39.72/38.70	c cleaning 10003 clauses out of 20014 with flag 265000/665861
40.22/39.24	c cleaning 9998 clauses out of 20012 with flag 275001/675862
40.73/39.77	c cleaning 10003 clauses out of 20013 with flag 285000/685861
41.22/40.27	c cleaning 9996 clauses out of 20010 with flag 295000/695861
41.73/40.77	c cleaning 10003 clauses out of 20014 with flag 305000/705861
42.22/41.28	c cleaning 10004 clauses out of 20015 with flag 315004/715865
42.73/41.79	c cleaning 9999 clauses out of 20007 with flag 325000/725861
43.33/42.30	c cleaning 9996 clauses out of 20008 with flag 335000/735861
43.83/42.83	c cleaning 9998 clauses out of 20012 with flag 345000/745861
44.33/43.35	c cleaning 10000 clauses out of 20018 with flag 355004/755865
44.83/43.86	c cleaning 10002 clauses out of 20014 with flag 365000/765861
45.43/44.43	c cleaning 10003 clauses out of 20014 with flag 375002/775863
45.93/44.95	c cleaning 10000 clauses out of 20009 with flag 385000/785861
46.53/45.52	c cleaning 9999 clauses out of 20010 with flag 395001/795862
47.03/46.07	c cleaning 9999 clauses out of 20010 with flag 405000/805861
47.53/46.59	c cleaning 9999 clauses out of 20013 with flag 415002/815863
48.13/47.10	c cleaning 10001 clauses out of 20012 with flag 425000/825861
48.64/47.64	c cleaning 9998 clauses out of 20011 with flag 435000/835861
49.24/48.22	c cleaning 10001 clauses out of 20013 with flag 445000/845861
49.84/48.81	c cleaning 10004 clauses out of 20017 with flag 455005/855866
50.44/49.42	c cleaning 9998 clauses out of 20008 with flag 465000/865861
51.04/50.02	c cleaning 10000 clauses out of 20011 with flag 475001/875862
51.65/50.60	c cleaning 9996 clauses out of 20011 with flag 485001/885862
52.24/51.26	c cleaning 10004 clauses out of 20015 with flag 495001/895862
52.85/51.83	c cleaning 10001 clauses out of 20010 with flag 505000/905861
53.44/52.43	c cleaning 10001 clauses out of 20011 with flag 515002/915863
54.05/53.06	c cleaning 9992 clauses out of 20008 with flag 525000/925861
54.65/53.62	c cleaning 9998 clauses out of 20016 with flag 535000/935861
55.15/54.20	c cleaning 10003 clauses out of 20018 with flag 545000/945861
55.75/54.72	c cleaning 10000 clauses out of 20015 with flag 555000/955861
56.25/55.25	c cleaning 10003 clauses out of 20017 with flag 565002/965863
56.75/55.78	c cleaning 10005 clauses out of 20015 with flag 575003/975864
57.45/56.41	c cleaning 9998 clauses out of 20007 with flag 585000/985861
57.95/56.93	c cleaning 10001 clauses out of 20009 with flag 595000/995861
58.56/57.51	c cleaning 9998 clauses out of 20008 with flag 605000/1005861
59.06/58.04	c cleaning 9996 clauses out of 20010 with flag 615000/1015861
59.56/58.59	c cleaning 10002 clauses out of 20015 with flag 625001/1025862
60.16/59.19	c cleaning 10002 clauses out of 20012 with flag 635000/1035861
60.76/59.73	c cleaning 10001 clauses out of 20010 with flag 645000/1045861
61.36/60.30	c cleaning 10000 clauses out of 20012 with flag 655003/1055864
61.86/60.87	c cleaning 9997 clauses out of 20010 with flag 665001/1065862
62.46/61.46	c cleaning 10001 clauses out of 20013 with flag 675001/1075862
63.06/62.08	c cleaning 10000 clauses out of 20011 with flag 685000/1085861
63.66/62.66	c cleaning 10004 clauses out of 20016 with flag 695005/1095866
64.27/63.26	c cleaning 9991 clauses out of 20009 with flag 705002/1105863
64.88/63.87	c cleaning 10005 clauses out of 20017 with flag 715001/1115862
65.47/64.43	c cleaning 10000 clauses out of 20011 with flag 725000/1125861
65.98/64.96	c cleaning 10001 clauses out of 20014 with flag 735003/1135864
66.57/65.54	c cleaning 9994 clauses out of 20010 with flag 745000/1145861
67.08/66.07	c cleaning 10001 clauses out of 20016 with flag 755000/1155861
67.68/66.62	c cleaning 9996 clauses out of 20015 with flag 765000/1165861
68.28/67.21	c cleaning 9993 clauses out of 20019 with flag 775000/1175861
68.78/67.79	c cleaning 10005 clauses out of 20028 with flag 785002/1185863
69.39/68.37	c cleaning 10006 clauses out of 20021 with flag 795000/1195861
70.08/69.00	c cleaning 10003 clauses out of 20016 with flag 805001/1205862
70.58/69.57	c cleaning 10001 clauses out of 20014 with flag 815002/1215863
71.19/70.10	c cleaning 10002 clauses out of 20011 with flag 825000/1225861
71.79/70.74	c cleaning 9999 clauses out of 20010 with flag 835001/1235862
72.39/71.32	c cleaning 9993 clauses out of 20010 with flag 845000/1245861
72.89/71.87	c cleaning 10004 clauses out of 20017 with flag 855000/1255861
73.49/72.45	c cleaning 10002 clauses out of 20015 with flag 865002/1265863
73.99/72.98	c cleaning 9999 clauses out of 20011 with flag 875000/1275861
74.59/73.54	c cleaning 10001 clauses out of 20013 with flag 885001/1285862
75.19/74.10	c cleaning 10003 clauses out of 20015 with flag 895004/1295865
75.69/74.65	c cleaning 9993 clauses out of 20009 with flag 905001/1305862
76.30/75.23	c cleaning 10004 clauses out of 20018 with flag 915003/1315864
76.80/75.78	c cleaning 9997 clauses out of 20011 with flag 925000/1325861
77.40/76.33	c cleaning 9993 clauses out of 20014 with flag 935000/1335861
78.00/76.91	c cleaning 10005 clauses out of 20022 with flag 945001/1345862
78.50/77.47	c cleaning 10004 clauses out of 20019 with flag 955003/1355864
79.10/78.00	c cleaning 9996 clauses out of 20012 with flag 965000/1365861
79.60/78.59	c cleaning 10002 clauses out of 20016 with flag 975000/1375861
80.20/79.16	c cleaning 10002 clauses out of 20014 with flag 985000/1385861
80.71/79.70	c cleaning 10004 clauses out of 20013 with flag 995001/1395862
81.31/80.24	c cleaning 10006 clauses out of 20011 with flag 1005003/1405864
81.81/80.77	c cleaning 9997 clauses out of 20003 with flag 1015001/1415862
82.41/81.31	c cleaning 9998 clauses out of 20007 with flag 1025002/1425863
82.91/81.87	c cleaning 9996 clauses out of 20007 with flag 1035000/1435861
83.51/82.42	c cleaning 9999 clauses out of 20012 with flag 1045001/1445862
84.02/82.98	c cleaning 10003 clauses out of 20014 with flag 1055002/1455863
84.62/83.52	c cleaning 10003 clauses out of 20013 with flag 1065004/1465865
85.12/84.08	c cleaning 9996 clauses out of 20006 with flag 1075000/1475861
85.72/84.69	c cleaning 10001 clauses out of 20010 with flag 1085000/1485861
86.32/85.23	c cleaning 10000 clauses out of 20010 with flag 1095001/1495862
86.82/85.76	c cleaning 10001 clauses out of 20014 with flag 1105005/1505866
87.32/86.29	c cleaning 10000 clauses out of 20008 with flag 1115000/1515861
87.92/86.84	c cleaning 10002 clauses out of 20009 with flag 1125001/1525862
88.52/87.41	c cleaning 9997 clauses out of 20006 with flag 1135000/1535861
89.02/87.96	c cleaning 10002 clauses out of 20011 with flag 1145002/1545863
89.62/88.56	c cleaning 10001 clauses out of 20007 with flag 1155000/1555861
90.23/89.15	c cleaning 9999 clauses out of 20009 with flag 1165003/1565864
90.72/89.69	c cleaning 10000 clauses out of 20007 with flag 1175000/1575861
91.33/90.24	c cleaning 10002 clauses out of 20008 with flag 1185001/1585862
91.82/90.77	c cleaning 10000 clauses out of 20005 with flag 1195000/1595861
92.43/91.34	c cleaning 9993 clauses out of 20005 with flag 1205000/1605861
93.02/91.93	c cleaning 9995 clauses out of 20012 with flag 1215000/1615861
93.43/92.34	c Got one! Elapsed wall clock time (in seconds):92.234
93.43/92.34	o 4
93.83/92.75	c cleaning 11153 clauses out of 22323 with flag 5000/1628167
94.13/93.08	c cleaning 8579 clauses out of 17170 with flag 11000/1634167
94.63/93.51	c cleaning 7793 clauses out of 15593 with flag 18002/1641169
95.03/93.95	c cleaning 7891 clauses out of 15799 with flag 26001/1649168
95.53/94.43	c cleaning 8449 clauses out of 16907 with flag 35000/1658167
96.03/94.99	c cleaning 9223 clauses out of 18459 with flag 45001/1668168
96.63/95.56	c cleaning 9616 clauses out of 19237 with flag 55002/1678169
97.23/96.14	c cleaning 9807 clauses out of 19619 with flag 65000/1688167
97.83/96.72	c cleaning 9899 clauses out of 19812 with flag 75000/1698167
98.43/97.35	c cleaning 9944 clauses out of 19914 with flag 85001/1708168
99.04/97.93	c cleaning 9980 clauses out of 19970 with flag 95001/1718168
99.63/98.56	c cleaning 9990 clauses out of 19994 with flag 105005/1728172
100.33/99.24	c cleaning 9992 clauses out of 20000 with flag 115001/1738168
100.94/99.83	c cleaning 9999 clauses out of 20008 with flag 125001/1748168
101.54/100.49	c cleaning 9992 clauses out of 20009 with flag 135001/1758168
102.24/101.11	c cleaning 10004 clauses out of 20018 with flag 145002/1768169
102.84/101.70	c cleaning 10003 clauses out of 20013 with flag 155001/1778168
103.45/102.34	c cleaning 9996 clauses out of 20012 with flag 165003/1788170
104.05/102.96	c cleaning 9995 clauses out of 20013 with flag 175000/1798167
104.66/103.55	c cleaning 9995 clauses out of 20019 with flag 185001/1808168
105.35/104.20	c cleaning 10005 clauses out of 20024 with flag 195001/1818168
105.95/104.87	c cleaning 9998 clauses out of 20018 with flag 205000/1828167
106.66/105.56	c cleaning 10007 clauses out of 20022 with flag 215002/1838169
107.35/106.28	c cleaning 10000 clauses out of 20014 with flag 225001/1848168
108.06/106.92	c cleaning 9998 clauses out of 20013 with flag 235000/1858167
108.66/107.53	c cleaning 10004 clauses out of 20017 with flag 245002/1868169
109.26/108.15	c cleaning 10000 clauses out of 20014 with flag 255003/1878170
109.86/108.71	c cleaning 10002 clauses out of 20011 with flag 265000/1888167
110.46/109.30	c cleaning 10001 clauses out of 20009 with flag 275000/1898167
110.96/109.85	c cleaning 9998 clauses out of 20009 with flag 285001/1908168
111.46/110.38	c cleaning 10000 clauses out of 20011 with flag 295001/1918168
112.06/110.99	c cleaning 9997 clauses out of 20011 with flag 305001/1928168
112.77/111.60	c cleaning 9998 clauses out of 20013 with flag 315000/1938167
113.27/112.17	c cleaning 10003 clauses out of 20016 with flag 325001/1948168
113.87/112.72	c cleaning 10002 clauses out of 20013 with flag 335001/1958168
114.47/113.32	c cleaning 10002 clauses out of 20013 with flag 345003/1968170
114.97/113.89	c cleaning 9996 clauses out of 20009 with flag 355001/1978168
115.58/114.50	c cleaning 9999 clauses out of 20014 with flag 365002/1988169
116.27/115.12	c cleaning 10003 clauses out of 20016 with flag 375003/1998170
116.78/115.69	c cleaning 10001 clauses out of 20013 with flag 385003/2008170
117.47/116.33	c cleaning 10004 clauses out of 20011 with flag 395002/2018169
118.07/116.98	c cleaning 10001 clauses out of 20005 with flag 405000/2028167
118.77/117.62	c cleaning 9996 clauses out of 20006 with flag 415003/2038170
119.48/118.34	c cleaning 9999 clauses out of 20009 with flag 425002/2048169
119.78/118.61	c starts		: 234
119.78/118.61	c conflicts		: 2052469
119.78/118.61	c decisions		: 3516135
119.78/118.61	c propagations		: 118857973
119.78/118.61	c inspects		: 1004535481
119.78/118.61	c shortcuts		: 0
119.78/118.61	c learnt literals	: 3
119.78/118.61	c learnt binary clauses	: 31
119.78/118.61	c learnt ternary clauses	: 950
119.78/118.61	c learnt constraints	: 2052465
119.78/118.61	c ignored constraints	: 0
119.78/118.61	c root simplifications	: 0
119.78/118.61	c removed literals (reason simplification)	: 8894996
119.78/118.61	c reason swapping (by a shorter reason)	: 0
119.78/118.61	c Calls to reduceDB	: 216
119.78/118.61	c number of reductions to clauses (during analyze)	: 0
119.78/118.61	c number of learned constraints concerned by reduction	: 0
119.78/118.61	c number of learning phase by resolution	: 0
119.78/118.61	c number of learning phase by cutting planes	: 0
119.78/118.61	c speed (assignments/second)	: 4524303.338281755
119.78/118.61	c non guided choices	3734
119.78/118.61	c learnt constraints type 
119.78/118.61	c constraints type 
119.78/118.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
119.78/118.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
119.78/118.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
119.78/118.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
119.78/118.61	s OPTIMUM FOUND
119.78/118.61	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 
119.78/118.61	c objective function=4
119.78/118.61	c Total wall clock time (in seconds): 118.507

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.98 2/195 17832
/proc/meminfo: memFree=32397740/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/17832/stat : 17832 (java) R 17830 17832 15316 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 902618112 23580672 695 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254495729128 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17832/statm: 5757 695 511 9 0 124 0

[startup+0.102022 s]
/proc/loadavg: 2.01 2.01 1.98 2/195 17832
/proc/meminfo: memFree=32397740/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10539996 CPUtime=0.1 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 13077 0 1 0 9 1 0 0 25 0 18 0 902618112 10792955904 12744 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2634999 12744 2092 9 0 2625733 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539996

[startup+0.200969 s]
/proc/loadavg: 2.01 2.01 1.98 2/195 17832
/proc/meminfo: memFree=32397740/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10540852 CPUtime=0.25 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 14027 0 1 0 24 1 0 0 25 0 18 0 902618112 10793832448 13682 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2635213 13682 2179 9 0 2625947 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540852

[startup+0.30095 s]
/proc/loadavg: 2.01 2.01 1.98 2/195 17832
/proc/meminfo: memFree=32397740/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10541308 CPUtime=0.48 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 16087 0 1 0 46 2 0 0 25 0 18 0 902618112 10794299392 15364 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2635327 15364 2200 9 0 2626061 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541308

[startup+0.700921 s]
/proc/loadavg: 2.01 2.01 1.98 2/195 17832
/proc/meminfo: memFree=32397740/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10544916 CPUtime=1.4 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 19627 0 1 0 138 2 0 0 25 0 19 0 902618112 10797993984 17581 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2636229 17581 2225 9 0 2626963 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10544916

[startup+1.50076 s]
/proc/loadavg: 2.01 2.01 1.98 3/214 17851
/proc/meminfo: memFree=32333320/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10544916 CPUtime=2.27 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 20587 0 1 0 224 3 0 0 25 0 19 0 902618112 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2636229 18539 2229 9 0 2626963 0
[pid=17832/tid=17834] ppid=17830 vsize=10544916 CPUtime=1.48 cores=0,2,4,6
/proc/17832/task/17834/stat : 17834 (java) R 17830 17832 15316 0 -1 4202560 15222 0 1 0 146 2 0 0 20 0 19 0 902618113 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 46912505658179 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17832/tid=17835] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17835/stat : 17835 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17836] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17836/stat : 17836 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17837] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17837/stat : 17837 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17838] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17838/stat : 17838 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17839] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17839/stat : 17839 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17840] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17840/stat : 17840 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17841] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17841/stat : 17841 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17842] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17842/stat : 17842 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618114 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17843] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17843/stat : 17843 (java) S 17830 17832 15316 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 902618115 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 0 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17844] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17844/stat : 17844 (java) S 17830 17832 15316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902618116 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17845] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17845/stat : 17845 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902618116 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17846] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17846/stat : 17846 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512515505 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17847] ppid=17830 vsize=10544916 CPUtime=0.38 cores=0,2,4,6
/proc/17832/task/17847/stat : 17847 (java) S 17830 17832 15316 0 -1 4202560 2722 0 0 0 38 0 0 0 24 0 19 0 902618118 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17848] ppid=17830 vsize=10544916 CPUtime=0.39 cores=0,2,4,6
/proc/17832/task/17848/stat : 17848 (java) S 17830 17832 15316 0 -1 4202560 1480 0 0 0 39 0 0 0 20 0 19 0 902618118 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17849] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17849/stat : 17849 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17850] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17850/stat : 17850 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902618118 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17851] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17851/stat : 17851 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902618146 10797993984 18539 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10544916

[startup+3.10144 s]
/proc/loadavg: 2.01 2.01 1.98 3/214 17851
/proc/meminfo: memFree=32325264/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10544916 CPUtime=3.96 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 22841 0 1 0 393 3 0 0 25 0 19 0 902618112 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2636229 20787 2254 9 0 2626963 0
[pid=17832/tid=17834] ppid=17830 vsize=10544916 CPUtime=3.05 cores=0,2,4,6
/proc/17832/task/17834/stat : 17834 (java) R 17830 17832 15316 0 -1 4202560 15740 0 1 0 303 2 0 0 25 0 19 0 902618113 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 46912505706988 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17832/tid=17835] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17835/stat : 17835 (java) S 17830 17832 15316 0 -1 4202560 272 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17836] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17836/stat : 17836 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17837] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17837/stat : 17837 (java) S 17830 17832 15316 0 -1 4202560 121 0 0 0 0 0 0 0 18 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17838] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17838/stat : 17838 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17839] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17839/stat : 17839 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17840] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17840/stat : 17840 (java) S 17830 17832 15316 0 -1 4202560 151 0 0 0 0 0 0 0 18 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17841] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17841/stat : 17841 (java) S 17830 17832 15316 0 -1 4202560 227 0 0 0 0 0 0 0 18 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17842] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17842/stat : 17842 (java) S 17830 17832 15316 0 -1 4202560 219 0 0 0 0 0 0 0 18 0 19 0 902618114 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17843] ppid=17830 vsize=10544916 CPUtime=0.02 cores=0,2,4,6
/proc/17832/task/17843/stat : 17843 (java) S 17830 17832 15316 0 -1 4202560 733 0 0 0 2 0 0 0 16 0 19 0 902618115 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 0 0 16800975 18446604453899503552 0 0 -1 4 0 0 0
[pid=17832/tid=17844] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17844/stat : 17844 (java) S 17830 17832 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902618116 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17845] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17845/stat : 17845 (java) S 17830 17832 15316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902618116 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17846] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17846/stat : 17846 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512515505 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17847] ppid=17830 vsize=10544916 CPUtime=0.41 cores=0,2,4,6
/proc/17832/task/17847/stat : 17847 (java) S 17830 17832 15316 0 -1 4202560 2729 0 0 0 41 0 0 0 15 0 19 0 902618118 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17848] ppid=17830 vsize=10544916 CPUtime=0.44 cores=0,2,4,6
/proc/17832/task/17848/stat : 17848 (java) S 17830 17832 15316 0 -1 4202560 1494 0 0 0 44 0 0 0 15 0 19 0 902618118 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17849] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17849/stat : 17849 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17850] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17850/stat : 17850 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902618118 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17851] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17851/stat : 17851 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902618146 10797993984 20787 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 10544916

[startup+6.3008 s]
/proc/loadavg: 2.01 2.01 1.98 3/214 17851
/proc/meminfo: memFree=32321164/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10544916 CPUtime=7.2 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 23575 0 1 0 717 3 0 0 25 0 19 0 902618112 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2636229 20882 2254 9 0 2626963 0
[pid=17832/tid=17834] ppid=17830 vsize=10544916 CPUtime=6.14 cores=0,2,4,6
/proc/17832/task/17834/stat : 17834 (java) R 17830 17832 15316 0 -1 4202560 15747 0 1 0 612 2 0 0 25 0 19 0 902618113 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 46912505707256 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17832/tid=17835] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17835/stat : 17835 (java) S 17830 17832 15316 0 -1 4202560 272 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17836] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17836/stat : 17836 (java) S 17830 17832 15316 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17837] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17837/stat : 17837 (java) S 17830 17832 15316 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17838] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17838/stat : 17838 (java) S 17830 17832 15316 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17839] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17839/stat : 17839 (java) S 17830 17832 15316 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17840] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17840/stat : 17840 (java) S 17830 17832 15316 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17841] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17841/stat : 17841 (java) S 17830 17832 15316 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17842] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17842/stat : 17842 (java) S 17830 17832 15316 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 902618114 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17843] ppid=17830 vsize=10544916 CPUtime=0.11 cores=0,2,4,6
/proc/17832/task/17843/stat : 17843 (java) S 17830 17832 15316 0 -1 4202560 892 0 0 0 11 0 0 0 16 0 19 0 902618115 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 0 0 16800975 18446604453899503552 0 0 -1 4 0 0 0
[pid=17832/tid=17844] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17844/stat : 17844 (java) S 17830 17832 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902618116 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17845] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17845/stat : 17845 (java) S 17830 17832 15316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902618116 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17846] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17846/stat : 17846 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512515505 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17847] ppid=17830 vsize=10544916 CPUtime=0.45 cores=0,2,4,6
/proc/17832/task/17847/stat : 17847 (java) S 17830 17832 15316 0 -1 4202560 3187 0 0 0 45 0 0 0 15 0 19 0 902618118 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17848] ppid=17830 vsize=10544916 CPUtime=0.44 cores=0,2,4,6
/proc/17832/task/17848/stat : 17848 (java) S 17830 17832 15316 0 -1 4202560 1495 0 0 0 44 0 0 0 15 0 19 0 902618118 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17849] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17849/stat : 17849 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17850] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17850/stat : 17850 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902618118 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17851] ppid=17830 vsize=10544916 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17851/stat : 17851 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902618146 10797993984 20882 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 10544916

[startup+12.7015 s]

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

/proc/17832/task/17835/stat : 17835 (java) S 17830 17832 15316 0 -1 4202560 277 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17836] ppid=17830 vsize=10544044 CPUtime=0.08 cores=0,2,4,6
/proc/17832/task/17836/stat : 17836 (java) S 17830 17832 15316 0 -1 4202560 10 0 0 0 8 0 0 0 15 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17837] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17837/stat : 17837 (java) S 17830 17832 15316 0 -1 4202560 163 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17838] ppid=17830 vsize=10544044 CPUtime=0.07 cores=0,2,4,6
/proc/17832/task/17838/stat : 17838 (java) S 17830 17832 15316 0 -1 4202560 39 0 0 0 7 0 0 0 15 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17839] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17839/stat : 17839 (java) S 17830 17832 15316 0 -1 4202560 19 0 0 0 6 0 0 0 16 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17840] ppid=17830 vsize=10544044 CPUtime=0.05 cores=0,2,4,6
/proc/17832/task/17840/stat : 17840 (java) S 17830 17832 15316 0 -1 4202560 197 0 0 0 5 0 0 0 15 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17841] ppid=17830 vsize=10544044 CPUtime=0.07 cores=0,2,4,6
/proc/17832/task/17841/stat : 17841 (java) S 17830 17832 15316 0 -1 4202560 237 0 0 0 7 0 0 0 15 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17842] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17842/stat : 17842 (java) S 17830 17832 15316 0 -1 4202560 229 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17843] ppid=17830 vsize=10544044 CPUtime=3.35 cores=0,2,4,6
/proc/17832/task/17843/stat : 17843 (java) S 17830 17832 15316 0 -1 4202560 1457 0 0 0 333 2 0 0 15 0 19 0 902618115 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 0 0 16800975 18446604453899503552 0 0 -1 4 0 0 0
[pid=17832/tid=17844] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17844/stat : 17844 (java) S 17830 17832 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17845] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17845/stat : 17845 (java) S 17830 17832 15316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17846] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17846/stat : 17846 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512515505 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17847] ppid=17830 vsize=10544044 CPUtime=0.49 cores=0,2,4,6
/proc/17832/task/17847/stat : 17847 (java) S 17830 17832 15316 0 -1 4202560 3761 0 0 0 48 1 0 0 15 0 19 0 902618118 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17848] ppid=17830 vsize=10544044 CPUtime=0.44 cores=0,2,4,6
/proc/17832/task/17848/stat : 17848 (java) S 17830 17832 15316 0 -1 4202560 1495 0 0 0 44 0 0 0 15 0 19 0 902618118 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17849] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17849/stat : 17849 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17850] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17850/stat : 17850 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902618118 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17851] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17851/stat : 17851 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902618146 10797101056 21333 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 117.97
Current children cumulated vsize (KiB) 10544044

[startup+117.601 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 17854
/proc/meminfo: memFree=32318872/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10544044 CPUtime=118.77 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 25010 0 1 0 11870 7 0 0 25 0 19 0 902618112 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2636011 21348 2255 9 0 2626745 0
[pid=17832/tid=17834] ppid=17830 vsize=10544044 CPUtime=113.86 cores=0,2,4,6
/proc/17832/task/17834/stat : 17834 (java) R 17830 17832 15316 0 -1 4202560 15954 0 1 0 11384 2 0 0 25 0 19 0 902618113 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 46912505782068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17832/tid=17835] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17835/stat : 17835 (java) S 17830 17832 15316 0 -1 4202560 277 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17836] ppid=17830 vsize=10544044 CPUtime=0.09 cores=0,2,4,6
/proc/17832/task/17836/stat : 17836 (java) S 17830 17832 15316 0 -1 4202560 13 0 0 0 9 0 0 0 16 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17837] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17837/stat : 17837 (java) S 17830 17832 15316 0 -1 4202560 163 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17838] ppid=17830 vsize=10544044 CPUtime=0.07 cores=0,2,4,6
/proc/17832/task/17838/stat : 17838 (java) S 17830 17832 15316 0 -1 4202560 39 0 0 0 7 0 0 0 15 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17839] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17839/stat : 17839 (java) S 17830 17832 15316 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17840] ppid=17830 vsize=10544044 CPUtime=0.05 cores=0,2,4,6
/proc/17832/task/17840/stat : 17840 (java) S 17830 17832 15316 0 -1 4202560 197 0 0 0 5 0 0 0 15 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17841] ppid=17830 vsize=10544044 CPUtime=0.07 cores=0,2,4,6
/proc/17832/task/17841/stat : 17841 (java) S 17830 17832 15316 0 -1 4202560 237 0 0 0 7 0 0 0 15 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17842] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17842/stat : 17842 (java) S 17830 17832 15316 0 -1 4202560 229 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17843] ppid=17830 vsize=10544044 CPUtime=3.36 cores=0,2,4,6
/proc/17832/task/17843/stat : 17843 (java) S 17830 17832 15316 0 -1 4202560 1468 0 0 0 334 2 0 0 15 0 19 0 902618115 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 0 0 16800975 18446604453899503552 0 0 -1 4 0 0 0
[pid=17832/tid=17844] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17844/stat : 17844 (java) S 17830 17832 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17845] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17845/stat : 17845 (java) S 17830 17832 15316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17846] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17846/stat : 17846 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512515505 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17847] ppid=17830 vsize=10544044 CPUtime=0.49 cores=0,2,4,6
/proc/17832/task/17847/stat : 17847 (java) S 17830 17832 15316 0 -1 4202560 3761 0 0 0 48 1 0 0 15 0 19 0 902618118 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17848] ppid=17830 vsize=10544044 CPUtime=0.44 cores=0,2,4,6
/proc/17832/task/17848/stat : 17848 (java) S 17830 17832 15316 0 -1 4202560 1495 0 0 0 44 0 0 0 15 0 19 0 902618118 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17849] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17849/stat : 17849 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17850] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17850/stat : 17850 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902618118 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17851] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17851/stat : 17851 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902618146 10797101056 21348 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 118.77
Current children cumulated vsize (KiB) 10544044

[startup+118.402 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 17854
/proc/meminfo: memFree=32318748/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10544044 CPUtime=119.58 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 25030 0 1 0 11951 7 0 0 25 0 19 0 902618112 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2636011 21365 2255 9 0 2626745 0
[pid=17832/tid=17834] ppid=17830 vsize=10544044 CPUtime=114.62 cores=0,2,4,6
/proc/17832/task/17834/stat : 17834 (java) R 17830 17832 15316 0 -1 4202560 15956 0 1 0 11460 2 0 0 25 0 19 0 902618113 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 46912505714783 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17832/tid=17835] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17835/stat : 17835 (java) S 17830 17832 15316 0 -1 4202560 277 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17836] ppid=17830 vsize=10544044 CPUtime=0.09 cores=0,2,4,6
/proc/17832/task/17836/stat : 17836 (java) S 17830 17832 15316 0 -1 4202560 13 0 0 0 9 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17837] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17837/stat : 17837 (java) S 17830 17832 15316 0 -1 4202560 163 0 0 0 6 0 0 0 16 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17838] ppid=17830 vsize=10544044 CPUtime=0.08 cores=0,2,4,6
/proc/17832/task/17838/stat : 17838 (java) S 17830 17832 15316 0 -1 4202560 39 0 0 0 8 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17839] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17839/stat : 17839 (java) S 17830 17832 15316 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17840] ppid=17830 vsize=10544044 CPUtime=0.05 cores=0,2,4,6
/proc/17832/task/17840/stat : 17840 (java) S 17830 17832 15316 0 -1 4202560 197 0 0 0 5 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17841] ppid=17830 vsize=10544044 CPUtime=0.07 cores=0,2,4,6
/proc/17832/task/17841/stat : 17841 (java) S 17830 17832 15316 0 -1 4202560 237 0 0 0 7 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17842] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17842/stat : 17842 (java) S 17830 17832 15316 0 -1 4202560 231 0 0 0 6 0 0 0 16 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17843] ppid=17830 vsize=10544044 CPUtime=3.4 cores=0,2,4,6
/proc/17832/task/17843/stat : 17843 (java) S 17830 17832 15316 0 -1 4202560 1483 0 0 0 338 2 0 0 15 0 19 0 902618115 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 0 0 16800975 18446604453899503552 0 0 -1 4 0 0 0
[pid=17832/tid=17844] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17844/stat : 17844 (java) S 17830 17832 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17845] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17845/stat : 17845 (java) S 17830 17832 15316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17846] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17846/stat : 17846 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512515505 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17847] ppid=17830 vsize=10544044 CPUtime=0.49 cores=0,2,4,6
/proc/17832/task/17847/stat : 17847 (java) S 17830 17832 15316 0 -1 4202560 3762 0 0 0 48 1 0 0 15 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17848] ppid=17830 vsize=10544044 CPUtime=0.44 cores=0,2,4,6
/proc/17832/task/17848/stat : 17848 (java) S 17830 17832 15316 0 -1 4202560 1495 0 0 0 44 0 0 0 15 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17849] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17849/stat : 17849 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17850] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17850/stat : 17850 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17851] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17851/stat : 17851 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902618146 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 119.58
Current children cumulated vsize (KiB) 10544044

[startup+118.602 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 17854
/proc/meminfo: memFree=32318748/32950928 swapFree=67053884/67111528
[pid=17832] ppid=17830 vsize=10544044 CPUtime=119.78 cores=0,2,4,6
/proc/17832/stat : 17832 (java) S 17830 17832 15316 0 -1 4202496 25030 0 1 0 11971 7 0 0 25 0 19 0 902618112 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17832/statm: 2636011 21365 2255 9 0 2626745 0
[pid=17832/tid=17834] ppid=17830 vsize=10544044 CPUtime=114.82 cores=0,2,4,6
/proc/17832/task/17834/stat : 17834 (java) R 17830 17832 15316 0 -1 4202560 15956 0 1 0 11480 2 0 0 25 0 19 0 902618113 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 46912505715584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17832/tid=17835] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17835/stat : 17835 (java) S 17830 17832 15316 0 -1 4202560 277 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17836] ppid=17830 vsize=10544044 CPUtime=0.09 cores=0,2,4,6
/proc/17832/task/17836/stat : 17836 (java) S 17830 17832 15316 0 -1 4202560 13 0 0 0 9 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17837] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17837/stat : 17837 (java) S 17830 17832 15316 0 -1 4202560 163 0 0 0 6 0 0 0 16 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17838] ppid=17830 vsize=10544044 CPUtime=0.08 cores=0,2,4,6
/proc/17832/task/17838/stat : 17838 (java) S 17830 17832 15316 0 -1 4202560 39 0 0 0 8 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17839] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17839/stat : 17839 (java) S 17830 17832 15316 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17840] ppid=17830 vsize=10544044 CPUtime=0.05 cores=0,2,4,6
/proc/17832/task/17840/stat : 17840 (java) S 17830 17832 15316 0 -1 4202560 197 0 0 0 5 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17841] ppid=17830 vsize=10544044 CPUtime=0.07 cores=0,2,4,6
/proc/17832/task/17841/stat : 17841 (java) S 17830 17832 15316 0 -1 4202560 237 0 0 0 7 0 0 0 15 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17842] ppid=17830 vsize=10544044 CPUtime=0.06 cores=0,2,4,6
/proc/17832/task/17842/stat : 17842 (java) S 17830 17832 15316 0 -1 4202560 231 0 0 0 6 0 0 0 16 0 19 0 902618114 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
[pid=17832/tid=17843] ppid=17830 vsize=10544044 CPUtime=3.4 cores=0,2,4,6
/proc/17832/task/17843/stat : 17843 (java) S 17830 17832 15316 0 -1 4202560 1483 0 0 0 338 2 0 0 15 0 19 0 902618115 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 0 0 16800975 18446604453899503552 0 0 -1 4 0 0 0
[pid=17832/tid=17844] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17844/stat : 17844 (java) S 17830 17832 15316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17845] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17845/stat : 17845 (java) S 17830 17832 15316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902618116 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17846] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17846/stat : 17846 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512515505 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17847] ppid=17830 vsize=10544044 CPUtime=0.49 cores=0,2,4,6
/proc/17832/task/17847/stat : 17847 (java) S 17830 17832 15316 0 -1 4202560 3762 0 0 0 48 1 0 0 15 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 2 0 0 0
[pid=17832/tid=17848] ppid=17830 vsize=10544044 CPUtime=0.44 cores=0,2,4,6
/proc/17832/task/17848/stat : 17848 (java) S 17830 17832 15316 0 -1 4202560 1495 0 0 0 44 0 0 0 15 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17849] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17849/stat : 17849 (java) S 17830 17832 15316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512507801 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17850] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17850/stat : 17850 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902618118 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 6 0 0 0
[pid=17832/tid=17851] ppid=17830 vsize=10544044 CPUtime=0 cores=0,2,4,6
/proc/17832/task/17851/stat : 17851 (java) S 17830 17832 15316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902618146 10797101056 21365 33554432000 1073741824 1073778376 140733432610288 18446744073709551615 254512508416 0 4 0 16800975 18446604453899503552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 119.78
Current children cumulated vsize (KiB) 10544044

Child status: 30
Real time (s): 118.624
CPU time (s): 119.813
CPU user time (s): 119.733
CPU system time (s): 0.079987
CPU usage (%): 101.002
Max. virtual memory (cumulated for all children) (KiB): 10544916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.733
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25056
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= 8286
involuntary context switches= 4444

runsolver used 0.221966 second user time and 0.428934 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 22:23:34
IDJOB=3492654
IDBENCH=78941
IDSOLVER=1982
FILE ID=node149/3492654-1307910214
RUNJOBID= node149-1307908141-17373
PBS_JOBID= 13559560
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= eba88192ede2bf17faa7af9ad7b0465e
RANDOM SEED=385485339

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      32398276 kB
Buffers:        122012 kB
Cached:         134936 kB
SwapCached:      22576 kB
Active:         267848 kB
Inactive:        99500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32398276 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:      108240 kB
Mapped:          17948 kB
Slab:           120604 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10551780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node149 at 2011-06-12 22:25:33