Trace number 3492008

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 102.946 101.334

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492008-1307910662.wbo
0.10/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.2s.
0.50/0.30	c #vars     2016
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2589
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.79/0.43	c SATISFIABLE
0.79/0.43	c OPTIMIZING...
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.79/0.43	o 530
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.369
0.79/0.47	o 502
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.404
1.07/0.51	o 311
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.422
1.07/0.53	o 288
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.07/0.55	o 284
1.07/0.57	c Got one! Elapsed wall clock time (in seconds):0.467
1.07/0.57	o 279
1.07/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
1.07/0.58	o 183
1.34/0.62	c Got one! Elapsed wall clock time (in seconds):0.521
1.34/0.62	o 157
1.34/0.65	c Got one! Elapsed wall clock time (in seconds):0.543
1.34/0.65	o 154
1.34/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
1.34/0.68	o 137
1.46/0.76	c Got one! Elapsed wall clock time (in seconds):0.659
1.46/0.76	o 129
1.57/0.89	c Got one! Elapsed wall clock time (in seconds):0.789
1.57/0.89	o 125
1.67/0.94	c Got one! Elapsed wall clock time (in seconds):0.834
1.67/0.94	o 93
1.67/0.99	c Got one! Elapsed wall clock time (in seconds):0.889
1.67/0.99	o 84
1.77/1.06	c Got one! Elapsed wall clock time (in seconds):0.96
1.77/1.06	o 69
1.87/1.15	c Got one! Elapsed wall clock time (in seconds):1.046
1.87/1.15	o 60
1.96/1.26	c Got one! Elapsed wall clock time (in seconds):1.156
1.96/1.26	o 45
2.16/1.45	c Got one! Elapsed wall clock time (in seconds):1.349
2.16/1.45	o 40
2.47/1.77	c Got one! Elapsed wall clock time (in seconds):1.666
2.47/1.77	o 35
2.59/1.85	c Got one! Elapsed wall clock time (in seconds):1.744
2.59/1.85	o 26
2.79/2.07	c cleaning 6368 clauses out of 12739 with flag 2000/12739
3.03/2.25	c Got one! Elapsed wall clock time (in seconds):2.144
3.03/2.25	o 25
3.32/2.58	c cleaning 6006 clauses out of 12017 with flag 4000/18385
3.53/2.78	c Got one! Elapsed wall clock time (in seconds):2.672
3.53/2.78	o 22
3.83/3.03	c cleaning 5977 clauses out of 11956 with flag 3002/24330
3.98/3.10	c Got one! Elapsed wall clock time (in seconds):2.998
3.98/3.10	o 21
4.38/3.54	c Got one! Elapsed wall clock time (in seconds):3.441
4.38/3.54	o 20
4.48/3.64	c cleaning 6443 clauses out of 12893 with flag 1001/31244
4.99/4.13	c cleaning 6222 clauses out of 12449 with flag 7000/37243
5.29/4.41	c Got one! Elapsed wall clock time (in seconds):4.309
5.29/4.41	o 16
5.39/4.58	c cleaning 6029 clauses out of 12067 with flag 2001/43083
5.89/5.01	c cleaning 6012 clauses out of 12037 with flag 8000/49082
5.89/5.09	c Got one! Elapsed wall clock time (in seconds):4.981
5.89/5.09	o 13
6.19/5.37	c cleaning 5535 clauses out of 11081 with flag 4002/54138
6.40/5.58	c Got one! Elapsed wall clock time (in seconds):5.475
6.40/5.58	o 10
6.59/5.72	c cleaning 5495 clauses out of 11000 with flag 2002/59592
6.59/5.76	c Got one! Elapsed wall clock time (in seconds):5.654
6.59/5.76	o 9
6.79/5.95	c Got one! Elapsed wall clock time (in seconds):5.842
6.79/5.95	o 5
6.99/6.19	c cleaning 5835 clauses out of 11676 with flag 3000/65763
7.40/6.55	c cleaning 5917 clauses out of 11841 with flag 9000/71763
7.79/6.93	c cleaning 6457 clauses out of 12924 with flag 16000/78763
8.20/7.39	c cleaning 7227 clauses out of 14469 with flag 24002/86765
8.70/7.86	c cleaning 8112 clauses out of 16240 with flag 33000/95763
9.30/8.40	c cleaning 9053 clauses out of 18128 with flag 43000/105763
9.81/8.97	c cleaning 9526 clauses out of 19077 with flag 53002/115765
10.41/9.52	c cleaning 9769 clauses out of 19549 with flag 63000/125763
10.91/10.06	c cleaning 9887 clauses out of 19780 with flag 73000/135763
11.41/10.59	c cleaning 9937 clauses out of 19894 with flag 83001/145764
12.01/11.12	c cleaning 9966 clauses out of 19956 with flag 93000/155763
12.51/11.62	c cleaning 9989 clauses out of 19990 with flag 103000/165763
13.02/12.17	c cleaning 9990 clauses out of 20001 with flag 113000/175763
13.61/12.71	c cleaning 10003 clauses out of 20011 with flag 123000/185763
14.12/13.28	c cleaning 9994 clauses out of 20008 with flag 133000/195763
14.71/13.85	c cleaning 9995 clauses out of 20015 with flag 143001/205764
15.22/14.33	c cleaning 10003 clauses out of 20019 with flag 153000/215763
15.72/14.81	c cleaning 10004 clauses out of 20019 with flag 163003/225766
16.22/15.30	c cleaning 10000 clauses out of 20013 with flag 173001/235764
16.72/15.86	c cleaning 10000 clauses out of 20013 with flag 183001/245764
17.22/16.40	c cleaning 10001 clauses out of 20012 with flag 193000/255763
17.82/16.94	c cleaning 10000 clauses out of 20012 with flag 203001/265764
18.33/17.47	c cleaning 10002 clauses out of 20015 with flag 213004/275767
18.83/17.97	c cleaning 10001 clauses out of 20011 with flag 223002/285765
19.43/18.54	c cleaning 10000 clauses out of 20011 with flag 233003/295766
19.73/18.88	c Got one! Elapsed wall clock time (in seconds):18.775
19.73/18.88	o 3
20.13/19.25	c cleaning 11160 clauses out of 22330 with flag 5000/308085
20.53/19.61	c cleaning 8570 clauses out of 17171 with flag 11001/314086
20.83/19.97	c cleaning 7793 clauses out of 15600 with flag 18000/321085
21.24/20.38	c cleaning 7895 clauses out of 15808 with flag 26001/329086
21.64/20.80	c cleaning 8449 clauses out of 16914 with flag 35002/338087
22.16/21.27	c cleaning 9224 clauses out of 18464 with flag 45001/348086
22.66/21.78	c cleaning 9614 clauses out of 19239 with flag 55000/358085
23.16/22.24	c cleaning 9810 clauses out of 19629 with flag 65004/368089
23.66/22.71	c cleaning 9904 clauses out of 19817 with flag 75002/378087
23.77/22.87	c Got one! Elapsed wall clock time (in seconds):22.768
23.77/22.87	o 2
23.87/23.00	c cleaning 7845 clauses out of 15702 with flag 2000/383876
24.27/23.34	c cleaning 6921 clauses out of 13857 with flag 8000/389876
24.68/23.73	c cleaning 6965 clauses out of 13940 with flag 15004/396880
25.08/24.18	c cleaning 7479 clauses out of 14973 with flag 23002/404878
25.68/24.74	c cleaning 8242 clauses out of 16494 with flag 32002/413878
26.29/25.36	c cleaning 9121 clauses out of 18250 with flag 42000/423876
26.78/25.88	c cleaning 9557 clauses out of 19129 with flag 52000/433876
27.39/26.41	c cleaning 9781 clauses out of 19572 with flag 62000/443876
27.49/26.59	c Got one! Elapsed wall clock time (in seconds):26.491
27.49/26.60	o 1
27.69/26.73	c cleaning 7880 clauses out of 15771 with flag 2000/449856
27.99/27.09	c cleaning 6942 clauses out of 13891 with flag 8000/455856
28.39/27.43	c cleaning 6970 clauses out of 13950 with flag 15001/462857
28.79/27.82	c cleaning 7488 clauses out of 14980 with flag 23001/470857
29.19/28.28	c cleaning 8240 clauses out of 16491 with flag 32000/479856
29.69/28.75	c cleaning 9122 clauses out of 18252 with flag 42001/489857
30.19/29.21	c cleaning 9554 clauses out of 19129 with flag 52000/499856
30.60/29.67	c cleaning 9781 clauses out of 19578 with flag 62003/509859
31.09/30.14	c cleaning 9891 clauses out of 19795 with flag 72001/519857
31.59/30.63	c cleaning 9946 clauses out of 19904 with flag 82001/529857
32.09/31.11	c cleaning 9966 clauses out of 19957 with flag 92000/539856
32.49/31.57	c cleaning 9989 clauses out of 19993 with flag 102002/549858
32.99/32.06	c cleaning 9998 clauses out of 20002 with flag 112000/559856
33.50/32.58	c cleaning 9996 clauses out of 20004 with flag 122000/569856
34.00/33.08	c cleaning 9996 clauses out of 20008 with flag 132000/579856
34.50/33.57	c cleaning 10005 clauses out of 20014 with flag 142002/589858
35.11/34.13	c cleaning 9995 clauses out of 20008 with flag 152001/599857
35.60/34.62	c cleaning 10000 clauses out of 20012 with flag 162000/609856
36.11/35.14	c cleaning 9996 clauses out of 20012 with flag 172000/619856
36.60/35.69	c cleaning 10008 clauses out of 20017 with flag 182001/629857
37.10/36.17	c cleaning 9998 clauses out of 20010 with flag 192002/639858
37.61/36.63	c cleaning 9993 clauses out of 20010 with flag 202000/649856
38.11/37.12	c cleaning 10000 clauses out of 20019 with flag 212002/659858
38.51/37.57	c cleaning 10002 clauses out of 20018 with flag 222001/669857
39.01/38.08	c cleaning 10001 clauses out of 20017 with flag 232002/679858
39.51/38.59	c cleaning 9995 clauses out of 20014 with flag 242000/689856
40.01/39.06	c cleaning 10006 clauses out of 20021 with flag 252002/699858
40.51/39.53	c cleaning 10003 clauses out of 20015 with flag 262002/709858
41.01/40.00	c cleaning 10000 clauses out of 20010 with flag 272000/719856
41.41/40.49	c cleaning 10000 clauses out of 20013 with flag 282003/729859
41.91/40.97	c cleaning 10001 clauses out of 20012 with flag 292002/739858
42.41/41.44	c cleaning 10001 clauses out of 20011 with flag 302002/749858
42.91/41.93	c cleaning 9998 clauses out of 20010 with flag 312002/759858
43.42/42.47	c cleaning 10000 clauses out of 20011 with flag 322001/769857
43.92/42.99	c cleaning 9997 clauses out of 20012 with flag 332002/779858
44.42/43.48	c cleaning 10005 clauses out of 20017 with flag 342004/789860
44.93/43.95	c cleaning 10001 clauses out of 20012 with flag 352004/799860
45.42/44.43	c cleaning 9992 clauses out of 20007 with flag 362000/809856
45.92/44.93	c cleaning 10004 clauses out of 20015 with flag 372000/819856
46.42/45.44	c cleaning 10003 clauses out of 20013 with flag 382002/829858
46.92/45.98	c cleaning 9999 clauses out of 20008 with flag 392000/839856
47.42/46.46	c cleaning 9999 clauses out of 20009 with flag 402000/849856
48.03/47.08	c cleaning 9991 clauses out of 20011 with flag 412001/859857
48.53/47.56	c cleaning 9997 clauses out of 20019 with flag 422000/869856
49.03/48.07	c cleaning 9999 clauses out of 20027 with flag 432005/879861
49.53/48.57	c cleaning 10000 clauses out of 20024 with flag 442001/889857
50.03/49.07	c cleaning 10004 clauses out of 20023 with flag 452000/899856
50.54/49.56	c cleaning 10004 clauses out of 20019 with flag 462000/909856
51.03/50.02	c cleaning 10005 clauses out of 20015 with flag 472000/919856
51.54/50.52	c cleaning 9996 clauses out of 20010 with flag 482000/929856
52.03/51.04	c cleaning 10001 clauses out of 20014 with flag 492000/939856
52.53/51.57	c cleaning 9998 clauses out of 20013 with flag 502000/949856
53.03/52.08	c cleaning 9997 clauses out of 20016 with flag 512001/959857
53.54/52.54	c cleaning 10000 clauses out of 20018 with flag 522000/969856
54.04/53.03	c cleaning 10001 clauses out of 20020 with flag 532002/979858
54.54/53.54	c cleaning 10003 clauses out of 20018 with flag 542001/989857
55.04/54.06	c cleaning 9995 clauses out of 20016 with flag 552002/999858
55.54/54.56	c cleaning 10004 clauses out of 20020 with flag 562001/1009857
56.05/55.07	c cleaning 10003 clauses out of 20016 with flag 572001/1019857
56.54/55.58	c cleaning 10000 clauses out of 20013 with flag 582001/1029857
57.05/56.09	c cleaning 9994 clauses out of 20012 with flag 592000/1039856
57.55/56.59	c cleaning 10004 clauses out of 20020 with flag 602002/1049858
58.15/57.11	c cleaning 10000 clauses out of 20016 with flag 612002/1059858
58.65/57.60	c cleaning 9997 clauses out of 20014 with flag 622000/1069856
59.05/58.08	c cleaning 10004 clauses out of 20018 with flag 632001/1079857
59.55/58.58	c cleaning 10002 clauses out of 20016 with flag 642003/1089859
60.05/59.07	c cleaning 9995 clauses out of 20011 with flag 652000/1099856
60.55/59.59	c cleaning 9995 clauses out of 20016 with flag 662000/1109856
61.15/60.12	c cleaning 10000 clauses out of 20022 with flag 672001/1119857
61.65/60.65	c cleaning 10003 clauses out of 20022 with flag 682001/1129857
62.15/61.18	c cleaning 10002 clauses out of 20018 with flag 692000/1139856
62.75/61.70	c cleaning 10002 clauses out of 20016 with flag 702000/1149856
63.26/62.27	c cleaning 10001 clauses out of 20017 with flag 712003/1159859
63.86/62.80	c cleaning 10001 clauses out of 20014 with flag 722001/1169857
64.36/63.36	c cleaning 9998 clauses out of 20013 with flag 732001/1179857
64.96/63.91	c cleaning 9998 clauses out of 20014 with flag 742000/1189856
65.46/64.46	c cleaning 9998 clauses out of 20016 with flag 752000/1199856
66.06/65.01	c cleaning 10003 clauses out of 20021 with flag 762003/1209859
66.57/65.57	c cleaning 10005 clauses out of 20015 with flag 772000/1219856
67.18/66.10	c cleaning 9996 clauses out of 20010 with flag 782000/1229856
67.58/66.58	c cleaning 9998 clauses out of 20015 with flag 792001/1239857
68.08/67.09	c cleaning 10000 clauses out of 20016 with flag 802000/1249856
68.68/67.63	c cleaning 10000 clauses out of 20017 with flag 812001/1259857
69.18/68.17	c cleaning 9994 clauses out of 20017 with flag 822001/1269857
69.78/68.72	c cleaning 10005 clauses out of 20023 with flag 832001/1279857
70.29/69.28	c cleaning 10004 clauses out of 20018 with flag 842001/1289857
70.78/69.77	c cleaning 9995 clauses out of 20014 with flag 852001/1299857
71.29/70.24	c cleaning 10003 clauses out of 20018 with flag 862000/1309856
71.79/70.73	c cleaning 9999 clauses out of 20016 with flag 872001/1319857
72.29/71.24	c cleaning 10004 clauses out of 20017 with flag 882001/1329857
72.79/71.76	c cleaning 9991 clauses out of 20012 with flag 892000/1339856
73.29/72.28	c cleaning 10004 clauses out of 20021 with flag 902000/1349856
73.79/72.79	c cleaning 10003 clauses out of 20018 with flag 912001/1359857
74.39/73.31	c cleaning 10005 clauses out of 20017 with flag 922003/1369859
74.89/73.80	c cleaning 10003 clauses out of 20013 with flag 932004/1379860
75.29/74.27	c cleaning 9998 clauses out of 20006 with flag 942000/1389856
75.80/74.74	c cleaning 10002 clauses out of 20011 with flag 952003/1399859
76.30/75.22	c cleaning 9995 clauses out of 20010 with flag 962004/1409860
76.80/75.76	c cleaning 9999 clauses out of 20011 with flag 972000/1419856
77.30/76.24	c cleaning 9995 clauses out of 20015 with flag 982003/1429859
77.80/76.75	c cleaning 9999 clauses out of 20017 with flag 992000/1439856
78.30/77.24	c cleaning 10003 clauses out of 20020 with flag 1002002/1449858
78.70/77.67	c cleaning 10004 clauses out of 20018 with flag 1012003/1459859
79.21/78.15	c cleaning 10001 clauses out of 20011 with flag 1022000/1469856
79.70/78.67	c cleaning 10004 clauses out of 20013 with flag 1032003/1479859
80.21/79.20	c cleaning 9997 clauses out of 20008 with flag 1042002/1489858
80.81/79.73	c cleaning 10003 clauses out of 20011 with flag 1052002/1499858
81.31/80.24	c cleaning 9997 clauses out of 20007 with flag 1062001/1509857
81.81/80.73	c cleaning 9998 clauses out of 20010 with flag 1072001/1519857
82.31/81.28	c cleaning 9994 clauses out of 20011 with flag 1082000/1529856
82.81/81.79	c cleaning 10002 clauses out of 20021 with flag 1092004/1539860
83.41/82.31	c cleaning 10001 clauses out of 20015 with flag 1102000/1549856
83.82/82.79	c cleaning 10007 clauses out of 20018 with flag 1112004/1559860
84.42/83.32	c cleaning 9992 clauses out of 20008 with flag 1122001/1569857
84.92/83.83	c cleaning 10005 clauses out of 20017 with flag 1132002/1579858
85.42/84.30	c cleaning 10002 clauses out of 20012 with flag 1142002/1589858
85.82/84.80	c cleaning 9995 clauses out of 20009 with flag 1152001/1599857
86.32/85.26	c cleaning 10001 clauses out of 20014 with flag 1162001/1609857
86.82/85.76	c cleaning 9995 clauses out of 20012 with flag 1172000/1619856
87.32/86.25	c cleaning 10005 clauses out of 20017 with flag 1182000/1629856
87.92/86.80	c cleaning 10000 clauses out of 20012 with flag 1192000/1639856
88.42/87.33	c cleaning 9996 clauses out of 20012 with flag 1202000/1649856
88.92/87.84	c cleaning 10005 clauses out of 20020 with flag 1212004/1659860
89.42/88.34	c cleaning 10000 clauses out of 20011 with flag 1222000/1669856
89.92/88.84	c cleaning 10004 clauses out of 20014 with flag 1232003/1679859
90.42/89.37	c cleaning 10001 clauses out of 20008 with flag 1242001/1689857
91.03/89.90	c cleaning 9999 clauses out of 20006 with flag 1252000/1699856
91.42/90.39	c cleaning 9995 clauses out of 20008 with flag 1262001/1709857
91.93/90.88	c cleaning 9998 clauses out of 20012 with flag 1272000/1719856
92.43/91.36	c cleaning 10003 clauses out of 20015 with flag 1282001/1729857
92.93/91.86	c cleaning 10002 clauses out of 20011 with flag 1292000/1739856
93.43/92.37	c cleaning 10001 clauses out of 20011 with flag 1302002/1749858
93.93/92.89	c cleaning 9996 clauses out of 20009 with flag 1312001/1759857
94.43/93.39	c cleaning 10000 clauses out of 20012 with flag 1322000/1769856
95.03/93.93	c cleaning 10002 clauses out of 20014 with flag 1332002/1779858
95.53/94.47	c cleaning 10002 clauses out of 20011 with flag 1342001/1789857
96.13/95.03	c cleaning 9997 clauses out of 20009 with flag 1352001/1799857
96.74/95.63	c cleaning 10002 clauses out of 20013 with flag 1362002/1809858
97.33/96.25	c cleaning 10000 clauses out of 20009 with flag 1372000/1819856
97.94/96.86	c cleaning 9997 clauses out of 20009 with flag 1382000/1829856
98.54/97.48	c cleaning 9997 clauses out of 20014 with flag 1392002/1839858
99.14/98.07	c cleaning 9999 clauses out of 20016 with flag 1402001/1849857
99.74/98.62	c cleaning 10001 clauses out of 20018 with flag 1412002/1859858
100.15/99.09	c cleaning 9998 clauses out of 20015 with flag 1422000/1869856
100.64/99.58	c cleaning 10003 clauses out of 20018 with flag 1432001/1879857
101.25/100.14	c cleaning 10007 clauses out of 20015 with flag 1442001/1889857
101.87/100.72	c cleaning 10005 clauses out of 20010 with flag 1452003/1899859
102.78/101.26	c cleaning 9992 clauses out of 20001 with flag 1462001/1909857
102.91/101.32	c starts		: 242
102.91/101.32	c conflicts		: 1911016
102.91/101.32	c decisions		: 3037445
102.91/101.32	c propagations		: 96772963
102.91/101.32	c inspects		: 949949081
102.91/101.32	c shortcuts		: 0
102.91/101.32	c learnt literals	: 4
102.91/101.32	c learnt binary clauses	: 18
102.91/101.32	c learnt ternary clauses	: 560
102.91/101.32	c learnt constraints	: 1911011
102.91/101.32	c ignored constraints	: 0
102.91/101.32	c root simplifications	: 0
102.91/101.32	c removed literals (reason simplification)	: 8341828
102.91/101.32	c reason swapping (by a shorter reason)	: 0
102.91/101.32	c Calls to reduceDB	: 199
102.91/101.32	c number of reductions to clauses (during analyze)	: 0
102.91/101.32	c number of learned constraints concerned by reduction	: 0
102.91/101.32	c number of learning phase by resolution	: 0
102.91/101.32	c number of learning phase by cutting planes	: 0
102.91/101.32	c speed (assignments/second)	: 1295002.7165185742
102.91/101.32	c non guided choices	4452
102.91/101.32	c learnt constraints type 
102.91/101.32	c constraints type 
102.91/101.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2589
102.91/101.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
102.91/101.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95
102.91/101.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
102.91/101.32	s OPTIMUM FOUND
102.91/101.32	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 
102.91/101.32	c objective function=1
102.91/101.32	c Total wall clock time (in seconds): 101.221

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.87 4/195 13413
/proc/meminfo: memFree=1250060/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 1167 0 0 0 0 0 0 0 25 0 2 0 902664908 26714112 894 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 6522 897 682 9 0 381 0
[pid=13413/tid=13414] ppid=13411 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) S 13411 13413 10203 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 2 0 902664909 26714112 897 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251809316487 0 2147483391 4096 0 18446744071699215550 0 0 -1 4 0 0 0

