Trace number 3492190

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 175.739 174.229

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark61.4907
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 constraints2707
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492190-1307911671.wbo
0.11/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.208s.
0.49/0.32	c #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
1.09/0.51	c SATISFIABLE
1.09/0.51	c OPTIMIZING...
1.09/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
1.09/0.51	o 341
1.09/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
1.09/0.59	o 315
1.29/0.61	c Got one! Elapsed wall clock time (in seconds):0.503
1.29/0.61	o 295
1.29/0.63	c Got one! Elapsed wall clock time (in seconds):0.525
1.29/0.63	o 197
1.29/0.66	c Got one! Elapsed wall clock time (in seconds):0.55
1.29/0.66	o 176
1.29/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.29/0.68	o 160
1.56/0.79	c Got one! Elapsed wall clock time (in seconds):0.686
1.56/0.79	o 157
1.67/0.83	c Got one! Elapsed wall clock time (in seconds):0.718
1.67/0.83	o 146
1.67/0.86	c Got one! Elapsed wall clock time (in seconds):0.756
1.67/0.86	o 132
1.77/0.91	c Got one! Elapsed wall clock time (in seconds):0.803
1.77/0.91	o 115
1.77/0.93	c Got one! Elapsed wall clock time (in seconds):0.827
1.77/0.93	o 114
1.77/0.97	c Got one! Elapsed wall clock time (in seconds):0.867
1.77/0.97	o 111
1.88/1.03	c Got one! Elapsed wall clock time (in seconds):0.919
1.88/1.03	o 109
1.98/1.10	c Got one! Elapsed wall clock time (in seconds):0.997
1.98/1.10	o 99
2.07/1.27	c Got one! Elapsed wall clock time (in seconds):1.158
2.07/1.27	o 89
2.17/1.31	c Got one! Elapsed wall clock time (in seconds):1.199
2.17/1.31	o 85
2.17/1.39	c Got one! Elapsed wall clock time (in seconds):1.282
2.17/1.39	o 84
2.67/1.82	c Got one! Elapsed wall clock time (in seconds):1.712
2.67/1.82	o 79
2.67/1.85	c Got one! Elapsed wall clock time (in seconds):1.742
2.67/1.85	o 45
2.77/1.95	c Got one! Elapsed wall clock time (in seconds):1.842
2.77/1.95	o 43
2.88/2.02	c Got one! Elapsed wall clock time (in seconds):1.909
2.88/2.02	o 42
2.98/2.17	c Got one! Elapsed wall clock time (in seconds):2.067
2.98/2.17	o 40
3.18/2.33	c Got one! Elapsed wall clock time (in seconds):2.224
3.18/2.33	o 38
3.18/2.38	c Got one! Elapsed wall clock time (in seconds):2.273
3.18/2.38	o 36
3.40/2.54	c Got one! Elapsed wall clock time (in seconds):2.432
3.40/2.54	o 34
3.50/2.68	c cleaning 6146 clauses out of 12298 with flag 1000/12298
3.65/2.71	c Got one! Elapsed wall clock time (in seconds):2.605
3.65/2.71	o 33
3.75/2.86	c Got one! Elapsed wall clock time (in seconds):2.748
3.75/2.86	o 30
4.15/3.21	c Got one! Elapsed wall clock time (in seconds):3.105
4.15/3.21	o 17
4.25/3.33	c cleaning 5973 clauses out of 11951 with flag 1001/18097
4.25/3.37	c Got one! Elapsed wall clock time (in seconds):3.261
4.25/3.37	o 14
4.66/3.79	c Got one! Elapsed wall clock time (in seconds):3.678
4.66/3.79	o 12
4.87/3.90	c cleaning 6074 clauses out of 12151 with flag 1000/24270
5.01/4.06	c Got one! Elapsed wall clock time (in seconds):3.949
5.01/4.06	o 8
5.11/4.19	c Got one! Elapsed wall clock time (in seconds):4.078
5.11/4.19	o 6
5.32/4.36	c cleaning 6108 clauses out of 12226 with flag 2002/30419
5.71/4.76	c cleaning 6054 clauses out of 12117 with flag 8001/36418
6.11/5.16	c cleaning 6525 clauses out of 13062 with flag 15000/43417
6.42/5.48	c Got one! Elapsed wall clock time (in seconds):5.37
6.42/5.48	o 4
6.91/5.92	c cleaning 8601 clauses out of 17214 with flag 5000/54094
7.21/6.28	c cleaning 7302 clauses out of 14613 with flag 11000/60094
7.41/6.48	c Got one! Elapsed wall clock time (in seconds):6.375
7.41/6.48	o 3
7.62/6.64	c cleaning 6617 clauses out of 13245 with flag 2001/66028
7.92/6.96	c cleaning 6309 clauses out of 12630 with flag 8003/72030
8.32/7.30	c cleaning 6653 clauses out of 13318 with flag 15000/79027
8.63/7.69	c cleaning 7329 clauses out of 14665 with flag 23000/87027
9.23/8.22	c cleaning 8158 clauses out of 16336 with flag 32000/96027
9.73/8.79	c cleaning 9087 clauses out of 18179 with flag 42001/106028
9.83/8.83	c Got one! Elapsed wall clock time (in seconds):8.72
9.83/8.83	o 2
10.13/9.16	c cleaning 7226 clauses out of 14464 with flag 5001/111400
10.53/9.50	c cleaning 6616 clauses out of 13237 with flag 11000/117399
10.83/9.87	c cleaning 6803 clauses out of 13621 with flag 18000/124399
11.23/10.27	c cleaning 7404 clauses out of 14818 with flag 26000/132399
11.73/10.75	c cleaning 8205 clauses out of 16414 with flag 35000/141399
12.23/11.26	c cleaning 9102 clauses out of 18209 with flag 45000/151399
12.83/11.80	c cleaning 9547 clauses out of 19107 with flag 55000/161399
13.33/12.30	c cleaning 9774 clauses out of 19560 with flag 65000/171399
13.84/12.81	c cleaning 9889 clauses out of 19790 with flag 75004/181403
14.34/13.32	c cleaning 9941 clauses out of 19897 with flag 85000/191399
14.84/13.81	c cleaning 9977 clauses out of 19957 with flag 95001/201400
15.34/14.32	c cleaning 9986 clauses out of 19980 with flag 105001/211400
15.84/14.86	c cleaning 9993 clauses out of 19995 with flag 115002/221401
16.35/15.34	c cleaning 9994 clauses out of 20001 with flag 125001/231400
16.84/15.84	c cleaning 9999 clauses out of 20007 with flag 135001/241400
17.35/16.35	c cleaning 10000 clauses out of 20007 with flag 145000/251399
17.85/16.81	c cleaning 10002 clauses out of 20009 with flag 155002/261401
18.25/17.28	c cleaning 9997 clauses out of 20006 with flag 165001/271400
18.75/17.76	c cleaning 10001 clauses out of 20011 with flag 175003/281402
19.25/18.21	c cleaning 10000 clauses out of 20007 with flag 185000/291399
19.66/18.67	c cleaning 10001 clauses out of 20009 with flag 195002/301401
20.15/19.13	c cleaning 9997 clauses out of 20006 with flag 205000/311399
20.67/19.60	c cleaning 10002 clauses out of 20013 with flag 215004/321403
21.07/20.08	c cleaning 10000 clauses out of 20007 with flag 225000/331399
21.58/20.60	c cleaning 9989 clauses out of 20007 with flag 235000/341399
22.18/21.14	c cleaning 9997 clauses out of 20019 with flag 245001/351400
22.68/21.66	c cleaning 10010 clauses out of 20023 with flag 255002/361401
23.18/22.19	c cleaning 9998 clauses out of 20011 with flag 265000/371399
23.68/22.69	c cleaning 10000 clauses out of 20013 with flag 275000/381399
23.78/22.72	c Got one! Elapsed wall clock time (in seconds):22.617
23.78/22.72	o 1
24.09/23.05	c cleaning 7720 clauses out of 15443 with flag 5003/386829
24.38/23.38	c cleaning 6856 clauses out of 13723 with flag 11003/392829
24.78/23.74	c cleaning 6929 clauses out of 13865 with flag 18001/399827
25.19/24.19	c cleaning 7461 clauses out of 14935 with flag 26000/407826
25.79/24.71	c cleaning 8220 clauses out of 16474 with flag 35000/416826
26.29/25.27	c cleaning 9121 clauses out of 18254 with flag 45000/426826
26.89/25.80	c cleaning 9564 clauses out of 19135 with flag 55002/436828
27.39/26.31	c cleaning 9775 clauses out of 19569 with flag 65000/446826
27.89/26.81	c cleaning 9893 clauses out of 19794 with flag 75000/456826
28.29/27.26	c cleaning 9949 clauses out of 19904 with flag 85003/466829
28.79/27.73	c cleaning 9970 clauses out of 19953 with flag 95001/476827
29.29/28.22	c cleaning 9983 clauses out of 19982 with flag 105000/486826
29.79/28.71	c cleaning 9995 clauses out of 20002 with flag 115003/496829
30.19/29.17	c cleaning 9994 clauses out of 20004 with flag 125000/506826
30.70/29.66	c cleaning 10000 clauses out of 20011 with flag 135001/516827
31.19/30.16	c cleaning 10000 clauses out of 20010 with flag 145000/526826
31.69/30.66	c cleaning 10003 clauses out of 20010 with flag 155000/536826
32.19/31.15	c cleaning 9999 clauses out of 20008 with flag 165001/546827
32.70/31.60	c cleaning 9999 clauses out of 20008 with flag 175000/556826
33.19/32.11	c cleaning 9995 clauses out of 20009 with flag 185000/566826
33.60/32.58	c cleaning 10001 clauses out of 20014 with flag 195000/576826
34.10/33.04	c cleaning 10005 clauses out of 20013 with flag 205000/586826
34.60/33.53	c cleaning 10000 clauses out of 20009 with flag 215001/596827
35.10/34.02	c cleaning 9997 clauses out of 20008 with flag 225000/606826
35.60/34.52	c cleaning 9996 clauses out of 20012 with flag 235001/616827
36.10/35.00	c cleaning 10004 clauses out of 20015 with flag 245000/626826
36.60/35.53	c cleaning 10005 clauses out of 20014 with flag 255003/636829
37.10/36.01	c cleaning 9999 clauses out of 20007 with flag 265001/646827
37.50/36.47	c cleaning 10001 clauses out of 20009 with flag 275002/656828
38.01/36.96	c cleaning 9999 clauses out of 20006 with flag 285000/666826
38.51/37.46	c cleaning 10001 clauses out of 20009 with flag 295002/676828
39.01/37.96	c cleaning 9993 clauses out of 20006 with flag 305000/686826
39.52/38.44	c cleaning 10000 clauses out of 20014 with flag 315001/696827
40.02/38.95	c cleaning 10002 clauses out of 20013 with flag 325000/706826
40.52/39.45	c cleaning 9999 clauses out of 20012 with flag 335001/716827
41.03/39.92	c cleaning 10002 clauses out of 20012 with flag 345000/726826
41.53/40.42	c cleaning 9999 clauses out of 20010 with flag 355000/736826
42.03/40.92	c cleaning 9995 clauses out of 20011 with flag 365000/746826
42.43/41.39	c cleaning 9997 clauses out of 20017 with flag 375001/756827
42.94/41.87	c cleaning 10000 clauses out of 20020 with flag 385001/766827
43.33/42.29	c cleaning 10003 clauses out of 20019 with flag 395000/776826
43.83/42.72	c cleaning 10001 clauses out of 20016 with flag 405000/786826
44.33/43.21	c cleaning 10005 clauses out of 20018 with flag 415003/796829
44.73/43.68	c cleaning 10001 clauses out of 20014 with flag 425004/806830
45.23/44.15	c cleaning 9994 clauses out of 20010 with flag 435001/816827
45.63/44.58	c cleaning 10000 clauses out of 20016 with flag 445001/826827
46.14/45.09	c cleaning 10001 clauses out of 20018 with flag 455003/836829
46.73/45.60	c cleaning 10004 clauses out of 20014 with flag 465000/846826
47.34/46.22	c cleaning 9993 clauses out of 20011 with flag 475001/856827
47.84/46.72	c cleaning 10004 clauses out of 20019 with flag 485002/866828
48.24/47.19	c cleaning 10002 clauses out of 20013 with flag 495000/876826
48.84/47.73	c cleaning 10000 clauses out of 20011 with flag 505000/886826
49.34/48.25	c cleaning 10000 clauses out of 20012 with flag 515001/896827
49.84/48.74	c cleaning 10001 clauses out of 20013 with flag 525002/906828
50.35/49.24	c cleaning 10001 clauses out of 20010 with flag 535000/916826
50.85/49.75	c cleaning 10001 clauses out of 20011 with flag 545002/926828
51.25/50.19	c cleaning 9994 clauses out of 20008 with flag 555000/936826
51.75/50.64	c cleaning 10003 clauses out of 20014 with flag 565000/946826
52.25/51.14	c cleaning 10002 clauses out of 20014 with flag 575003/956829
52.76/51.62	c cleaning 9998 clauses out of 20009 with flag 585000/966826
53.15/52.09	c cleaning 10003 clauses out of 20014 with flag 595003/976829
53.75/52.62	c cleaning 9997 clauses out of 20008 with flag 605000/986826
54.25/53.11	c cleaning 9997 clauses out of 20011 with flag 615000/996826
54.66/53.59	c cleaning 10001 clauses out of 20014 with flag 625000/1006826
55.16/54.09	c cleaning 10003 clauses out of 20014 with flag 635001/1016827
55.66/54.54	c cleaning 9998 clauses out of 20010 with flag 645000/1026826
56.07/55.00	c cleaning 9996 clauses out of 20014 with flag 655002/1036828
56.56/55.46	c cleaning 10000 clauses out of 20017 with flag 665001/1046827
57.07/55.95	c cleaning 9996 clauses out of 20016 with flag 675000/1056826
57.57/56.45	c cleaning 10001 clauses out of 20020 with flag 685000/1066826
58.07/56.93	c cleaning 10004 clauses out of 20020 with flag 695001/1076827
58.57/57.41	c cleaning 10003 clauses out of 20016 with flag 705001/1086827
59.07/57.91	c cleaning 10005 clauses out of 20015 with flag 715003/1096829
59.48/58.38	c cleaning 9995 clauses out of 20007 with flag 725000/1106826
59.97/58.84	c cleaning 10002 clauses out of 20013 with flag 735001/1116827
60.48/59.32	c cleaning 10000 clauses out of 20010 with flag 745000/1126826
60.87/59.77	c cleaning 10002 clauses out of 20012 with flag 755002/1136828
61.38/60.25	c cleaning 9995 clauses out of 20008 with flag 765000/1146826
61.88/60.71	c cleaning 9997 clauses out of 20013 with flag 775000/1156826
62.28/61.17	c cleaning 9999 clauses out of 20016 with flag 785000/1166826
62.78/61.65	c cleaning 10004 clauses out of 20018 with flag 795001/1176827
63.28/62.19	c cleaning 10000 clauses out of 20014 with flag 805001/1186827
63.79/62.70	c cleaning 10001 clauses out of 20014 with flag 815001/1196827
64.28/63.16	c cleaning 10002 clauses out of 20013 with flag 825001/1206827
64.79/63.63	c cleaning 10000 clauses out of 20012 with flag 835002/1216828
65.29/64.10	c cleaning 9998 clauses out of 20010 with flag 845000/1226826
65.69/64.59	c cleaning 10002 clauses out of 20012 with flag 855000/1236826
66.19/65.07	c cleaning 10000 clauses out of 20010 with flag 865000/1246826
66.69/65.55	c cleaning 10000 clauses out of 20011 with flag 875001/1256827
67.20/66.08	c cleaning 10000 clauses out of 20011 with flag 885001/1266827
67.69/66.57	c cleaning 9995 clauses out of 20010 with flag 895000/1276826
68.19/67.04	c cleaning 10003 clauses out of 20017 with flag 905002/1286828
68.69/67.57	c cleaning 9997 clauses out of 20013 with flag 915001/1296827
69.19/68.09	c cleaning 10004 clauses out of 20017 with flag 925002/1306828
69.69/68.58	c cleaning 9997 clauses out of 20011 with flag 935000/1316826
70.19/69.05	c cleaning 10002 clauses out of 20015 with flag 945001/1326827
70.70/69.54	c cleaning 10001 clauses out of 20012 with flag 955000/1336826
71.20/70.04	c cleaning 9999 clauses out of 20012 with flag 965001/1346827
71.70/70.56	c cleaning 9996 clauses out of 20012 with flag 975000/1356826
72.20/71.04	c cleaning 10006 clauses out of 20017 with flag 985001/1366827
72.70/71.51	c cleaning 10000 clauses out of 20010 with flag 995000/1376826
73.20/72.02	c cleaning 10005 clauses out of 20012 with flag 1005002/1386828
73.71/72.53	c cleaning 9995 clauses out of 20008 with flag 1015003/1396829
74.20/73.02	c cleaning 10001 clauses out of 20013 with flag 1025003/1406829
74.61/73.46	c cleaning 10001 clauses out of 20009 with flag 1035000/1416826
75.11/73.91	c cleaning 9999 clauses out of 20008 with flag 1045000/1426826
75.51/74.38	c cleaning 10001 clauses out of 20010 with flag 1055001/1436827
76.02/74.86	c cleaning 9997 clauses out of 20008 with flag 1065000/1446826
76.51/75.34	c cleaning 10002 clauses out of 20011 with flag 1075000/1456826
77.02/75.85	c cleaning 9999 clauses out of 20009 with flag 1085000/1466826
77.52/76.35	c cleaning 10001 clauses out of 20012 with flag 1095002/1476828
78.02/76.86	c cleaning 10002 clauses out of 20011 with flag 1105002/1486828
78.52/77.39	c cleaning 9996 clauses out of 20008 with flag 1115001/1496827
79.02/77.86	c cleaning 10003 clauses out of 20015 with flag 1125004/1506830
79.52/78.35	c cleaning 10001 clauses out of 20011 with flag 1135003/1516829
80.02/78.87	c cleaning 10000 clauses out of 20009 with flag 1145002/1526828
80.52/79.38	c cleaning 9995 clauses out of 20007 with flag 1155000/1536826
81.02/79.87	c cleaning 10000 clauses out of 20014 with flag 1165002/1546828
81.53/80.37	c cleaning 10001 clauses out of 20013 with flag 1175001/1556827
82.02/80.84	c cleaning 10002 clauses out of 20013 with flag 1185002/1566828
82.42/81.30	c cleaning 9993 clauses out of 20009 with flag 1195000/1576826
83.02/81.80	c cleaning 10003 clauses out of 20017 with flag 1205001/1586827
83.42/82.26	c cleaning 10003 clauses out of 20015 with flag 1215002/1596828
83.92/82.71	c cleaning 10003 clauses out of 20013 with flag 1225003/1606829
84.42/83.20	c cleaning 10001 clauses out of 20008 with flag 1235001/1616827
84.83/83.68	c cleaning 9998 clauses out of 20007 with flag 1245001/1626827
85.33/84.17	c cleaning 9992 clauses out of 20008 with flag 1255000/1636826
85.84/84.65	c cleaning 10006 clauses out of 20019 with flag 1265003/1646829
86.33/85.12	c cleaning 10004 clauses out of 20012 with flag 1275002/1656828
86.83/85.68	c cleaning 9998 clauses out of 20008 with flag 1285002/1666828
87.33/86.16	c cleaning 9995 clauses out of 20009 with flag 1295001/1676827
87.84/86.64	c cleaning 10002 clauses out of 20013 with flag 1305000/1686826
88.34/87.14	c cleaning 10002 clauses out of 20012 with flag 1315001/1696827
88.84/87.65	c cleaning 9999 clauses out of 20009 with flag 1325000/1706826
89.34/88.19	c cleaning 10002 clauses out of 20010 with flag 1335000/1716826
89.94/88.70	c cleaning 9998 clauses out of 20010 with flag 1345002/1726828
90.45/89.20	c cleaning 9998 clauses out of 20010 with flag 1355000/1736826
90.85/89.69	c cleaning 10003 clauses out of 20013 with flag 1365001/1746827
91.36/90.16	c cleaning 10001 clauses out of 20011 with flag 1375002/1756828
91.85/90.62	c cleaning 9995 clauses out of 20010 with flag 1385002/1766828
92.35/91.11	c cleaning 10003 clauses out of 20013 with flag 1395000/1776826
92.86/91.63	c cleaning 10000 clauses out of 20010 with flag 1405000/1786826
93.36/92.18	c cleaning 10002 clauses out of 20015 with flag 1415005/1796831
93.86/92.67	c cleaning 9995 clauses out of 20008 with flag 1425000/1806826
94.36/93.15	c cleaning 9998 clauses out of 20013 with flag 1435000/1816826
94.86/93.62	c cleaning 10003 clauses out of 20016 with flag 1445001/1826827
95.36/94.17	c cleaning 10002 clauses out of 20014 with flag 1455002/1836828
95.96/94.71	c cleaning 9997 clauses out of 20010 with flag 1465000/1846826
96.46/95.23	c cleaning 9996 clauses out of 20016 with flag 1475003/1856829
96.97/95.79	c cleaning 10003 clauses out of 20018 with flag 1485001/1866827
97.57/96.32	c cleaning 9998 clauses out of 20014 with flag 1495000/1876826
98.07/96.83	c cleaning 10002 clauses out of 20016 with flag 1505000/1886826
98.57/97.34	c cleaning 10001 clauses out of 20014 with flag 1515000/1896826
99.07/97.85	c cleaning 9996 clauses out of 20013 with flag 1525000/1906826
99.57/98.30	c cleaning 10002 clauses out of 20018 with flag 1535001/1916827
100.07/98.81	c cleaning 9998 clauses out of 20017 with flag 1545002/1926828
100.57/99.31	c cleaning 10002 clauses out of 20017 with flag 1555000/1936826
100.98/99.79	c cleaning 9999 clauses out of 20015 with flag 1565000/1946826
101.58/100.32	c cleaning 10004 clauses out of 20017 with flag 1575001/1956827
102.08/100.85	c cleaning 9999 clauses out of 20013 with flag 1585001/1966827
102.58/101.32	c cleaning 10002 clauses out of 20013 with flag 1595000/1976826
102.98/101.79	c cleaning 9998 clauses out of 20011 with flag 1605000/1986826
103.59/102.34	c cleaning 10004 clauses out of 20016 with flag 1615003/1996829
104.08/102.84	c cleaning 9999 clauses out of 20012 with flag 1625003/2006829
104.59/103.34	c cleaning 9999 clauses out of 20010 with flag 1635000/2016826
105.08/103.85	c cleaning 10001 clauses out of 20012 with flag 1645001/2026827
105.58/104.39	c cleaning 9999 clauses out of 20010 with flag 1655000/2036826
106.08/104.88	c cleaning 10001 clauses out of 20011 with flag 1665000/2046826
106.58/105.40	c cleaning 9996 clauses out of 20010 with flag 1675000/2056826
107.08/105.85	c cleaning 10000 clauses out of 20014 with flag 1685000/2066826
107.59/106.37	c cleaning 10001 clauses out of 20017 with flag 1695003/2076829
108.09/106.88	c cleaning 9998 clauses out of 20013 with flag 1705000/2086826
108.69/107.42	c cleaning 9998 clauses out of 20016 with flag 1715001/2096827
109.19/107.90	c cleaning 10006 clauses out of 20018 with flag 1725001/2106827
109.69/108.40	c cleaning 10001 clauses out of 20012 with flag 1735001/2116827
110.20/108.93	c cleaning 10001 clauses out of 20010 with flag 1745000/2126826
110.70/109.43	c cleaning 10002 clauses out of 20009 with flag 1755000/2136826
111.20/109.93	c cleaning 9999 clauses out of 20008 with flag 1765001/2146827
111.70/110.44	c cleaning 10002 clauses out of 20011 with flag 1775003/2156829
112.19/110.95	c cleaning 10000 clauses out of 20008 with flag 1785002/2166828
112.69/111.45	c cleaning 9996 clauses out of 20006 with flag 1795000/2176826
113.19/111.95	c cleaning 9998 clauses out of 20012 with flag 1805002/2186828
113.70/112.45	c cleaning 9992 clauses out of 20013 with flag 1815001/2196827
114.30/113.02	c cleaning 10003 clauses out of 20020 with flag 1825000/2206826
114.80/113.51	c cleaning 10000 clauses out of 20018 with flag 1835001/2216827
115.31/114.01	c cleaning 10004 clauses out of 20018 with flag 1845001/2226827
115.80/114.50	c cleaning 10000 clauses out of 20013 with flag 1855000/2236826
116.30/115.02	c cleaning 10000 clauses out of 20013 with flag 1865000/2246826
116.81/115.53	c cleaning 10001 clauses out of 20015 with flag 1875002/2256828
117.31/116.05	c cleaning 9998 clauses out of 20013 with flag 1885001/2266827
117.81/116.55	c cleaning 10003 clauses out of 20017 with flag 1895003/2276829
118.31/117.04	c cleaning 10002 clauses out of 20011 with flag 1905000/2286826
118.81/117.51	c cleaning 9999 clauses out of 20015 with flag 1915006/2296832
119.31/118.02	c cleaning 10000 clauses out of 20011 with flag 1925001/2306827
119.81/118.56	c cleaning 9995 clauses out of 20013 with flag 1935003/2316829
120.31/119.03	c cleaning 10003 clauses out of 20017 with flag 1945002/2326828
120.81/119.51	c cleaning 10000 clauses out of 20013 with flag 1955001/2336827
121.22/119.98	c cleaning 9999 clauses out of 20012 with flag 1965000/2346826
121.72/120.45	c cleaning 9999 clauses out of 20013 with flag 1975000/2356826
122.22/120.96	c cleaning 10005 clauses out of 20015 with flag 1985001/2366827
122.72/121.43	c cleaning 9998 clauses out of 20010 with flag 1995001/2376827
123.22/121.92	c cleaning 10000 clauses out of 20011 with flag 2005000/2386826
123.72/122.44	c cleaning 10002 clauses out of 20011 with flag 2015000/2396826
124.22/122.91	c cleaning 9999 clauses out of 20009 with flag 2025000/2406826
124.62/123.38	c cleaning 9993 clauses out of 20010 with flag 2035000/2416826
125.22/123.91	c cleaning 10004 clauses out of 20018 with flag 2045001/2426827
125.72/124.41	c cleaning 10002 clauses out of 20014 with flag 2055001/2436827
126.22/124.90	c cleaning 9995 clauses out of 20012 with flag 2065001/2446827
126.63/125.38	c cleaning 10003 clauses out of 20016 with flag 2075000/2456826
127.13/125.86	c cleaning 10002 clauses out of 20014 with flag 2085001/2466827
127.63/126.34	c cleaning 9998 clauses out of 20011 with flag 2095000/2476826
128.13/126.83	c cleaning 10001 clauses out of 20014 with flag 2105001/2486827
128.63/127.31	c cleaning 9998 clauses out of 20012 with flag 2115000/2496826
129.24/127.91	c cleaning 9997 clauses out of 20015 with flag 2125001/2506827
129.74/128.44	c cleaning 10002 clauses out of 20017 with flag 2135000/2516826
130.24/128.99	c cleaning 10003 clauses out of 20016 with flag 2145001/2526827
130.75/129.49	c cleaning 10003 clauses out of 20013 with flag 2155001/2536827
131.45/130.11	c cleaning 9994 clauses out of 20010 with flag 2165001/2546827
131.95/130.63	c cleaning 10004 clauses out of 20016 with flag 2175001/2556827
132.45/131.14	c cleaning 9994 clauses out of 20011 with flag 2185000/2566826
132.95/131.67	c cleaning 9999 clauses out of 20018 with flag 2195001/2576827
133.55/132.27	c cleaning 10000 clauses out of 20018 with flag 2205000/2586826
134.15/132.83	c cleaning 10003 clauses out of 20018 with flag 2215000/2596826
134.55/133.29	c cleaning 10005 clauses out of 20017 with flag 2225002/2606828
135.15/133.81	c cleaning 10001 clauses out of 20013 with flag 2235003/2616829
135.66/134.31	c cleaning 9996 clauses out of 20011 with flag 2245002/2626828
136.16/134.80	c cleaning 10000 clauses out of 20013 with flag 2255000/2636826
136.66/135.31	c cleaning 10000 clauses out of 20013 with flag 2265000/2646826
137.16/135.86	c cleaning 10003 clauses out of 20016 with flag 2275003/2656829
137.67/136.35	c cleaning 10000 clauses out of 20010 with flag 2285000/2666826
138.16/136.82	c cleaning 10000 clauses out of 20010 with flag 2295000/2676826
138.66/137.38	c cleaning 9994 clauses out of 20010 with flag 2305000/2686826
139.16/137.85	c cleaning 10004 clauses out of 20017 with flag 2315001/2696827
139.67/138.30	c cleaning 9998 clauses out of 20012 with flag 2325000/2706826
140.17/138.85	c cleaning 10003 clauses out of 20014 with flag 2335000/2716826
140.67/139.34	c cleaning 10000 clauses out of 20011 with flag 2345000/2726826
141.17/139.85	c cleaning 10002 clauses out of 20012 with flag 2355001/2736827
141.67/140.35	c cleaning 9997 clauses out of 20010 with flag 2365001/2746827
142.18/140.84	c cleaning 9995 clauses out of 20012 with flag 2375000/2756826
142.77/141.41	c cleaning 10003 clauses out of 20017 with flag 2385000/2766826
143.28/141.92	c cleaning 9995 clauses out of 20014 with flag 2395000/2776826
143.77/142.40	c cleaning 10006 clauses out of 20020 with flag 2405001/2786827
144.28/142.90	c cleaning 10002 clauses out of 20014 with flag 2415001/2796827
144.77/143.42	c cleaning 9990 clauses out of 20012 with flag 2425001/2806827
145.28/143.93	c cleaning 10009 clauses out of 20023 with flag 2435002/2816828
145.78/144.43	c cleaning 9998 clauses out of 20012 with flag 2445000/2826826
146.28/144.91	c cleaning 9994 clauses out of 20014 with flag 2455000/2836826
146.78/145.45	c cleaning 9997 clauses out of 20020 with flag 2465000/2846826
147.29/145.98	c cleaning 10004 clauses out of 20024 with flag 2475001/2856827
147.89/146.53	c cleaning 9999 clauses out of 20019 with flag 2485000/2866826
148.39/147.06	c cleaning 10003 clauses out of 20021 with flag 2495001/2876827
148.89/147.59	c cleaning 9992 clauses out of 20017 with flag 2505000/2886826
149.49/148.16	c cleaning 10004 clauses out of 20025 with flag 2515000/2896826
150.09/148.70	c cleaning 9997 clauses out of 20022 with flag 2525001/2906827
150.60/149.27	c cleaning 10005 clauses out of 20025 with flag 2535001/2916827
151.13/149.79	c cleaning 10001 clauses out of 20019 with flag 2545000/2926826
151.73/150.30	c cleaning 10002 clauses out of 20018 with flag 2555000/2936826
152.23/150.83	c cleaning 10004 clauses out of 20016 with flag 2565000/2946826
152.73/151.35	c cleaning 9999 clauses out of 20012 with flag 2575000/2956826
153.24/151.83	c cleaning 10002 clauses out of 20013 with flag 2585000/2966826
153.74/152.38	c cleaning 10003 clauses out of 20012 with flag 2595001/2976827
154.34/152.95	c cleaning 9999 clauses out of 20008 with flag 2605000/2986826
154.94/153.57	c cleaning 10001 clauses out of 20009 with flag 2615000/2996826
155.64/154.24	c cleaning 10000 clauses out of 20009 with flag 2625001/3006827
156.25/154.85	c cleaning 9999 clauses out of 20009 with flag 2635001/3016827
156.85/155.42	c cleaning 9995 clauses out of 20009 with flag 2645000/3026826
157.35/155.98	c cleaning 9995 clauses out of 20016 with flag 2655002/3036828
157.85/156.49	c cleaning 10003 clauses out of 20019 with flag 2665000/3046826
158.45/157.03	c cleaning 10002 clauses out of 20016 with flag 2675000/3056826
158.95/157.54	c cleaning 9999 clauses out of 20016 with flag 2685002/3066828
159.55/158.10	c cleaning 10001 clauses out of 20016 with flag 2695001/3076827
160.05/158.62	c cleaning 10004 clauses out of 20014 with flag 2705000/3086826
160.55/159.16	c cleaning 10004 clauses out of 20013 with flag 2715003/3096829
161.15/159.77	c cleaning 9999 clauses out of 20007 with flag 2725001/3106827
161.65/160.28	c cleaning 9996 clauses out of 20008 with flag 2735001/3116827
162.25/160.82	c cleaning 9998 clauses out of 20012 with flag 2745001/3126827
162.76/161.36	c cleaning 10001 clauses out of 20014 with flag 2755001/3136827
163.36/161.98	c cleaning 9997 clauses out of 20013 with flag 2765001/3146827
163.96/162.58	c cleaning 10002 clauses out of 20016 with flag 2775001/3156827
164.56/163.10	c cleaning 10002 clauses out of 20014 with flag 2785001/3166827
165.06/163.62	c cleaning 10001 clauses out of 20011 with flag 2795000/3176826
165.66/164.21	c cleaning 9987 clauses out of 20012 with flag 2805002/3186828
166.16/164.76	c cleaning 10009 clauses out of 20025 with flag 2815002/3196828
166.76/165.36	c cleaning 9988 clauses out of 20017 with flag 2825003/3206829
167.36/165.96	c cleaning 10001 clauses out of 20026 with flag 2835000/3216826
167.97/166.56	c cleaning 10003 clauses out of 20026 with flag 2845001/3226827
168.57/167.16	c cleaning 10001 clauses out of 20022 with flag 2855000/3236826
169.17/167.74	c cleaning 10006 clauses out of 20023 with flag 2865002/3246828
169.78/168.34	c cleaning 10004 clauses out of 20016 with flag 2875001/3256827
170.37/168.92	c cleaning 10000 clauses out of 20011 with flag 2885000/3266826
170.97/169.58	c cleaning 9992 clauses out of 20014 with flag 2895003/3276829
171.59/170.19	c cleaning 10004 clauses out of 20018 with flag 2905000/3286826
172.19/170.71	c cleaning 10001 clauses out of 20015 with flag 2915001/3296827
172.69/171.24	c cleaning 10000 clauses out of 20014 with flag 2925001/3306827
173.30/171.80	c cleaning 10004 clauses out of 20014 with flag 2935001/3316827
173.80/172.35	c cleaning 9999 clauses out of 20010 with flag 2945001/3326827
174.50/173.07	c cleaning 9989 clauses out of 20010 with flag 2955000/3336826
175.20/173.73	c cleaning 10004 clauses out of 20022 with flag 2965001/3346827
175.70/174.22	c starts		: 285
175.70/174.22	c conflicts		: 3354108
175.70/174.22	c decisions		: 5161976
175.70/174.22	c propagations		: 172921937
175.70/174.22	c inspects		: 1730597422
175.70/174.22	c shortcuts		: 0
175.70/174.22	c learnt literals	: 3
175.70/174.22	c learnt binary clauses	: 27
175.70/174.22	c learnt ternary clauses	: 903
175.70/174.22	c learnt constraints	: 3354104
175.70/174.22	c ignored constraints	: 0
175.70/174.22	c root simplifications	: 0
175.70/174.22	c removed literals (reason simplification)	: 16843865
175.70/174.22	c reason swapping (by a shorter reason)	: 0
175.70/174.22	c Calls to reduceDB	: 341
175.70/174.22	c number of reductions to clauses (during analyze)	: 0
175.70/174.22	c number of learned constraints concerned by reduction	: 0
175.70/174.22	c number of learning phase by resolution	: 0
175.70/174.22	c number of learning phase by cutting planes	: 0
175.70/174.22	c speed (assignments/second)	: 1141466.733997399
175.70/174.22	c non guided choices	4368
175.70/174.22	c learnt constraints type 
175.70/174.22	c constraints type 
175.70/174.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
175.70/174.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
175.70/174.22	s OPTIMUM FOUND
175.70/174.22	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 
175.70/174.22	c objective function=1
175.70/174.22	c Total wall clock time (in seconds): 174.11

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492190-1307911671/watcher-3492190-1307911671 -o /var/tmp/evaluation-result-3492190-1307911671/solver-3492190-1307911671 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492190-1307911671.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.03 2.04 1.95 2/195 14010
/proc/meminfo: memFree=775684/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/14010/stat : 14010 (java) R 14008 14010 10203 0 -1 4202496 952 0 0 0 0 0 0 0 23 0 1 0 902765752 23580672 693 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251809277841 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14010/statm: 5757 693 510 9 0 124 0

