Trace number 3459449

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT36 106.851 106.127

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.021995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 432
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.18-164.el5
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		12995394264
0.08/0.10	c Max memory 		13063553024
0.08/0.10	c Total memory 		13063553024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3459449-1307146673.opb
0.08/0.13	c reading problem ... 
0.25/0.26	c ... done. Wall clock time 0.13s.
0.25/0.26	c #vars     432
0.25/0.26	c #constraints  1304
0.25/0.26	c constraints type 
0.25/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.25/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.25/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.43/0.31	c SATISFIABLE
0.43/0.31	c OPTIMIZING...
0.43/0.31	c Got one! Elapsed wall clock time (in seconds):0.182
0.43/0.31	o 54
0.85/0.54	c cleaning 2549 clauses out of 5107 with flag 5003/5108
1.00/0.65	c Got one! Elapsed wall clock time (in seconds):0.521
1.00/0.65	o 52
1.12/0.72	c cleaning 3984 clauses out of 7970 with flag 2000/10520
1.35/0.94	c cleaning 4991 clauses out of 9986 with flag 8000/16520
1.47/1.04	c Got one! Elapsed wall clock time (in seconds):0.914
1.47/1.04	o 50
1.58/1.17	c cleaning 5236 clauses out of 10490 with flag 3000/22015
1.77/1.37	c Got one! Elapsed wall clock time (in seconds):1.249
1.77/1.37	o 48
2.07/1.61	c cleaning 7722 clauses out of 15468 with flag 5002/32229
2.27/1.87	c cleaning 6863 clauses out of 13744 with flag 11000/38227
2.59/2.18	c cleaning 6933 clauses out of 13882 with flag 18001/45228
2.97/2.54	c cleaning 7463 clauses out of 14949 with flag 26001/53228
3.37/2.96	c cleaning 8237 clauses out of 16485 with flag 35000/62227
3.87/3.43	c cleaning 9106 clauses out of 18248 with flag 45000/72227
4.27/3.90	c cleaning 9558 clauses out of 19143 with flag 55001/82228
4.79/4.37	c cleaning 9779 clauses out of 19584 with flag 65000/92227
5.27/4.81	c Got one! Elapsed wall clock time (in seconds):4.687
5.27/4.81	o 46
5.57/5.11	c cleaning 12124 clauses out of 24269 with flag 5000/106691
5.89/5.42	c cleaning 9063 clauses out of 18146 with flag 11001/112692
6.18/5.78	c cleaning 8026 clauses out of 16082 with flag 18000/119691
6.58/6.15	c cleaning 8012 clauses out of 16056 with flag 26000/127691
6.99/6.57	c cleaning 8512 clauses out of 17045 with flag 35001/136692
7.47/7.03	c cleaning 9254 clauses out of 18533 with flag 45001/146692
7.98/7.52	c cleaning 9623 clauses out of 19278 with flag 55000/156691
8.38/7.99	c cleaning 9815 clauses out of 19656 with flag 65001/166692
8.88/8.47	c cleaning 9902 clauses out of 19840 with flag 75000/176691
9.38/8.95	c cleaning 9967 clauses out of 19938 with flag 85000/186691
9.88/9.42	c cleaning 9971 clauses out of 19971 with flag 95000/196691
10.30/9.89	c cleaning 9981 clauses out of 20002 with flag 105002/206693
10.78/10.39	c cleaning 9998 clauses out of 20020 with flag 115001/216692
11.28/10.85	c cleaning 9994 clauses out of 20021 with flag 125000/226691
11.78/11.35	c cleaning 9998 clauses out of 20027 with flag 135000/236691
12.28/11.83	c cleaning 10003 clauses out of 20029 with flag 145000/246691
12.78/12.32	c cleaning 9993 clauses out of 20026 with flag 155000/256691
13.29/12.82	c cleaning 10005 clauses out of 20035 with flag 165002/266693
13.70/13.29	c cleaning 10005 clauses out of 20027 with flag 175000/276691
14.19/13.76	c cleaning 9997 clauses out of 20021 with flag 185000/286691
14.71/14.23	c cleaning 10004 clauses out of 20024 with flag 195000/296691
15.19/14.79	c cleaning 9998 clauses out of 20021 with flag 205001/306692
15.69/15.25	c cleaning 9994 clauses out of 20022 with flag 215000/316691
16.20/15.74	c cleaning 10002 clauses out of 20029 with flag 225001/326692
16.70/16.22	c cleaning 9997 clauses out of 20026 with flag 235000/336691
17.20/16.70	c cleaning 10006 clauses out of 20031 with flag 245002/346693
17.60/17.18	c cleaning 9997 clauses out of 20023 with flag 255000/356691
18.12/17.67	c cleaning 10000 clauses out of 20026 with flag 265000/366691
18.60/18.17	c cleaning 10003 clauses out of 20027 with flag 275001/376692
19.12/18.65	c cleaning 9995 clauses out of 20023 with flag 285000/386691
19.60/19.12	c cleaning 10000 clauses out of 20029 with flag 295001/396692
20.00/19.59	c cleaning 9997 clauses out of 20028 with flag 305000/406691
20.22/19.77	c Got one! Elapsed wall clock time (in seconds):19.641
20.22/19.77	o 44
20.32/19.85	c cleaning 7922 clauses out of 15868 with flag 2001/412528
20.60/20.11	c cleaning 6965 clauses out of 13946 with flag 8001/418528
20.90/20.42	c cleaning 6970 clauses out of 13980 with flag 15000/425527
21.20/20.74	c Got one! Elapsed wall clock time (in seconds):20.618
21.20/20.74	o 42
21.20/20.75	c Got one! Elapsed wall clock time (in seconds):20.621
21.20/20.75	o 40
21.20/20.75	c Got one! Elapsed wall clock time (in seconds):20.624
21.20/20.75	o 36
21.43/20.96	c cleaning 9640 clauses out of 19301 with flag 5000/437818
21.71/21.24	c cleaning 7821 clauses out of 15662 with flag 11001/443819
22.01/21.57	c cleaning 7418 clauses out of 14840 with flag 18000/450818
22.31/21.92	c cleaning 7694 clauses out of 15423 with flag 26001/458819
22.81/22.32	c cleaning 8354 clauses out of 16728 with flag 35000/467818
23.31/22.80	c cleaning 9170 clauses out of 18374 with flag 45000/477818
23.71/23.28	c cleaning 9594 clauses out of 19205 with flag 55001/487819
24.21/23.76	c cleaning 9797 clauses out of 19611 with flag 65001/497819
24.73/24.24	c cleaning 9891 clauses out of 19813 with flag 75000/507818
25.21/24.71	c cleaning 9951 clauses out of 19924 with flag 85002/517820
25.61/25.20	c cleaning 9974 clauses out of 19972 with flag 95001/527819
26.22/25.70	c cleaning 9988 clauses out of 19997 with flag 105000/537818
26.62/26.16	c cleaning 9988 clauses out of 20010 with flag 115001/547819
27.14/26.66	c cleaning 10001 clauses out of 20021 with flag 125000/557818
27.64/27.14	c cleaning 9996 clauses out of 20021 with flag 135001/567819
28.14/27.64	c cleaning 10000 clauses out of 20024 with flag 145000/577818
28.64/28.11	c cleaning 9997 clauses out of 20024 with flag 155000/587818
29.06/28.59	c cleaning 9998 clauses out of 20027 with flag 165000/597818
29.55/29.07	c cleaning 10011 clauses out of 20031 with flag 175002/607820
30.05/29.52	c cleaning 9997 clauses out of 20018 with flag 185000/617818
30.55/30.05	c cleaning 9999 clauses out of 20021 with flag 195000/627818
31.05/30.56	c cleaning 10001 clauses out of 20022 with flag 205000/637818
31.55/31.04	c cleaning 9990 clauses out of 20021 with flag 215000/647818
32.05/31.53	c cleaning 10010 clauses out of 20031 with flag 225000/657818
32.55/32.01	c cleaning 10004 clauses out of 20022 with flag 235001/667819
33.05/32.51	c cleaning 9999 clauses out of 20017 with flag 245000/677818
33.57/33.03	c cleaning 9999 clauses out of 20018 with flag 255000/687818
34.06/33.52	c cleaning 10003 clauses out of 20018 with flag 265000/697818
34.57/34.02	c cleaning 9998 clauses out of 20015 with flag 275000/707818
34.96/34.49	c cleaning 9995 clauses out of 20017 with flag 285000/717818
35.46/34.98	c cleaning 10001 clauses out of 20023 with flag 295001/727819
35.96/35.47	c cleaning 9997 clauses out of 20022 with flag 305001/737819
36.46/35.96	c cleaning 10005 clauses out of 20025 with flag 315001/747819
36.96/36.45	c cleaning 10001 clauses out of 20019 with flag 325000/757818
37.45/36.95	c cleaning 9996 clauses out of 20018 with flag 335000/767818
37.98/37.45	c cleaning 9998 clauses out of 20022 with flag 345000/777818
38.46/37.98	c cleaning 10005 clauses out of 20025 with flag 355001/787819
38.98/38.47	c cleaning 9995 clauses out of 20019 with flag 365000/797818
39.46/38.91	c cleaning 10006 clauses out of 20024 with flag 375000/807818
39.96/39.40	c cleaning 10001 clauses out of 20019 with flag 385001/817819
40.36/39.89	c cleaning 9998 clauses out of 20017 with flag 395000/827818
40.96/40.41	c cleaning 10000 clauses out of 20019 with flag 405000/837818
41.46/40.93	c cleaning 9997 clauses out of 20020 with flag 415001/847819
41.96/41.42	c cleaning 9997 clauses out of 20022 with flag 425000/857818
42.38/41.89	c cleaning 9994 clauses out of 20025 with flag 435000/867818
42.86/42.36	c cleaning 10004 clauses out of 20031 with flag 445000/877818
43.38/42.88	c cleaning 10002 clauses out of 20028 with flag 455001/887819
43.87/43.36	c cleaning 10001 clauses out of 20026 with flag 465001/897819
44.37/43.86	c cleaning 10010 clauses out of 20025 with flag 475001/907819
44.87/44.37	c cleaning 9996 clauses out of 20014 with flag 485000/917818
45.37/44.87	c cleaning 9996 clauses out of 20019 with flag 495001/927819
45.87/45.33	c cleaning 10000 clauses out of 20022 with flag 505000/937818
46.37/45.81	c cleaning 9996 clauses out of 20022 with flag 515000/947818
46.87/46.36	c cleaning 10005 clauses out of 20027 with flag 525001/957819
47.38/46.82	c cleaning 9994 clauses out of 20021 with flag 535000/967818
47.80/47.30	c cleaning 9992 clauses out of 20027 with flag 545000/977818
48.29/47.78	c cleaning 10010 clauses out of 20035 with flag 555000/987818
48.79/48.28	c cleaning 10002 clauses out of 20026 with flag 565001/997819
49.29/48.77	c cleaning 10005 clauses out of 20026 with flag 575003/1007821
49.79/49.28	c cleaning 9997 clauses out of 20019 with flag 585001/1017819
50.29/49.79	c cleaning 10004 clauses out of 20023 with flag 595002/1027820
50.79/50.28	c cleaning 9999 clauses out of 20018 with flag 605001/1037819
51.29/50.78	c cleaning 9993 clauses out of 20018 with flag 615000/1047818
51.89/51.30	c cleaning 10007 clauses out of 20025 with flag 625000/1057818
52.40/51.81	c cleaning 9996 clauses out of 20019 with flag 635001/1067819
52.90/52.32	c cleaning 10001 clauses out of 20022 with flag 645000/1077818
53.42/52.83	c cleaning 9997 clauses out of 20022 with flag 655001/1087819
53.90/53.33	c cleaning 10001 clauses out of 20024 with flag 665000/1097818
54.41/53.85	c cleaning 10000 clauses out of 20024 with flag 675001/1107819
54.90/54.36	c cleaning 9996 clauses out of 20023 with flag 685000/1117818
55.40/54.85	c cleaning 10000 clauses out of 20028 with flag 695001/1127819
55.90/55.32	c cleaning 10000 clauses out of 20027 with flag 705000/1137818
56.40/55.80	c cleaning 10000 clauses out of 20027 with flag 715000/1147818
56.90/56.30	c cleaning 9996 clauses out of 20028 with flag 725001/1157819
57.30/56.78	c cleaning 10000 clauses out of 20031 with flag 735000/1167818
57.82/57.29	c cleaning 10007 clauses out of 20032 with flag 745001/1177819
58.30/57.78	c cleaning 9997 clauses out of 20024 with flag 755000/1187818
58.82/58.27	c cleaning 10001 clauses out of 20028 with flag 765001/1197819
59.30/58.77	c cleaning 10004 clauses out of 20027 with flag 775001/1207819
59.81/59.28	c cleaning 9997 clauses out of 20023 with flag 785001/1217819
60.31/59.77	c cleaning 10002 clauses out of 20026 with flag 795001/1227819
60.81/60.27	c cleaning 9998 clauses out of 20024 with flag 805001/1237819
61.31/60.74	c cleaning 9998 clauses out of 20025 with flag 815000/1247818
61.81/61.26	c cleaning 9997 clauses out of 20028 with flag 825001/1257819
62.41/61.81	c cleaning 10003 clauses out of 20030 with flag 835000/1267818
62.92/62.34	c cleaning 10001 clauses out of 20027 with flag 845000/1277818
63.42/62.86	c cleaning 9998 clauses out of 20026 with flag 855000/1287818
63.92/63.38	c cleaning 10002 clauses out of 20028 with flag 865000/1297818
64.44/63.89	c cleaning 10004 clauses out of 20027 with flag 875001/1307819
64.92/64.39	c cleaning 9997 clauses out of 20024 with flag 885002/1317820
65.44/64.91	c cleaning 10004 clauses out of 20026 with flag 895001/1327819
66.02/65.42	c cleaning 10004 clauses out of 20021 with flag 905000/1337818
66.54/65.93	c cleaning 9997 clauses out of 20018 with flag 915001/1347819
67.02/66.42	c cleaning 9997 clauses out of 20020 with flag 925000/1357818
67.52/66.91	c cleaning 9998 clauses out of 20023 with flag 935000/1367818
67.92/67.39	c cleaning 9998 clauses out of 20026 with flag 945001/1377819
68.52/67.90	c cleaning 10004 clauses out of 20027 with flag 955000/1387818
69.02/68.40	c cleaning 10002 clauses out of 20023 with flag 965000/1397818
69.43/68.88	c cleaning 10002 clauses out of 20021 with flag 975000/1407818
69.95/69.39	c cleaning 9997 clauses out of 20020 with flag 985001/1417819
70.43/69.86	c cleaning 9999 clauses out of 20022 with flag 995000/1427818
70.95/70.33	c cleaning 10006 clauses out of 20023 with flag 1005000/1437818
71.43/70.80	c cleaning 9992 clauses out of 20019 with flag 1015002/1447820
71.83/71.28	c cleaning 10002 clauses out of 20025 with flag 1025000/1457818
72.33/71.75	c cleaning 9995 clauses out of 20024 with flag 1035001/1467819
72.84/72.26	c cleaning 10002 clauses out of 20028 with flag 1045000/1477818
73.34/72.77	c cleaning 10001 clauses out of 20026 with flag 1055000/1487818
73.84/73.29	c cleaning 10004 clauses out of 20025 with flag 1065000/1497818
74.36/73.76	c cleaning 9998 clauses out of 20021 with flag 1075000/1507818
74.84/74.27	c cleaning 9996 clauses out of 20024 with flag 1085001/1517819
75.36/74.78	c cleaning 10003 clauses out of 20027 with flag 1095000/1527818
75.84/75.29	c cleaning 10001 clauses out of 20024 with flag 1105000/1537818
76.34/75.81	c cleaning 10005 clauses out of 20023 with flag 1115000/1547818
76.95/76.33	c cleaning 9994 clauses out of 20019 with flag 1125001/1557819
77.45/76.86	c cleaning 10000 clauses out of 20025 with flag 1135001/1567819
77.95/77.39	c cleaning 9997 clauses out of 20025 with flag 1145001/1577819
78.55/77.93	c cleaning 9992 clauses out of 20027 with flag 1155000/1587818
79.05/78.44	c cleaning 10003 clauses out of 20035 with flag 1165000/1597818
79.55/78.96	c cleaning 10011 clauses out of 20032 with flag 1175000/1607818
80.05/79.48	c cleaning 10002 clauses out of 20021 with flag 1185000/1617818
80.55/79.96	c cleaning 9999 clauses out of 20019 with flag 1195000/1627818
81.06/80.44	c cleaning 9993 clauses out of 20021 with flag 1205001/1637819
81.56/80.94	c cleaning 10003 clauses out of 20027 with flag 1215000/1647818
82.08/81.44	c cleaning 10007 clauses out of 20025 with flag 1225001/1657819
82.56/81.96	c cleaning 9997 clauses out of 20017 with flag 1235000/1667818
83.08/82.45	c cleaning 10004 clauses out of 20021 with flag 1245001/1677819
83.56/82.93	c cleaning 9997 clauses out of 20017 with flag 1255001/1687819
84.06/83.42	c cleaning 10007 clauses out of 20021 with flag 1265002/1697820
84.56/83.91	c cleaning 9997 clauses out of 20012 with flag 1275000/1707818
85.06/84.41	c cleaning 10003 clauses out of 20015 with flag 1285000/1717818
85.56/84.91	c cleaning 9998 clauses out of 20013 with flag 1295001/1727819
86.06/85.43	c cleaning 9997 clauses out of 20016 with flag 1305002/1737820
86.56/85.94	c cleaning 9995 clauses out of 20018 with flag 1315001/1747819
87.06/86.43	c cleaning 10006 clauses out of 20022 with flag 1325000/1757818
87.59/86.92	c cleaning 9997 clauses out of 20016 with flag 1335001/1767819
88.08/87.43	c cleaning 9998 clauses out of 20018 with flag 1345000/1777818
88.60/87.92	c cleaning 9994 clauses out of 20020 with flag 1355000/1787818
89.08/88.41	c cleaning 10008 clauses out of 20027 with flag 1365001/1797819
89.48/88.88	c cleaning 9997 clauses out of 20018 with flag 1375000/1807818
90.08/89.41	c cleaning 10004 clauses out of 20021 with flag 1385000/1817818
90.48/89.89	c cleaning 9994 clauses out of 20017 with flag 1395000/1827818
90.98/90.37	c cleaning 10003 clauses out of 20024 with flag 1405001/1837819
91.49/90.86	c cleaning 10000 clauses out of 20021 with flag 1415001/1847819
92.01/91.35	c cleaning 9997 clauses out of 20020 with flag 1425000/1857818
92.49/91.85	c cleaning 10002 clauses out of 20023 with flag 1435000/1867818
93.01/92.34	c cleaning 10001 clauses out of 20021 with flag 1445000/1877818
93.49/92.83	c cleaning 9997 clauses out of 20020 with flag 1455000/1887818
93.99/93.38	c cleaning 9994 clauses out of 20024 with flag 1465001/1897819
94.59/93.93	c cleaning 10005 clauses out of 20030 with flag 1475001/1907819
95.09/94.47	c cleaning 10008 clauses out of 20026 with flag 1485002/1917820
95.69/95.00	c cleaning 9996 clauses out of 20017 with flag 1495001/1927819
96.19/95.54	c cleaning 10003 clauses out of 20020 with flag 1505000/1937818
96.70/96.04	c cleaning 10002 clauses out of 20017 with flag 1515000/1947818
97.20/96.56	c cleaning 9999 clauses out of 20015 with flag 1525000/1957818
97.70/97.05	c cleaning 10000 clauses out of 20016 with flag 1535000/1967818
98.20/97.58	c cleaning 10006 clauses out of 20017 with flag 1545001/1977819
98.80/98.10	c cleaning 10000 clauses out of 20011 with flag 1555001/1987819
99.30/98.62	c cleaning 9993 clauses out of 20010 with flag 1565001/1997819
99.72/99.08	c cleaning 10000 clauses out of 20016 with flag 1575000/2007818
100.20/99.55	c cleaning 10007 clauses out of 20016 with flag 1585000/2017818
100.72/100.08	c cleaning 10000 clauses out of 20009 with flag 1595001/2027819
101.20/100.58	c cleaning 9994 clauses out of 20008 with flag 1605000/2037818
101.70/101.09	c cleaning 9996 clauses out of 20014 with flag 1615000/2047818
102.30/101.60	c cleaning 10000 clauses out of 20018 with flag 1625000/2057818
102.80/102.10	c cleaning 10001 clauses out of 20018 with flag 1635000/2067818
103.30/102.62	c cleaning 10004 clauses out of 20017 with flag 1645000/2077818
103.81/103.15	c cleaning 9991 clauses out of 20012 with flag 1655000/2087818
104.31/103.68	c cleaning 10006 clauses out of 20022 with flag 1665001/2097819
104.91/104.20	c cleaning 9999 clauses out of 20014 with flag 1675000/2107818
105.31/104.69	c cleaning 9998 clauses out of 20016 with flag 1685001/2117819
105.91/105.20	c cleaning 10000 clauses out of 20017 with flag 1695000/2127818
106.41/105.71	c cleaning 9999 clauses out of 20016 with flag 1705000/2137818
106.81/106.11	c starts		: 219
106.81/106.11	c conflicts		: 2146335
106.81/106.11	c decisions		: 2295856
106.81/106.11	c propagations		: 50826922
106.81/106.11	c inspects		: 591428716
106.81/106.12	c shortcuts		: 0
106.81/106.12	c learnt literals	: 28
106.81/106.12	c learnt binary clauses	: 167
106.81/106.12	c learnt ternary clauses	: 623
106.81/106.12	c learnt constraints	: 2146306
106.81/106.12	c ignored constraints	: 0
106.81/106.12	c root simplifications	: 0
106.81/106.12	c removed literals (reason simplification)	: 18984852
106.81/106.12	c reason swapping (by a shorter reason)	: 0
106.81/106.12	c Calls to reduceDB	: 219
106.81/106.12	c number of reductions to clauses (during analyze)	: 0
106.81/106.12	c number of learned constraints concerned by reduction	: 0
106.81/106.12	c number of learning phase by resolution	: 0
106.81/106.12	c number of learning phase by cutting planes	: 0
106.81/106.12	c speed (assignments/second)	: 595414.0152757602
106.81/106.12	c non guided choices	611
106.81/106.12	c learnt constraints type 
106.81/106.12	c constraints type 
106.81/106.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
106.81/106.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
106.81/106.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
106.81/106.12	s OPTIMUM FOUND
106.81/106.12	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 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 
106.81/106.12	c objective function=36
106.81/106.12	c Total wall clock time (in seconds): 105.991