[startup+0.0272249 s]
/proc/loadavg: 1.93 2.00 1.87 4/195 13413
/proc/meminfo: memFree=1250060/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10455012 CPUtime=0.02 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 10716 0 1 0 1 1 0 0 25 0 10 0 902664908 10705932288 10413 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2613753 10415 1515 9 0 2604501 0
[pid=13413/tid=13414] ppid=13411 vsize=10455012 CPUtime=0.01 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 9594 0 1 0 1 0 0 0 25 0 10 0 902664909 10705932288 10415 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826066891 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.101167 s]
/proc/loadavg: 1.93 2.00 1.87 4/195 13413
/proc/meminfo: memFree=1250060/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10540328 CPUtime=0.1 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 13169 0 1 0 9 1 0 0 25 0 18 0 902664908 10793295872 12824 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2635082 12824 2093 9 0 2625816 0
[pid=13413/tid=13414] ppid=13411 vsize=10540328 CPUtime=0.08 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 11218 0 1 0 7 1 0 0 25 0 18 0 902664909 10793295872 12824 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540328

[startup+0.301087 s]
/proc/loadavg: 1.93 2.00 1.87 4/195 13413
/proc/meminfo: memFree=1250060/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10542072 CPUtime=0.5 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 16234 0 1 0 48 2 0 0 25 0 18 0 902664908 10795081728 15539 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2635518 15539 2202 9 0 2626252 0
[pid=13413/tid=13414] ppid=13411 vsize=10542072 CPUtime=0.28 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 13187 0 1 0 27 1 0 0 25 0 18 0 902664909 10795081728 15541 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 46912505549673 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542072