[startup+0.069539 s]
/proc/loadavg: 2.03 2.04 1.95 2/195 14010
/proc/meminfo: memFree=775684/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 11780 0 1 0 4 1 0 0 23 0 18 0 902765752 10724302848 11474 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2618238 11474 1742 9 0 2608972 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100533 s]
/proc/loadavg: 2.03 2.04 1.95 2/195 14010
/proc/meminfo: memFree=775684/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10605176 CPUtime=0.11 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 13091 0 1 0 9 2 0 0 23 0 18 0 902765752 10859700224 12750 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2651294 12750 2092 9 0 2642028 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10605176

[startup+0.300503 s]
/proc/loadavg: 2.03 2.04 1.95 2/195 14010
/proc/meminfo: memFree=775684/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10607696 CPUtime=0.49 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 16970 0 1 0 47 2 0 0 23 0 18 0 902765752 10862280704 15824 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2651924 15825 2204 9 0 2642658 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10607696

[startup+0.700434 s]
/proc/loadavg: 2.03 2.04 1.95 2/195 14010
/proc/meminfo: memFree=775684/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10611312 CPUtime=1.56 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 23152 0 1 0 153 3 0 0 23 0 19 0 902765752 10865983488 19408 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2652828 19408 2235 9 0 2643562 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 10611312