Verifier Data

OK	36

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3459449-1307146673/watcher-3459449-1307146673 -o /tmp/evaluation-result-3459449-1307146673/solver-3459449-1307146673 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459449-1307146673.opb 

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: 0.93 1.36 1.71 2/520 27719
/proc/meminfo: memFree=21603772/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 1317 0 0 0 0 0 0 0 17 0 2 0 807082819 36646912 1018 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 8947 1018 782 9 0 386 0
[pid=27719/tid=27721] ppid=27715 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) S 27715 27719 25640 0 -1 4202560 202 0 0 0 0 0 0 0 18 0 2 0 807082820 36646912 1018 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228095471174 0 0 0 16784584 9905316640487112703 0 0 -1 3 0 0 0

[startup+0.0464869 s]
/proc/loadavg: 0.93 1.36 1.71 2/520 27719
/proc/meminfo: memFree=21603772/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 13208 0 1 0 1 1 0 0 17 0 10 0 807082819 13861900288 12906 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3384253 12908 1514 9 0 3375001 0
[pid=27719/tid=27721] ppid=27715 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 12087 0 1 0 1 1 0 0 18 0 10 0 807082820 13861900288 12908 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 47317945341971 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.100463 s]
/proc/loadavg: 0.93 1.36 1.71 2/520 27719
/proc/meminfo: memFree=21603772/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13555380 CPUtime=0.08 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 14706 0 1 0 6 2 0 0 17 0 18 0 807082819 13880709120 14402 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3388845 14402 1913 9 0 3379579 0
[pid=27719/tid=27721] ppid=27715 vsize=13555380 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 13329 0 1 0 5 1 0 0 22 0 18 0 807082820 13880709120 14402 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107276981 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13555380