[startup+0.701017 s]
/proc/loadavg: 1.93 2.00 1.87 4/195 13413
/proc/meminfo: memFree=1250060/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10544904 CPUtime=1.46 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 20276 0 1 0 144 2 0 0 25 0 19 0 902664908 10797981696 18607 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2636226 18608 2226 9 0 2626960 0
[pid=13413/tid=13414] ppid=13411 vsize=10544904 CPUtime=0.69 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 15075 0 1 0 67 2 0 0 25 0 19 0 902664909 10797981696 18608 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 47753936022355 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10544904

[startup+1.50093 s]
/proc/loadavg: 1.93 2.00 1.87 3/214 13432
/proc/meminfo: memFree=1168216/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10544904 CPUtime=2.27 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 22100 0 1 0 225 2 0 0 25 0 19 0 902664908 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2636226 20430 2228 9 0 2626960 0
[pid=13413/tid=13414] ppid=13411 vsize=10544904 CPUtime=1.48 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 16894 0 1 0 146 2 0 0 25 0 19 0 902664909 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 46912505709280 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13413/tid=13416] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13416/stat : 13416 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13417] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13417/stat : 13417 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13418] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13418/stat : 13418 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13419] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13419/stat : 13419 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13420] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13420/stat : 13420 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13421] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13421/stat : 13421 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13422] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13422/stat : 13422 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13423] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13423/stat : 13423 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664910 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13424] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13424/stat : 13424 (java) S 13411 13413 10203 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902664911 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 0 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13425] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13425/stat : 13425 (java) S 13411 13413 10203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902664912 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13426] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13426/stat : 13426 (java) S 13411 13413 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902664912 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13427] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13427/stat : 13427 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826063793 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13428] ppid=13411 vsize=10544904 CPUtime=0.41 cores=0,2,4,6
/proc/13413/task/13428/stat : 13428 (java) S 13411 13413 10203 0 -1 4202560 2106 0 0 0 41 0 0 0 18 0 19 0 902664914 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13429] ppid=13411 vsize=10544904 CPUtime=0.36 cores=0,2,4,6
/proc/13413/task/13429/stat : 13429 (java) S 13411 13413 10203 0 -1 4202560 1938 0 0 0 36 0 0 0 25 0 19 0 902664914 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13430] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13430/stat : 13430 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13431] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13431/stat : 13431 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902664914 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13432] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13432/stat : 13432 (java) S 13411 13413 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902664941 10797981696 20430 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10544904