[startup+1.5013 s]
/proc/loadavg: 2.03 2.04 1.95 3/214 14029
/proc/meminfo: memFree=700288/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10611312 CPUtime=2.37 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 26038 0 1 0 233 4 0 0 23 0 19 0 902765752 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2652828 22293 2237 9 0 2643562 0
[pid=14010/tid=14012] ppid=14008 vsize=10611312 CPUtime=1.48 cores=1,3,5,7
/proc/14010/task/14012/stat : 14012 (java) R 14008 14010 10203 0 -1 4202560 17823 0 1 0 145 3 0 0 25 0 19 0 902765753 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 46912505680671 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14010/tid=14013] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14013/stat : 14013 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14014] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14014/stat : 14014 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14015] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14015/stat : 14015 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14016] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14016/stat : 14016 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14017] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14017/stat : 14017 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14018] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14018/stat : 14018 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14019] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14019/stat : 14019 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14020] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14020/stat : 14020 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765755 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14021] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14021/stat : 14021 (java) S 14008 14010 10203 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 0 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14022] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14022/stat : 14022 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902765756 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14023] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14023/stat : 14023 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765756 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14024] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14024/stat : 14024 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826063793 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14025] ppid=14008 vsize=10611312 CPUtime=0.45 cores=1,3,5,7
/proc/14010/task/14025/stat : 14025 (java) S 14008 14010 10203 0 -1 4202560 4398 0 0 0 45 0 0 0 25 0 19 0 902765758 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14026] ppid=14008 vsize=10611312 CPUtime=0.41 cores=1,3,5,7
/proc/14010/task/14026/stat : 14026 (java) S 14008 14010 10203 0 -1 4202560 2654 0 0 0 41 0 0 0 25 0 19 0 902765758 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14027] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14027/stat : 14027 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14028] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14028/stat : 14028 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902765758 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14029] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14029/stat : 14029 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765789 10865983488 22293 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 10611312