[startup+0.300379 s]
/proc/loadavg: 0.93 1.36 1.71 2/520 27719
/proc/meminfo: memFree=21603772/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13627892 CPUtime=0.43 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 18415 0 1 0 41 2 0 0 17 0 19 0 807082819 13954961408 17533 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3406973 17533 2207 9 0 3397707 0
[pid=27719/tid=27721] ppid=27715 vsize=13627892 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 14793 0 1 0 25 1 0 0 19 0 19 0 807082820 13954961408 17533 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13627892

[startup+0.700303 s]
/proc/loadavg: 0.93 1.36 1.71 2/520 27719
/proc/meminfo: memFree=21603772/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13628868 CPUtime=1.12 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 20424 0 1 0 109 3 0 0 17 0 19 0 807082819 13955960832 18844 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3407217 18844 2249 9 0 3397951 0
[pid=27719/tid=27721] ppid=27715 vsize=13628868 CPUtime=0.65 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 15055 0 1 0 63 2 0 0 19 0 19 0 807082820 13955960832 18844 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505665792 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13628868

[startup+1.50115 s]
/proc/loadavg: 0.93 1.36 1.71 4/558 27760
/proc/meminfo: memFree=21462188/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13628868 CPUtime=1.97 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 20770 0 1 0 194 3 0 0 17 0 19 0 807082819 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3407217 19187 2250 9 0 3397951 0
[pid=27719/tid=27721] ppid=27715 vsize=13628868 CPUtime=1.4 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 15058 0 1 0 138 2 0 0 20 0 19 0 807082820 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505602759 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27719/tid=27724] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27715 27719 25640 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27725] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27715 27719 25640 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27727] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27728] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27715 27719 25640 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27730] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27715 27719 25640 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27733] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27715 27719 25640 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27735] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27715 27719 25640 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27737] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27715 27719 25640 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27741] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27741/stat : 27741 (java) S 27715 27719 25640 0 -1 4202560 383 0 0 0 5 0 0 0 16 0 19 0 807082824 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 0 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27743] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27743/stat : 27743 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 807082825 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27745] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27745/stat : 27745 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 807082825 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27747] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27747/stat : 27747 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807082827 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107274673 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27749] ppid=27715 vsize=13628868 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27749/stat : 27749 (java) S 27715 27719 25640 0 -1 4202560 2379 0 0 0 25 0 0 0 15 0 19 0 807082827 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27752] ppid=27715 vsize=13628868 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27752/stat : 27752 (java) S 27715 27719 25640 0 -1 4202560 1383 0 0 0 24 0 0 0 15 0 19 0 807082827 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27753] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27753/stat : 27753 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807082827 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27755] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27755/stat : 27755 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807082827 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27759] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27759/stat : 27759 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807082846 13955960832 19187 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 13628868