[startup+3.10062 s]
/proc/loadavg: 1.93 2.00 1.87 3/214 13432
/proc/meminfo: memFree=1153460/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10544904 CPUtime=3.98 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 25275 0 1 0 395 3 0 0 25 0 19 0 902664908 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2636226 23038 2254 9 0 2626960 0
[pid=13413/tid=13414] ppid=13411 vsize=10544904 CPUtime=3.03 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 17537 0 1 0 301 2 0 0 25 0 19 0 902664909 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 46912505710488 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13413/tid=13416] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13416/stat : 13416 (java) S 13411 13413 10203 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13417] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13417/stat : 13417 (java) S 13411 13413 10203 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13418] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13418/stat : 13418 (java) S 13411 13413 10203 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13419] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13419/stat : 13419 (java) S 13411 13413 10203 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13420] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13420/stat : 13420 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13421] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13421/stat : 13421 (java) S 13411 13413 10203 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13422] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13422/stat : 13422 (java) S 13411 13413 10203 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13423] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13423/stat : 13423 (java) S 13411 13413 10203 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 19 0 902664910 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13424] ppid=13411 vsize=10544904 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13424/stat : 13424 (java) S 13411 13413 10203 0 -1 4202560 955 0 0 0 4 0 0 0 16 0 19 0 902664911 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 0 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13425] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13425/stat : 13425 (java) S 13411 13413 10203 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902664912 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13426] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13426/stat : 13426 (java) S 13411 13413 10203 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902664912 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13427] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13427/stat : 13427 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826063793 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13428] ppid=13411 vsize=10544904 CPUtime=0.45 cores=0,2,4,6
/proc/13413/task/13428/stat : 13428 (java) S 13411 13413 10203 0 -1 4202560 2117 0 0 0 45 0 0 0 15 0 19 0 902664914 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13429] ppid=13411 vsize=10544904 CPUtime=0.43 cores=0,2,4,6
/proc/13413/task/13429/stat : 13429 (java) S 13411 13413 10203 0 -1 4202560 2512 0 0 0 43 0 0 0 15 0 19 0 902664914 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13430] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13430/stat : 13430 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13431] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13431/stat : 13431 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902664914 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13432] ppid=13411 vsize=10544904 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13432/stat : 13432 (java) S 13411 13413 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902664941 10797981696 23038 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 10544904