[startup+3.10103 s]
/proc/loadavg: 2.03 2.04 1.95 3/214 14029
/proc/meminfo: memFree=689972/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10611312 CPUtime=4.05 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 30220 0 1 0 401 4 0 0 23 0 19 0 902765752 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2652828 26468 2263 9 0 2643562 0
[pid=14010/tid=14012] ppid=14008 vsize=10611312 CPUtime=3.06 cores=1,3,5,7
/proc/14010/task/14012/stat : 14012 (java) R 14008 14010 10203 0 -1 4202560 20092 0 1 0 303 3 0 0 25 0 19 0 902765753 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 46912505700886 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14010/tid=14013] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14013/stat : 14013 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14014] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14014/stat : 14014 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14015] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14015/stat : 14015 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14016] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14016/stat : 14016 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14017] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14017/stat : 14017 (java) S 14008 14010 10203 0 -1 4202560 278 0 0 0 0 0 0 0 17 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14018] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14018/stat : 14018 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14019] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14019/stat : 14019 (java) S 14008 14010 10203 0 -1 4202560 295 0 0 0 0 0 0 0 17 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14020] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14020/stat : 14020 (java) S 14008 14010 10203 0 -1 4202560 364 0 0 0 0 0 0 0 18 0 19 0 902765755 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14021] ppid=14008 vsize=10611312 CPUtime=0.01 cores=1,3,5,7
/proc/14010/task/14021/stat : 14021 (java) S 14008 14010 10203 0 -1 4202560 925 0 0 0 1 0 0 0 16 0 19 0 902765756 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 0 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14022] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14022/stat : 14022 (java) S 14008 14010 10203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14023] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14023/stat : 14023 (java) S 14008 14010 10203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14024] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14024/stat : 14024 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826063793 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14025] ppid=14008 vsize=10611312 CPUtime=0.48 cores=1,3,5,7
/proc/14010/task/14025/stat : 14025 (java) S 14008 14010 10203 0 -1 4202560 4408 0 0 0 48 0 0 0 15 0 19 0 902765758 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14026] ppid=14008 vsize=10611312 CPUtime=0.45 cores=1,3,5,7
/proc/14010/task/14026/stat : 14026 (java) S 14008 14010 10203 0 -1 4202560 2700 0 0 0 45 0 0 0 15 0 19 0 902765758 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14027] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14027/stat : 14027 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14028] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14028/stat : 14028 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902765758 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14029] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14029/stat : 14029 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765789 10865983488 26468 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 10611312