[startup+3.10091 s]
/proc/loadavg: 0.93 1.36 1.71 4/558 27760
/proc/meminfo: memFree=21457420/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13628868 CPUtime=3.57 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 21110 0 1 0 354 3 0 0 17 0 19 0 807082819 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3407217 19522 2250 9 0 3397951 0
[pid=27719/tid=27721] ppid=27715 vsize=13628868 CPUtime=2.92 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 15063 0 1 0 290 2 0 0 23 0 19 0 807082820 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505644548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27719/tid=27724] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27715 27719 25640 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27725] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27715 27719 25640 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27727] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27715 27719 25640 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27728] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27715 27719 25640 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27730] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27715 27719 25640 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27733] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27715 27719 25640 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27735] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27715 27719 25640 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27737] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27715 27719 25640 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27741] ppid=27715 vsize=13628868 CPUtime=0.12 cores=1,3,5,7
/proc/27719/task/27741/stat : 27741 (java) S 27715 27719 25640 0 -1 4202560 530 0 0 0 12 0 0 0 15 0 19 0 807082824 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 0 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27743] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27743/stat : 27743 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 807082825 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27745] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27745/stat : 27745 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 807082825 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27747] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27747/stat : 27747 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807082827 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107274673 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27749] ppid=27715 vsize=13628868 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27749/stat : 27749 (java) S 27715 27719 25640 0 -1 4202560 2379 0 0 0 25 0 0 0 15 0 19 0 807082827 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27752] ppid=27715 vsize=13628868 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27752/stat : 27752 (java) S 27715 27719 25640 0 -1 4202560 1383 0 0 0 24 0 0 0 15 0 19 0 807082827 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27753] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27753/stat : 27753 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807082827 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27755] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27755/stat : 27755 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807082827 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27759] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27759/stat : 27759 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807082846 13955960832 19522 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 13628868