[startup+6.30119 s]
/proc/loadavg: 1.93 2.00 1.87 3/214 13432
/proc/meminfo: memFree=1161872/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10543856 CPUtime=7.19 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 25330 0 1 0 716 3 0 0 25 0 19 0 902664908 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2635964 22661 2254 9 0 2626698 0
[pid=13413/tid=13414] ppid=13411 vsize=10543856 CPUtime=6.12 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 17545 0 1 0 610 2 0 0 25 0 19 0 902664909 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 46912505730382 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13413/tid=13416] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13416/stat : 13416 (java) S 13411 13413 10203 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13417] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13417/stat : 13417 (java) S 13411 13413 10203 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13418] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13418/stat : 13418 (java) S 13411 13413 10203 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13419] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13419/stat : 13419 (java) S 13411 13413 10203 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13420] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13420/stat : 13420 (java) S 13411 13413 10203 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13421] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13421/stat : 13421 (java) S 13411 13413 10203 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13422] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13422/stat : 13422 (java) S 13411 13413 10203 0 -1 4202560 327 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13423] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13423/stat : 13423 (java) S 13411 13413 10203 0 -1 4202560 315 0 0 0 0 0 0 0 15 0 19 0 902664910 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13424] ppid=13411 vsize=10543856 CPUtime=0.14 cores=0,2,4,6
/proc/13413/task/13424/stat : 13424 (java) S 13411 13413 10203 0 -1 4202560 955 0 0 0 14 0 0 0 16 0 19 0 902664911 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 0 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13425] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13425/stat : 13425 (java) S 13411 13413 10203 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902664912 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13426] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13426/stat : 13426 (java) S 13411 13413 10203 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902664912 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13427] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13427/stat : 13427 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826063793 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13428] ppid=13411 vsize=10543856 CPUtime=0.45 cores=0,2,4,6
/proc/13413/task/13428/stat : 13428 (java) S 13411 13413 10203 0 -1 4202560 2117 0 0 0 45 0 0 0 15 0 19 0 902664914 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13429] ppid=13411 vsize=10543856 CPUtime=0.44 cores=0,2,4,6
/proc/13413/task/13429/stat : 13429 (java) S 13411 13413 10203 0 -1 4202560 2512 0 0 0 44 0 0 0 15 0 19 0 902664914 10796908544 22661 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0

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