[startup+6.30049 s]
/proc/loadavg: 2.02 2.04 1.95 3/214 14029
/proc/meminfo: memFree=675592/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10611312 CPUtime=7.31 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 30787 0 1 0 726 5 0 0 23 0 19 0 902765752 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2652828 27019 2263 9 0 2643562 0
[pid=14010/tid=14012] ppid=14008 vsize=10611312 CPUtime=6.14 cores=1,3,5,7
/proc/14010/task/14012/stat : 14012 (java) R 14008 14010 10203 0 -1 4202560 20101 0 1 0 611 3 0 0 25 0 19 0 902765753 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 46912505799450 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14010/tid=14013] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14013/stat : 14013 (java) S 14008 14010 10203 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14014] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14014/stat : 14014 (java) S 14008 14010 10203 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14015] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14015/stat : 14015 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14016] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14016/stat : 14016 (java) S 14008 14010 10203 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14017] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14017/stat : 14017 (java) S 14008 14010 10203 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14018] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14018/stat : 14018 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14019] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14019/stat : 14019 (java) S 14008 14010 10203 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14020] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14020/stat : 14020 (java) S 14008 14010 10203 0 -1 4202560 364 0 0 0 0 0 0 0 15 0 19 0 902765755 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14021] ppid=14008 vsize=10611312 CPUtime=0.12 cores=1,3,5,7
/proc/14010/task/14021/stat : 14021 (java) S 14008 14010 10203 0 -1 4202560 1166 0 0 0 12 0 0 0 16 0 19 0 902765756 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 0 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14022] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14022/stat : 14022 (java) S 14008 14010 10203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14023] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14023/stat : 14023 (java) S 14008 14010 10203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14024] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14024/stat : 14024 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826063793 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14025] ppid=14008 vsize=10611312 CPUtime=0.53 cores=1,3,5,7
/proc/14010/task/14025/stat : 14025 (java) S 14008 14010 10203 0 -1 4202560 4421 0 0 0 53 0 0 0 15 0 19 0 902765758 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14026] ppid=14008 vsize=10611312 CPUtime=0.45 cores=1,3,5,7
/proc/14010/task/14026/stat : 14026 (java) S 14008 14010 10203 0 -1 4202560 2700 0 0 0 45 0 0 0 15 0 19 0 902765758 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14027] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14027/stat : 14027 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14028] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14028/stat : 14028 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902765758 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14029] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14029/stat : 14029 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765789 10865983488 27019 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 10611312