[startup+6.30131 s]
/proc/loadavg: 1.25 1.42 1.73 4/558 27760
/proc/meminfo: memFree=21455884/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13628868 CPUtime=6.77 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 21358 0 1 0 674 3 0 0 17 0 19 0 807082819 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3407217 19762 2250 9 0 3397951 0
[pid=27719/tid=27721] ppid=27715 vsize=13628868 CPUtime=6 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 15071 0 1 0 598 2 0 0 25 0 19 0 807082820 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505602774 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27719/tid=27724] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27715 27719 25640 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27725] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27727] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27715 27719 25640 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27728] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27715 27719 25640 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27730] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27715 27719 25640 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27733] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27715 27719 25640 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27735] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27715 27719 25640 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27737] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27715 27719 25640 0 -1 4202560 293 0 0 0 0 0 0 0 16 0 19 0 807082823 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27741] ppid=27715 vsize=13628868 CPUtime=0.23 cores=1,3,5,7
/proc/27719/task/27741/stat : 27741 (java) S 27715 27719 25640 0 -1 4202560 705 0 0 0 23 0 0 0 16 0 19 0 807082824 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 0 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27743] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27743/stat : 27743 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 807082825 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27745] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27745/stat : 27745 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 807082825 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27747] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27747/stat : 27747 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807082827 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107274673 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27749] ppid=27715 vsize=13628868 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27749/stat : 27749 (java) S 27715 27719 25640 0 -1 4202560 2379 0 0 0 25 0 0 0 15 0 19 0 807082827 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27752] ppid=27715 vsize=13628868 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27752/stat : 27752 (java) S 27715 27719 25640 0 -1 4202560 1383 0 0 0 24 0 0 0 15 0 19 0 807082827 13955960832 19762 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0

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