/proc/13413/task/13416/stat : 13416 (java) S 13411 13413 10203 0 -1 4202560 139 0 0 0 4 0 0 0 16 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13417] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13417/stat : 13417 (java) S 13411 13413 10203 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13418] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13418/stat : 13418 (java) S 13411 13413 10203 0 -1 4202560 121 0 0 0 5 0 0 0 16 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13419] ppid=13411 vsize=10543856 CPUtime=0.07 cores=0,2,4,6
/proc/13413/task/13419/stat : 13419 (java) S 13411 13413 10203 0 -1 4202560 29 0 0 0 7 0 0 0 15 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13420] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13420/stat : 13420 (java) S 13411 13413 10203 0 -1 4202560 45 0 0 0 5 0 0 0 15 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13421] ppid=13411 vsize=10543856 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13421/stat : 13421 (java) S 13411 13413 10203 0 -1 4202560 150 0 0 0 4 0 0 0 15 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13422] ppid=13411 vsize=10543856 CPUtime=0.06 cores=0,2,4,6
/proc/13413/task/13422/stat : 13422 (java) S 13411 13413 10203 0 -1 4202560 332 0 0 0 6 0 0 0 16 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13423] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13423/stat : 13423 (java) S 13411 13413 10203 0 -1 4202560 333 0 0 0 5 0 0 0 15 0 19 0 902664910 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13424] ppid=13411 vsize=10543856 CPUtime=3.02 cores=0,2,4,6
/proc/13413/task/13424/stat : 13424 (java) R 13411 13413 10203 0 -1 4202560 1466 0 0 0 301 1 0 0 15 0 19 0 902664911 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 47753934384240 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=13413/tid=13425] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13425/stat : 13425 (java) S 13411 13413 10203 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902664912 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13426] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13426/stat : 13426 (java) S 13411 13413 10203 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902664912 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13427] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13427/stat : 13427 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826063793 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13428] ppid=13411 vsize=10543856 CPUtime=0.45 cores=0,2,4,6
/proc/13413/task/13428/stat : 13428 (java) S 13411 13413 10203 0 -1 4202560 2117 0 0 0 45 0 0 0 15 0 19 0 902664914 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13429] ppid=13411 vsize=10543856 CPUtime=0.47 cores=0,2,4,6
/proc/13413/task/13429/stat : 13429 (java) S 13411 13413 10203 0 -1 4202560 2931 0 0 0 47 0 0 0 15 0 19 0 902664914 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13430] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13430/stat : 13430 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13431] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13431/stat : 13431 (java) S 13411 13413 10203 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902664914 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13432] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13432/stat : 13432 (java) S 13411 13413 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902664941 10796908544 23286 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.24
Current children cumulated vsize (KiB) 10543856