[startup+12.7014 s]

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

/proc/14010/task/14013/stat : 14013 (java) S 14008 14010 10203 0 -1 4202560 82 0 0 0 11 0 0 0 15 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14014] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14014/stat : 14014 (java) S 14008 14010 10203 0 -1 4202560 232 0 0 0 9 0 0 0 16 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14015] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14015/stat : 14015 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14016] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14016/stat : 14016 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 9 0 0 0 15 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14017] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14017/stat : 14017 (java) S 14008 14010 10203 0 -1 4202560 295 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14018] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14018/stat : 14018 (java) S 14008 14010 10203 0 -1 4202560 20 0 0 0 10 0 0 0 16 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14019] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14019/stat : 14019 (java) S 14008 14010 10203 0 -1 4202560 312 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14020] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14020/stat : 14020 (java) S 14008 14010 10203 0 -1 4202560 380 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14021] ppid=14008 vsize=10611312 CPUtime=5.65 cores=1,3,5,7
/proc/14010/task/14021/stat : 14021 (java) S 14008 14010 10203 0 -1 4202560 1753 0 0 0 564 1 0 0 15 0 19 0 902765756 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 0 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14022] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14022/stat : 14022 (java) S 14008 14010 10203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14023] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14023/stat : 14023 (java) S 14008 14010 10203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14024] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14024/stat : 14024 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826063793 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14025] ppid=14008 vsize=10611312 CPUtime=0.57 cores=1,3,5,7
/proc/14010/task/14025/stat : 14025 (java) S 14008 14010 10203 0 -1 4202560 4429 0 0 0 57 0 0 0 16 0 19 0 902765758 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14026] ppid=14008 vsize=10611312 CPUtime=0.47 cores=1,3,5,7
/proc/14010/task/14026/stat : 14026 (java) S 14008 14010 10203 0 -1 4202560 2703 0 0 0 47 0 0 0 15 0 19 0 902765758 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14027] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14027/stat : 14027 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14028] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14028/stat : 14028 (java) S 14008 14010 10203 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902765758 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14029] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14029/stat : 14029 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765789 10865983488 27712 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175
Current children cumulated vsize (KiB) 10611312