/proc/27719/task/27724/stat : 27724 (java) S 27715 27719 25640 0 -1 4202560 102 0 0 0 5 0 0 0 16 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27725] ppid=27715 vsize=13628868 CPUtime=0.04 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27715 27719 25640 0 -1 4202560 29 0 0 0 4 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27727] ppid=27715 vsize=13628868 CPUtime=0.07 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27728] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27715 27719 25640 0 -1 4202560 54 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27730] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27715 27719 25640 0 -1 4202560 114 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27733] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27715 27719 25640 0 -1 4202560 57 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27735] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27715 27719 25640 0 -1 4202560 136 0 0 0 5 0 0 0 16 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27737] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27715 27719 25640 0 -1 4202560 313 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27741] ppid=27715 vsize=13628868 CPUtime=3.28 cores=1,3,5,7
/proc/27719/task/27741/stat : 27741 (java) S 27715 27719 25640 0 -1 4202560 957 0 0 0 325 3 0 0 15 0 19 0 807082824 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 0 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27743] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27743/stat : 27743 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27745] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27745/stat : 27745 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27747] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27747/stat : 27747 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107274673 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27749] ppid=27715 vsize=13628868 CPUtime=0.28 cores=1,3,5,7
/proc/27719/task/27749/stat : 27749 (java) S 27715 27719 25640 0 -1 4202560 3193 0 0 0 28 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27752] ppid=27715 vsize=13628868 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27752/stat : 27752 (java) S 27715 27719 25640 0 -1 4202560 1383 0 0 0 24 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27753] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27753/stat : 27753 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27755] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27755/stat : 27755 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27759] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27759/stat : 27759 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807082846 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 104.61
Current children cumulated vsize (KiB) 13628868