[startup+100.704 s]
/proc/loadavg: 1.98 2.00 1.88 3/214 13435
/proc/meminfo: memFree=1156596/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10543856 CPUtime=101.87 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 26574 0 1 0 10182 5 0 0 25 0 19 0 902664908 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2635964 23290 2256 9 0 2626698 0
[pid=13413/tid=13414] ppid=13411 vsize=10543856 CPUtime=97.37 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 17732 0 1 0 9735 2 0 0 25 0 19 0 902664909 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 47753931543447 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13413/tid=13416] ppid=13411 vsize=10543856 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13416/stat : 13416 (java) S 13411 13413 10203 0 -1 4202560 139 0 0 0 4 0 0 0 15 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13417] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13417/stat : 13417 (java) S 13411 13413 10203 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13418] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13418/stat : 13418 (java) S 13411 13413 10203 0 -1 4202560 121 0 0 0 5 0 0 0 16 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13419] ppid=13411 vsize=10543856 CPUtime=0.07 cores=0,2,4,6
/proc/13413/task/13419/stat : 13419 (java) S 13411 13413 10203 0 -1 4202560 29 0 0 0 7 0 0 0 15 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13420] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13420/stat : 13420 (java) S 13411 13413 10203 0 -1 4202560 45 0 0 0 5 0 0 0 15 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13421] ppid=13411 vsize=10543856 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13421/stat : 13421 (java) S 13411 13413 10203 0 -1 4202560 150 0 0 0 4 0 0 0 15 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13422] ppid=13411 vsize=10543856 CPUtime=0.06 cores=0,2,4,6
/proc/13413/task/13422/stat : 13422 (java) S 13411 13413 10203 0 -1 4202560 332 0 0 0 6 0 0 0 15 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13423] ppid=13411 vsize=10543856 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13423/stat : 13423 (java) S 13411 13413 10203 0 -1 4202560 333 0 0 0 5 0 0 0 15 0 19 0 902664910 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13424] ppid=13411 vsize=10543856 CPUtime=3.06 cores=0,2,4,6
/proc/13413/task/13424/stat : 13424 (java) S 13411 13413 10203 0 -1 4202560 1469 0 0 0 305 1 0 0 15 0 19 0 902664911 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 0 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13425] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13425/stat : 13425 (java) S 13411 13413 10203 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902664912 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13426] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13426/stat : 13426 (java) S 13411 13413 10203 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902664912 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13427] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13427/stat : 13427 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826063793 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13428] ppid=13411 vsize=10543856 CPUtime=0.45 cores=0,2,4,6
/proc/13413/task/13428/stat : 13428 (java) S 13411 13413 10203 0 -1 4202560 2117 0 0 0 45 0 0 0 15 0 19 0 902664914 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13429] ppid=13411 vsize=10543856 CPUtime=0.48 cores=0,2,4,6
/proc/13413/task/13429/stat : 13429 (java) R 13411 13413 10203 0 -1 4202560 2933 0 0 0 48 0 0 0 15 0 19 0 902664914 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 47753930864729 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13413/tid=13430] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13430/stat : 13430 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13431] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13431/stat : 13431 (java) S 13411 13413 10203 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902664914 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13432] ppid=13411 vsize=10543856 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13432/stat : 13432 (java) S 13411 13413 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902664941 10796908544 23290 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 10543856

[startup+101.101 s]
/proc/loadavg: 1.98 2.00 1.88 3/214 13435
/proc/meminfo: memFree=1137996/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10560836 CPUtime=102.68 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 33063 0 1 0 10263 5 0 0 25 0 19 0 902664908 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2640209 28028 2256 9 0 2630943 0
[pid=13413/tid=13414] ppid=13411 vsize=10560836 CPUtime=97.75 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 17735 0 1 0 9773 2 0 0 25 0 19 0 902664909 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 46912505660647 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13413/tid=13416] ppid=13411 vsize=10560836 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13416/stat : 13416 (java) S 13411 13413 10203 0 -1 4202560 139 0 0 0 4 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13417] ppid=13411 vsize=10560836 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13417/stat : 13417 (java) S 13411 13413 10203 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13418] ppid=13411 vsize=10560836 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13418/stat : 13418 (java) S 13411 13413 10203 0 -1 4202560 121 0 0 0 5 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13419] ppid=13411 vsize=10560836 CPUtime=0.07 cores=0,2,4,6
/proc/13413/task/13419/stat : 13419 (java) S 13411 13413 10203 0 -1 4202560 29 0 0 0 7 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13420] ppid=13411 vsize=10560836 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13420/stat : 13420 (java) S 13411 13413 10203 0 -1 4202560 45 0 0 0 5 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13421] ppid=13411 vsize=10560836 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13421/stat : 13421 (java) S 13411 13413 10203 0 -1 4202560 150 0 0 0 4 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13422] ppid=13411 vsize=10560836 CPUtime=0.06 cores=0,2,4,6
/proc/13413/task/13422/stat : 13422 (java) S 13411 13413 10203 0 -1 4202560 333 0 0 0 6 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13423] ppid=13411 vsize=10560836 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13423/stat : 13423 (java) S 13411 13413 10203 0 -1 4202560 333 0 0 0 5 0 0 0 15 0 19 0 902664910 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13424] ppid=13411 vsize=10560836 CPUtime=3.08 cores=0,2,4,6
/proc/13413/task/13424/stat : 13424 (java) S 13411 13413 10203 0 -1 4202560 1486 0 0 0 307 1 0 0 16 0 19 0 902664911 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 0 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13425] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13425/stat : 13425 (java) S 13411 13413 10203 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902664912 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13426] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13426/stat : 13426 (java) S 13411 13413 10203 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902664912 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13427] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13427/stat : 13427 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826063793 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13428] ppid=13411 vsize=10560836 CPUtime=0.81 cores=0,2,4,6
/proc/13413/task/13428/stat : 13428 (java) S 13411 13413 10203 0 -1 4202560 7658 0 0 0 81 0 0 0 16 0 19 0 902664914 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13429] ppid=13411 vsize=10560836 CPUtime=0.53 cores=0,2,4,6
/proc/13413/task/13429/stat : 13429 (java) S 13411 13413 10203 0 -1 4202560 3860 0 0 0 53 0 0 0 16 0 19 0 902664914 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13430] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13430/stat : 13430 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13431] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13431/stat : 13431 (java) S 13411 13413 10203 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902664914 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13432] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13432/stat : 13432 (java) S 13411 13413 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902664941 10814296064 28028 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.68
Current children cumulated vsize (KiB) 10560836