[startup+173.901 s]
/proc/loadavg: 2.00 2.02 1.96 3/214 14034
/proc/meminfo: memFree=671484/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10611312 CPUtime=175.4 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 31836 0 1 0 17531 9 0 0 23 0 19 0 902765752 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2652828 27713 2264 9 0 2643562 0
[pid=14010/tid=14012] ppid=14008 vsize=10611312 CPUtime=167.77 cores=1,3,5,7
/proc/14010/task/14012/stat : 14012 (java) R 14008 14010 10203 0 -1 4202560 20434 0 1 0 16774 3 0 0 25 0 19 0 902765753 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 46912505680639 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14010/tid=14013] ppid=14008 vsize=10611312 CPUtime=0.11 cores=1,3,5,7
/proc/14010/task/14013/stat : 14013 (java) S 14008 14010 10203 0 -1 4202560 82 0 0 0 11 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14014] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14014/stat : 14014 (java) S 14008 14010 10203 0 -1 4202560 232 0 0 0 9 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14015] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14015/stat : 14015 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 10 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14016] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14016/stat : 14016 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 9 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14017] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14017/stat : 14017 (java) S 14008 14010 10203 0 -1 4202560 295 0 0 0 10 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14018] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14018/stat : 14018 (java) S 14008 14010 10203 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14019] ppid=14008 vsize=10611312 CPUtime=0.11 cores=1,3,5,7
/proc/14010/task/14019/stat : 14019 (java) S 14008 14010 10203 0 -1 4202560 312 0 0 0 11 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14020] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14020/stat : 14020 (java) S 14008 14010 10203 0 -1 4202560 380 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14021] ppid=14008 vsize=10611312 CPUtime=5.67 cores=1,3,5,7
/proc/14010/task/14021/stat : 14021 (java) S 14008 14010 10203 0 -1 4202560 1754 0 0 0 566 1 0 0 15 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 0 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14022] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14022/stat : 14022 (java) S 14008 14010 10203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14023] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14023/stat : 14023 (java) S 14008 14010 10203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14024] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14024/stat : 14024 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826063793 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14025] ppid=14008 vsize=10611312 CPUtime=0.57 cores=1,3,5,7
/proc/14010/task/14025/stat : 14025 (java) S 14008 14010 10203 0 -1 4202560 4429 0 0 0 57 0 0 0 16 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14026] ppid=14008 vsize=10611312 CPUtime=0.47 cores=1,3,5,7
/proc/14010/task/14026/stat : 14026 (java) S 14008 14010 10203 0 -1 4202560 2703 0 0 0 47 0 0 0 15 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14027] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14027/stat : 14027 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14028] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14028/stat : 14028 (java) S 14008 14010 10203 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14029] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14029/stat : 14029 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765789 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175.4
Current children cumulated vsize (KiB) 10611312