[startup+105.501 s]
/proc/loadavg: 1.93 1.61 1.76 4/558 27949
/proc/meminfo: memFree=21414712/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13628868 CPUtime=106.23 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 22780 0 1 0 10614 9 0 0 17 0 19 0 807082819 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3407217 20326 2251 9 0 3397951 0
[pid=27719/tid=27721] ppid=27715 vsize=13628868 CPUtime=101.86 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 15274 0 1 0 10184 2 0 0 25 0 19 0 807082820 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505602740 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27719/tid=27724] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27715 27719 25640 0 -1 4202560 102 0 0 0 5 0 0 0 16 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27725] ppid=27715 vsize=13628868 CPUtime=0.04 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27715 27719 25640 0 -1 4202560 29 0 0 0 4 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27727] ppid=27715 vsize=13628868 CPUtime=0.07 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27728] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27715 27719 25640 0 -1 4202560 54 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27730] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27715 27719 25640 0 -1 4202560 114 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27733] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27715 27719 25640 0 -1 4202560 57 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27735] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27715 27719 25640 0 -1 4202560 136 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27737] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27715 27719 25640 0 -1 4202560 313 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27741] ppid=27715 vsize=13628868 CPUtime=3.32 cores=1,3,5,7
/proc/27719/task/27741/stat : 27741 (java) S 27715 27719 25640 0 -1 4202560 957 0 0 0 329 3 0 0 15 0 19 0 807082824 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 0 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27743] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27743/stat : 27743 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27745] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27745/stat : 27745 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27747] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27747/stat : 27747 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107274673 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27749] ppid=27715 vsize=13628868 CPUtime=0.28 cores=1,3,5,7
/proc/27719/task/27749/stat : 27749 (java) S 27715 27719 25640 0 -1 4202560 3193 0 0 0 28 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27752] ppid=27715 vsize=13628868 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27752/stat : 27752 (java) S 27715 27719 25640 0 -1 4202560 1383 0 0 0 24 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27753] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27753/stat : 27753 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27755] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27755/stat : 27755 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27759] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27759/stat : 27759 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807082846 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 106.23
Current children cumulated vsize (KiB) 13628868

[startup+105.901 s]
/proc/loadavg: 1.93 1.61 1.76 4/558 27949
/proc/meminfo: memFree=21414712/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13628868 CPUtime=106.61 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 22781 0 1 0 10652 9 0 0 17 0 19 0 807082819 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3407217 20326 2251 9 0 3397951 0
[pid=27719/tid=27721] ppid=27715 vsize=13628868 CPUtime=102.22 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 15275 0 1 0 10220 2 0 0 25 0 19 0 807082820 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505575396 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27719/tid=27724] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27715 27719 25640 0 -1 4202560 102 0 0 0 5 0 0 0 16 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27725] ppid=27715 vsize=13628868 CPUtime=0.04 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27715 27719 25640 0 -1 4202560 29 0 0 0 4 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27727] ppid=27715 vsize=13628868 CPUtime=0.07 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27728] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27715 27719 25640 0 -1 4202560 54 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27730] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27715 27719 25640 0 -1 4202560 114 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27733] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27715 27719 25640 0 -1 4202560 57 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27735] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27715 27719 25640 0 -1 4202560 136 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27737] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27715 27719 25640 0 -1 4202560 313 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27741] ppid=27715 vsize=13628868 CPUtime=3.34 cores=1,3,5,7
/proc/27719/task/27741/stat : 27741 (java) S 27715 27719 25640 0 -1 4202560 957 0 0 0 331 3 0 0 15 0 19 0 807082824 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 0 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27743] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27743/stat : 27743 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27745] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27745/stat : 27745 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27747] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27747/stat : 27747 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107274673 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27749] ppid=27715 vsize=13628868 CPUtime=0.28 cores=1,3,5,7
/proc/27719/task/27749/stat : 27749 (java) S 27715 27719 25640 0 -1 4202560 3193 0 0 0 28 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27752] ppid=27715 vsize=13628868 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27752/stat : 27752 (java) S 27715 27719 25640 0 -1 4202560 1383 0 0 0 24 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27753] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27753/stat : 27753 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27755] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27755/stat : 27755 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27759] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27759/stat : 27759 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807082846 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 106.61
Current children cumulated vsize (KiB) 13628868