[startup+101.301 s]
/proc/loadavg: 1.98 2.00 1.88 3/214 13435
/proc/meminfo: memFree=1137996/32950928 swapFree=67050636/67111528
[pid=13413] ppid=13411 vsize=10560836 CPUtime=102.91 cores=0,2,4,6
/proc/13413/stat : 13413 (java) S 13411 13413 10203 0 -1 4202496 33072 0 1 0 10285 6 0 0 25 0 19 0 902664908 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13413/statm: 2640209 28036 2256 9 0 2630943 0
[pid=13413/tid=13414] ppid=13411 vsize=10560836 CPUtime=97.93 cores=0,2,4,6
/proc/13413/task/13414/stat : 13414 (java) R 13411 13413 10203 0 -1 4202560 17736 0 1 0 9791 2 0 0 25 0 19 0 902664909 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 46912505732518 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13413/tid=13416] ppid=13411 vsize=10560836 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13416/stat : 13416 (java) S 13411 13413 10203 0 -1 4202560 139 0 0 0 4 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13417] ppid=13411 vsize=10560836 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13417/stat : 13417 (java) S 13411 13413 10203 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13418] ppid=13411 vsize=10560836 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13418/stat : 13418 (java) S 13411 13413 10203 0 -1 4202560 121 0 0 0 5 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13419] ppid=13411 vsize=10560836 CPUtime=0.07 cores=0,2,4,6
/proc/13413/task/13419/stat : 13419 (java) S 13411 13413 10203 0 -1 4202560 29 0 0 0 7 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13420] ppid=13411 vsize=10560836 CPUtime=0.05 cores=0,2,4,6
/proc/13413/task/13420/stat : 13420 (java) S 13411 13413 10203 0 -1 4202560 45 0 0 0 5 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13421] ppid=13411 vsize=10560836 CPUtime=0.04 cores=0,2,4,6
/proc/13413/task/13421/stat : 13421 (java) S 13411 13413 10203 0 -1 4202560 150 0 0 0 4 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13422] ppid=13411 vsize=10560836 CPUtime=0.06 cores=0,2,4,6
/proc/13413/task/13422/stat : 13422 (java) S 13411 13413 10203 0 -1 4202560 333 0 0 0 6 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13423] ppid=13411 vsize=10560836 CPUtime=0.06 cores=0,2,4,6
/proc/13413/task/13423/stat : 13423 (java) S 13411 13413 10203 0 -1 4202560 333 0 0 0 6 0 0 0 15 0 19 0 902664910 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13424] ppid=13411 vsize=10560836 CPUtime=3.1 cores=0,2,4,6
/proc/13413/task/13424/stat : 13424 (java) S 13411 13413 10203 0 -1 4202560 1494 0 0 0 309 1 0 0 16 0 19 0 902664911 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 0 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13425] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13425/stat : 13425 (java) S 13411 13413 10203 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902664912 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13426] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13426/stat : 13426 (java) S 13411 13413 10203 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902664912 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13427] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13427/stat : 13427 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826063793 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13428] ppid=13411 vsize=10560836 CPUtime=0.83 cores=0,2,4,6
/proc/13413/task/13428/stat : 13428 (java) S 13411 13413 10203 0 -1 4202560 7658 0 0 0 83 0 0 0 16 0 19 0 902664914 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 6 0 0 0
[pid=13413/tid=13429] ppid=13411 vsize=10560836 CPUtime=0.53 cores=0,2,4,6
/proc/13413/task/13429/stat : 13429 (java) S 13411 13413 10203 0 -1 4202560 3860 0 0 0 53 0 0 0 15 0 19 0 902664914 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 0 0 0 0
[pid=13413/tid=13430] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13430/stat : 13430 (java) S 13411 13413 10203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902664914 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056089 0 4 0 16800975 18446604453744989440 0 0 -1 4 0 0 0
[pid=13413/tid=13431] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13431/stat : 13431 (java) S 13411 13413 10203 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902664914 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
[pid=13413/tid=13432] ppid=13411 vsize=10560836 CPUtime=0 cores=0,2,4,6
/proc/13413/task/13432/stat : 13432 (java) S 13411 13413 10203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902664941 10814296064 28036 33554432000 1073741824 1073778376 140734636989584 18446744073709551615 251826056704 0 4 0 16800975 18446604453744989440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.91
Current children cumulated vsize (KiB) 10560836

Child status: 30
Real time (s): 101.334
CPU time (s): 102.946
CPU user time (s): 102.88
CPU system time (s): 0.065989
CPU usage (%): 101.591
Max. virtual memory (cumulated for all children) (KiB): 10560836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.88
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33098
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= 8069
involuntary context switches= 3000

runsolver used 0.19697 second user time and 0.370943 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-12 22:31:02
IDJOB=3492008
IDBENCH=78988
IDSOLVER=1982
FILE ID=node126/3492008-1307910662
RUNJOBID= node126-1307908863-13198
PBS_JOBID= 13559580
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= e85c5d1e36fd64db247bc5be7351d7af
RANDOM SEED=1482802942

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:       1252200 kB
Buffers:         61724 kB
Cached:       30585832 kB
SwapCached:      14604 kB
Active:       15827656 kB
Inactive:     14912512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1252200 kB
SwapTotal:    67111528 kB
SwapFree:     67050636 kB
Dirty:             880 kB
Writeback:           0 kB
AnonPages:       89496 kB
Mapped:          17020 kB
Slab:           894732 kB
PageTables:       4240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10555856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node126 at 2011-06-12 22:32:44