[startup+174.101 s]
/proc/loadavg: 2.00 2.02 1.96 3/214 14034
/proc/meminfo: memFree=671484/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10611312 CPUtime=175.6 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 31836 0 1 0 17551 9 0 0 23 0 19 0 902765752 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2652828 27713 2264 9 0 2643562 0
[pid=14010/tid=14012] ppid=14008 vsize=10611312 CPUtime=167.97 cores=1,3,5,7
/proc/14010/task/14012/stat : 14012 (java) R 14008 14010 10203 0 -1 4202560 20434 0 1 0 16794 3 0 0 25 0 19 0 902765753 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 46912505701120 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14010/tid=14013] ppid=14008 vsize=10611312 CPUtime=0.11 cores=1,3,5,7
/proc/14010/task/14013/stat : 14013 (java) S 14008 14010 10203 0 -1 4202560 82 0 0 0 11 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14014] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14014/stat : 14014 (java) S 14008 14010 10203 0 -1 4202560 232 0 0 0 9 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14015] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14015/stat : 14015 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 10 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14016] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14016/stat : 14016 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 9 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14017] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14017/stat : 14017 (java) S 14008 14010 10203 0 -1 4202560 295 0 0 0 10 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14018] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14018/stat : 14018 (java) S 14008 14010 10203 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14019] ppid=14008 vsize=10611312 CPUtime=0.11 cores=1,3,5,7
/proc/14010/task/14019/stat : 14019 (java) S 14008 14010 10203 0 -1 4202560 312 0 0 0 11 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14020] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14020/stat : 14020 (java) S 14008 14010 10203 0 -1 4202560 380 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14021] ppid=14008 vsize=10611312 CPUtime=5.67 cores=1,3,5,7
/proc/14010/task/14021/stat : 14021 (java) S 14008 14010 10203 0 -1 4202560 1754 0 0 0 566 1 0 0 15 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 0 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14022] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14022/stat : 14022 (java) S 14008 14010 10203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14023] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14023/stat : 14023 (java) S 14008 14010 10203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14024] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14024/stat : 14024 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826063793 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14025] ppid=14008 vsize=10611312 CPUtime=0.57 cores=1,3,5,7
/proc/14010/task/14025/stat : 14025 (java) S 14008 14010 10203 0 -1 4202560 4429 0 0 0 57 0 0 0 16 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14026] ppid=14008 vsize=10611312 CPUtime=0.47 cores=1,3,5,7
/proc/14010/task/14026/stat : 14026 (java) S 14008 14010 10203 0 -1 4202560 2703 0 0 0 47 0 0 0 15 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14027] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14027/stat : 14027 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14028] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14028/stat : 14028 (java) S 14008 14010 10203 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14029] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14029/stat : 14029 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765789 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175.6
Current children cumulated vsize (KiB) 10611312

[startup+174.201 s]
/proc/loadavg: 2.00 2.02 1.96 3/214 14034
/proc/meminfo: memFree=671484/32950928 swapFree=67050636/67111528
[pid=14010] ppid=14008 vsize=10611312 CPUtime=175.7 cores=1,3,5,7
/proc/14010/stat : 14010 (java) S 14008 14010 10203 0 -1 4202496 31836 0 1 0 17561 9 0 0 23 0 19 0 902765752 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14010/statm: 2652828 27713 2264 9 0 2643562 0
[pid=14010/tid=14012] ppid=14008 vsize=10611312 CPUtime=168.07 cores=1,3,5,7
/proc/14010/task/14012/stat : 14012 (java) R 14008 14010 10203 0 -1 4202560 20434 0 1 0 16804 3 0 0 25 0 19 0 902765753 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 46912505709697 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14010/tid=14013] ppid=14008 vsize=10611312 CPUtime=0.11 cores=1,3,5,7
/proc/14010/task/14013/stat : 14013 (java) S 14008 14010 10203 0 -1 4202560 82 0 0 0 11 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14014] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14014/stat : 14014 (java) S 14008 14010 10203 0 -1 4202560 232 0 0 0 9 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14015] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14015/stat : 14015 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 10 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14016] ppid=14008 vsize=10611312 CPUtime=0.09 cores=1,3,5,7
/proc/14010/task/14016/stat : 14016 (java) S 14008 14010 10203 0 -1 4202560 16 0 0 0 9 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
[pid=14010/tid=14017] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14017/stat : 14017 (java) S 14008 14010 10203 0 -1 4202560 295 0 0 0 10 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14018] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14018/stat : 14018 (java) S 14008 14010 10203 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14019] ppid=14008 vsize=10611312 CPUtime=0.11 cores=1,3,5,7
/proc/14010/task/14019/stat : 14019 (java) S 14008 14010 10203 0 -1 4202560 312 0 0 0 11 0 0 0 16 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14020] ppid=14008 vsize=10611312 CPUtime=0.1 cores=1,3,5,7
/proc/14010/task/14020/stat : 14020 (java) S 14008 14010 10203 0 -1 4202560 380 0 0 0 10 0 0 0 15 0 19 0 902765755 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14021] ppid=14008 vsize=10611312 CPUtime=5.67 cores=1,3,5,7
/proc/14010/task/14021/stat : 14021 (java) S 14008 14010 10203 0 -1 4202560 1754 0 0 0 566 1 0 0 15 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 0 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14022] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14022/stat : 14022 (java) S 14008 14010 10203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14023] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14023/stat : 14023 (java) S 14008 14010 10203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902765756 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14024] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14024/stat : 14024 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826063793 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14025] ppid=14008 vsize=10611312 CPUtime=0.57 cores=1,3,5,7
/proc/14010/task/14025/stat : 14025 (java) S 14008 14010 10203 0 -1 4202560 4429 0 0 0 57 0 0 0 16 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14026] ppid=14008 vsize=10611312 CPUtime=0.47 cores=1,3,5,7
/proc/14010/task/14026/stat : 14026 (java) S 14008 14010 10203 0 -1 4202560 2703 0 0 0 47 0 0 0 15 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 1 0 0 0
[pid=14010/tid=14027] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14027/stat : 14027 (java) S 14008 14010 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056089 0 4 0 16800975 18446604458766301184 0 0 -1 3 0 0 0
[pid=14010/tid=14028] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14028/stat : 14028 (java) S 14008 14010 10203 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902765758 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 5 0 0 0
[pid=14010/tid=14029] ppid=14008 vsize=10611312 CPUtime=0 cores=1,3,5,7
/proc/14010/task/14029/stat : 14029 (java) S 14008 14010 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902765789 10865983488 27713 33554432000 1073741824 1073778376 140737035683824 18446744073709551615 251826056704 0 4 0 16800975 18446604458766301184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175.7
Current children cumulated vsize (KiB) 10611312

Child status: 30
Real time (s): 174.229
CPU time (s): 175.739
CPU user time (s): 175.641
CPU system time (s): 0.097985
CPU usage (%): 100.867
Max. virtual memory (cumulated for all children) (KiB): 10611312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.641
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31862
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= 12437
involuntary context switches= 4657

runsolver used 0.292955 second user time and 0.676897 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-12 22:47:51
IDJOB=3492190
IDBENCH=79311
IDSOLVER=1982
FILE ID=node126/3492190-1307911671
RUNJOBID= node126-1307908863-13199
PBS_JOBID= 13559580
Free space on /var/tmp= 2888 MiB

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

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=791027517

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:        775840 kB
Buffers:         63728 kB
Cached:       30591312 kB
SwapCached:      14604 kB
Active:       16298512 kB
Inactive:     14915944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        775840 kB
SwapTotal:    67111528 kB
SwapFree:     67050636 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:      557288 kB
Mapped:          17592 kB
Slab:           894916 kB
PageTables:       5896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10546056 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= 2888 MiB
End job on node126 at 2011-06-12 22:50:45