[startup+106.101 s]
/proc/loadavg: 1.93 1.61 1.76 4/558 27949
/proc/meminfo: memFree=21414712/32951124 swapFree=58800704/67111528
[pid=27719] ppid=27715 vsize=13628868 CPUtime=106.81 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27715 27719 25640 0 -1 4202496 22781 0 1 0 10672 9 0 0 17 0 19 0 807082819 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27719/statm: 3407217 20326 2251 9 0 3397951 0
[pid=27719/tid=27721] ppid=27715 vsize=13628868 CPUtime=102.42 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27715 27719 25640 0 -1 4202560 15275 0 1 0 10240 2 0 0 25 0 19 0 807082820 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 46912505579586 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27719/tid=27724] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27715 27719 25640 0 -1 4202560 102 0 0 0 5 0 0 0 16 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27725] ppid=27715 vsize=13628868 CPUtime=0.04 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27715 27719 25640 0 -1 4202560 29 0 0 0 4 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27727] ppid=27715 vsize=13628868 CPUtime=0.07 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27728] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27715 27719 25640 0 -1 4202560 54 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27730] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27715 27719 25640 0 -1 4202560 114 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27733] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27715 27719 25640 0 -1 4202560 57 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27735] ppid=27715 vsize=13628868 CPUtime=0.05 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27715 27719 25640 0 -1 4202560 136 0 0 0 5 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27737] ppid=27715 vsize=13628868 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27715 27719 25640 0 -1 4202560 313 0 0 0 6 0 0 0 15 0 19 0 807082823 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 5 0 0 0
[pid=27719/tid=27741] ppid=27715 vsize=13628868 CPUtime=3.34 cores=1,3,5,7
/proc/27719/task/27741/stat : 27741 (java) S 27715 27719 25640 0 -1 4202560 957 0 0 0 331 3 0 0 15 0 19 0 807082824 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 0 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27743] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27743/stat : 27743 (java) S 27715 27719 25640 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27745] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27745/stat : 27745 (java) S 27715 27719 25640 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 807082825 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 7 0 0 0
[pid=27719/tid=27747] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27747/stat : 27747 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107274673 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27749] ppid=27715 vsize=13628868 CPUtime=0.28 cores=1,3,5,7
/proc/27719/task/27749/stat : 27749 (java) S 27715 27719 25640 0 -1 4202560 3193 0 0 0 28 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27752] ppid=27715 vsize=13628868 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27752/stat : 27752 (java) S 27715 27719 25640 0 -1 4202560 1383 0 0 0 24 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
[pid=27719/tid=27753] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27753/stat : 27753 (java) S 27715 27719 25640 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107266969 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27755] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27755/stat : 27755 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807082827 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 3 0 0 0
[pid=27719/tid=27759] ppid=27715 vsize=13628868 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27759/stat : 27759 (java) S 27715 27719 25640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807082846 13955960832 20326 33554432000 1073741824 1073778376 140737060252112 18446744073709551615 228107267584 0 4 0 16800975 18446604455218954496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 106.81
Current children cumulated vsize (KiB) 13628868

Child status: 30
Real time (s): 106.127
CPU time (s): 106.851
CPU user time (s): 106.755
CPU system time (s): 0.095985
CPU usage (%): 100.682
Max. virtual memory (cumulated for all children) (KiB): 13628868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.755
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22812
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= 8690
involuntary context switches= 3874

runsolver used 0.549916 second user time and 1.3148 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-04 02:17:54
IDJOB=3459449
IDBENCH=2031
IDSOLVER=1952
FILE ID=node142/3459449-1307146673
RUNJOBID= node142-1307146673-27700
PBS_JOBID= 13508774
Free space on /tmp= 73924 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459449-1307146673/watcher-3459449-1307146673 -o /tmp/evaluation-result-3459449-1307146673/solver-3459449-1307146673 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459449-1307146673.opb

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=260930299

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21604208 kB
Buffers:        254468 kB
Cached:         420164 kB
SwapCached:      11452 kB
Active:        9301360 kB
Inactive:      1784740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21604208 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:             840 kB
Writeback:           0 kB
AnonPages:    10409184 kB
Mapped:          31172 kB
Slab:           116204 kB
PageTables:      75316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145378668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73924 MiB
End job on node142 at 2011-06-04 02:19:40