Trace number 3459443

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.0OPT64 91.786 90.6843

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-2pb.opb
MD5SUM135acf1f05855c365b3d13b378debe22
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark0.052991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1952
Number of constraints which are clauses1928
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 constraint27
Number of terms in the objective function 648
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 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
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.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.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3459443-1307146629.opb
0.08/0.12	c reading problem ... 
0.25/0.29	c ... done. Wall clock time 0.162s.
0.25/0.29	c #vars     648
0.25/0.29	c #constraints  1952
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1550
0.25/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378
0.87/0.58	c cleaning 2494 clauses out of 4997 with flag 5000/5000
1.24/0.79	c cleaning 4248 clauses out of 8503 with flag 11000/11000
1.84/1.05	c cleaning 5625 clauses out of 11255 with flag 18000/18000
2.25/1.41	c cleaning 6814 clauses out of 13631 with flag 26001/26001
2.70/1.82	c cleaning 7906 clauses out of 15816 with flag 35000/35000
3.20/2.30	c cleaning 8952 clauses out of 17910 with flag 45000/45000
3.60/2.72	c cleaning 9477 clauses out of 18960 with flag 55002/55002
4.00/3.19	c cleaning 9732 clauses out of 19481 with flag 65000/65000
4.50/3.61	c cleaning 9868 clauses out of 19749 with flag 75000/75000
5.00/4.12	c cleaning 9935 clauses out of 19882 with flag 85001/85001
5.50/4.62	c cleaning 9965 clauses out of 19946 with flag 95000/95000
5.91/5.10	c cleaning 9986 clauses out of 19980 with flag 105000/105000
6.43/5.57	c cleaning 9991 clauses out of 19995 with flag 115001/115001
6.81/5.99	c cleaning 9995 clauses out of 20005 with flag 125002/125002
7.01/6.11	c SATISFIABLE
7.01/6.11	c OPTIMIZING...
7.01/6.11	c Got one! Elapsed wall clock time (in seconds):5.982
7.01/6.11	o 70
7.12/6.23	c cleaning 7774 clauses out of 15565 with flag 3001/130557
7.32/6.44	c cleaning 6887 clauses out of 13790 with flag 9000/136556
7.54/6.69	c cleaning 6944 clauses out of 13903 with flag 16000/143556
7.83/6.98	c cleaning 7460 clauses out of 14959 with flag 24000/151556
8.23/7.35	c cleaning 8247 clauses out of 16500 with flag 33001/160557
8.73/7.80	c cleaning 9119 clauses out of 18253 with flag 43001/170557
9.13/8.26	c cleaning 9561 clauses out of 19133 with flag 53001/180557
9.53/8.68	c cleaning 9776 clauses out of 19572 with flag 63001/190557
9.94/9.04	c cleaning 9890 clauses out of 19797 with flag 73002/200558
10.34/9.47	c cleaning 9950 clauses out of 19906 with flag 83001/210557
10.74/9.84	c cleaning 9969 clauses out of 19955 with flag 93000/220556
11.13/10.28	c cleaning 9988 clauses out of 19987 with flag 103001/230557
11.64/10.77	c cleaning 9994 clauses out of 20001 with flag 113003/240559
12.24/11.31	c cleaning 9998 clauses out of 20004 with flag 123000/250556
12.74/11.86	c cleaning 9989 clauses out of 20006 with flag 133000/260556
13.23/12.32	c cleaning 10005 clauses out of 20017 with flag 143000/270556
13.54/12.67	c cleaning 9999 clauses out of 20013 with flag 153001/280557
13.94/13.09	c cleaning 10003 clauses out of 20014 with flag 163001/290557
14.34/13.49	c cleaning 10001 clauses out of 20010 with flag 173001/300557
14.84/13.97	c cleaning 9996 clauses out of 20008 with flag 183000/310556
14.94/14.07	c Got one! Elapsed wall clock time (in seconds):13.947
14.94/14.07	o 68
15.04/14.18	c cleaning 7762 clauses out of 15533 with flag 3000/316078
15.34/14.42	c cleaning 6881 clauses out of 13771 with flag 9000/322078
15.64/14.71	c cleaning 6942 clauses out of 13891 with flag 16001/329079
15.94/15.03	c cleaning 7470 clauses out of 14947 with flag 24000/337078
16.36/15.48	c cleaning 8232 clauses out of 16477 with flag 33000/346078
16.85/15.99	c cleaning 9111 clauses out of 18246 with flag 43001/356079
17.35/16.51	c cleaning 9561 clauses out of 19134 with flag 53000/366078
17.85/16.97	c cleaning 9784 clauses out of 19575 with flag 63002/376080
18.35/17.45	c cleaning 9893 clauses out of 19789 with flag 73000/386078
18.85/17.95	c cleaning 9945 clauses out of 19897 with flag 83001/396079
19.35/18.45	c cleaning 9968 clauses out of 19952 with flag 93001/406079
19.75/18.86	c cleaning 9983 clauses out of 19981 with flag 103000/416078
20.25/19.39	c cleaning 9993 clauses out of 19998 with flag 113000/426078
20.85/19.93	c cleaning 9996 clauses out of 20005 with flag 123000/436078
21.25/20.36	c cleaning 9991 clauses out of 20009 with flag 133000/446078
21.65/20.78	c cleaning 10005 clauses out of 20019 with flag 143001/456079
22.06/21.15	c cleaning 9999 clauses out of 20013 with flag 153000/466078
22.46/21.54	c cleaning 10003 clauses out of 20015 with flag 163001/476079
22.86/21.93	c cleaning 9994 clauses out of 20012 with flag 173001/486079
23.36/22.47	c cleaning 10002 clauses out of 20017 with flag 183000/496078
23.86/22.99	c cleaning 10001 clauses out of 20015 with flag 193000/506078
24.36/23.46	c cleaning 10000 clauses out of 20014 with flag 203000/516078
24.86/23.93	c cleaning 10000 clauses out of 20014 with flag 213000/526078
25.36/24.46	c cleaning 10003 clauses out of 20014 with flag 223000/536078
25.76/24.88	c cleaning 9999 clauses out of 20012 with flag 233001/546079
26.17/25.26	c cleaning 10000 clauses out of 20013 with flag 243001/556079
26.56/25.68	c cleaning 9994 clauses out of 20012 with flag 253000/566078
27.06/26.18	c cleaning 10002 clauses out of 20018 with flag 263000/576078
27.76/26.80	c cleaning 10002 clauses out of 20016 with flag 273000/586078
28.37/27.43	c cleaning 9982 clauses out of 20014 with flag 283000/596078
28.66/27.74	c Got one! Elapsed wall clock time (in seconds):27.613
28.66/27.74	o 66
28.76/27.81	c cleaning 7999 clauses out of 16010 with flag 2001/602056
28.97/28.07	c cleaning 6976 clauses out of 14010 with flag 8000/608055
29.39/28.44	c cleaning 7000 clauses out of 14034 with flag 15000/615055
29.79/28.83	c cleaning 7509 clauses out of 15034 with flag 23000/623055
30.19/29.28	c cleaning 8254 clauses out of 16527 with flag 32002/632057
30.79/29.86	c cleaning 9122 clauses out of 18272 with flag 42001/642056
31.49/30.50	c cleaning 9569 clauses out of 19150 with flag 52001/652056
32.09/31.10	c cleaning 9772 clauses out of 19581 with flag 62001/662056
32.59/31.61	c cleaning 9898 clauses out of 19808 with flag 72000/672055
32.99/32.06	c cleaning 9937 clauses out of 19911 with flag 82001/682056
33.39/32.46	c cleaning 9977 clauses out of 19972 with flag 92000/692055
33.90/32.92	c cleaning 9986 clauses out of 19995 with flag 102000/702055
34.29/33.38	c cleaning 10001 clauses out of 20011 with flag 112002/712057
34.90/33.93	c cleaning 9970 clauses out of 20008 with flag 122000/722055
35.30/34.38	c cleaning 10014 clauses out of 20039 with flag 132001/732056
35.90/34.93	c cleaning 10006 clauses out of 20027 with flag 142003/742058
36.40/35.41	c cleaning 10005 clauses out of 20020 with flag 152002/752057
36.80/35.86	c cleaning 9998 clauses out of 20014 with flag 162001/762056
37.32/36.32	c cleaning 10005 clauses out of 20015 with flag 172000/772055
37.70/36.77	c cleaning 10000 clauses out of 20010 with flag 182000/782055
38.20/37.26	c cleaning 10000 clauses out of 20011 with flag 192001/792056
38.70/37.71	c cleaning 10001 clauses out of 20010 with flag 202000/802055
39.10/38.16	c cleaning 10000 clauses out of 20010 with flag 212001/812056
39.60/38.63	c cleaning 9994 clauses out of 20009 with flag 222000/822055
40.11/39.18	c cleaning 10000 clauses out of 20015 with flag 232000/832055
40.80/39.82	c cleaning 10000 clauses out of 20017 with flag 242002/842057
41.41/40.44	c cleaning 10007 clauses out of 20017 with flag 252002/852057
41.91/40.98	c cleaning 9998 clauses out of 20008 with flag 262000/862055
42.51/41.53	c cleaning 9995 clauses out of 20010 with flag 272000/872055
43.01/42.05	c cleaning 9988 clauses out of 20015 with flag 282000/882055
43.81/42.82	c cleaning 9988 clauses out of 20027 with flag 292000/892055
44.42/43.49	c cleaning 10015 clauses out of 20041 with flag 302002/902057
45.22/44.28	c cleaning 9996 clauses out of 20025 with flag 312001/912056
45.92/44.97	c cleaning 10002 clauses out of 20028 with flag 322000/922055
46.52/45.55	c cleaning 10007 clauses out of 20028 with flag 332002/932057
47.32/46.34	c cleaning 10000 clauses out of 20019 with flag 342000/942055
48.02/47.07	c cleaning 9984 clauses out of 20019 with flag 352000/952055
48.72/47.78	c cleaning 10014 clauses out of 20037 with flag 362002/962057
49.22/48.31	c cleaning 10001 clauses out of 20022 with flag 372001/972056
49.82/48.87	c cleaning 10000 clauses out of 20021 with flag 382001/982056
50.43/49.44	c cleaning 9999 clauses out of 20020 with flag 392000/992055
51.12/50.11	c cleaning 10006 clauses out of 20022 with flag 402001/1002056
51.72/50.71	c cleaning 10003 clauses out of 20015 with flag 412000/1012055
52.22/51.20	c cleaning 9997 clauses out of 20012 with flag 422000/1022055
52.82/51.89	c cleaning 9991 clauses out of 20015 with flag 432000/1032055
53.62/52.60	c cleaning 10006 clauses out of 20024 with flag 442000/1042055
54.23/53.28	c cleaning 9994 clauses out of 20019 with flag 452001/1052056
55.13/54.11	c cleaning 10005 clauses out of 20024 with flag 462000/1062055
55.83/54.86	c cleaning 9990 clauses out of 20019 with flag 472000/1072055
56.73/55.71	c cleaning 9985 clauses out of 20029 with flag 482000/1082055
57.53/56.53	c cleaning 10015 clauses out of 20044 with flag 492000/1092055
58.14/57.13	c cleaning 10008 clauses out of 20029 with flag 502000/1102055
58.63/57.67	c cleaning 10003 clauses out of 20021 with flag 512000/1112055
59.14/58.18	c cleaning 10002 clauses out of 20018 with flag 522000/1122055
59.73/58.70	c cleaning 10000 clauses out of 20016 with flag 532000/1132055
60.23/59.28	c cleaning 9986 clauses out of 20018 with flag 542002/1142057
61.04/60.09	c cleaning 9987 clauses out of 20030 with flag 552000/1152055
61.34/60.40	c Got one! Elapsed wall clock time (in seconds):60.279
61.34/60.40	o 64
61.44/60.50	c cleaning 7952 clauses out of 15981 with flag 2000/1157993
61.84/60.88	c cleaning 6985 clauses out of 14029 with flag 8000/1163993
62.34/61.32	c cleaning 7017 clauses out of 14044 with flag 15000/1170993
62.84/61.88	c cleaning 7493 clauses out of 15027 with flag 23000/1178993
63.54/62.60	c cleaning 8257 clauses out of 16534 with flag 32000/1187993
64.34/63.31	c cleaning 9118 clauses out of 18277 with flag 42000/1197993
64.94/63.90	c cleaning 9573 clauses out of 19159 with flag 52000/1207993
65.54/64.60	c cleaning 9772 clauses out of 19586 with flag 62000/1217993
66.24/65.24	c cleaning 9892 clauses out of 19817 with flag 72003/1227996
66.95/65.95	c cleaning 9945 clauses out of 19923 with flag 82001/1237994
67.64/66.63	c cleaning 9970 clauses out of 19978 with flag 92001/1247994
68.34/67.31	c cleaning 9997 clauses out of 20007 with flag 102000/1257993
68.95/67.98	c cleaning 10000 clauses out of 20010 with flag 112000/1267993
69.65/68.66	c cleaning 10001 clauses out of 20011 with flag 122001/1277994
70.25/69.23	c cleaning 9995 clauses out of 20008 with flag 132000/1287993
71.05/70.03	c cleaning 9984 clauses out of 20014 with flag 142001/1297994
71.85/70.80	c cleaning 10004 clauses out of 20029 with flag 152000/1307993
72.57/71.58	c cleaning 10007 clauses out of 20026 with flag 162001/1317994
73.35/72.35	c cleaning 9988 clauses out of 20019 with flag 172001/1327994
74.16/73.14	c cleaning 9987 clauses out of 20031 with flag 182001/1337994
74.96/73.91	c cleaning 10012 clauses out of 20043 with flag 192000/1347993
75.67/74.65	c cleaning 9996 clauses out of 20030 with flag 202000/1357993
76.47/75.40	c cleaning 10012 clauses out of 20035 with flag 212001/1367994
77.27/76.21	c cleaning 9986 clauses out of 20022 with flag 222000/1377993
77.97/77.00	c cleaning 9989 clauses out of 20036 with flag 232000/1387993
78.87/77.80	c cleaning 10005 clauses out of 20047 with flag 242000/1397993
79.57/78.54	c cleaning 9999 clauses out of 20043 with flag 252001/1407994
80.37/79.35	c cleaning 10003 clauses out of 20043 with flag 262000/1417993
81.17/80.15	c cleaning 10001 clauses out of 20040 with flag 272000/1427993
81.98/80.91	c cleaning 10002 clauses out of 20040 with flag 282001/1437994
82.68/81.69	c cleaning 9987 clauses out of 20038 with flag 292001/1447994
83.48/82.48	c cleaning 10006 clauses out of 20049 with flag 302000/1457993
84.28/83.28	c cleaning 9993 clauses out of 20043 with flag 312000/1467993
85.18/84.11	c cleaning 10003 clauses out of 20050 with flag 322000/1477993
85.98/84.93	c cleaning 9999 clauses out of 20047 with flag 332000/1487993
86.79/85.72	c cleaning 10010 clauses out of 20048 with flag 342000/1497993
87.58/86.53	c cleaning 9999 clauses out of 20038 with flag 352000/1507993
88.39/87.33	c cleaning 10003 clauses out of 20039 with flag 362000/1517993
89.19/88.13	c cleaning 9998 clauses out of 20036 with flag 372001/1527994
89.99/88.91	c cleaning 9994 clauses out of 20038 with flag 382001/1537994
90.79/89.75	c cleaning 9999 clauses out of 20040 with flag 392000/1547993
91.59/90.58	c cleaning 10015 clauses out of 20043 with flag 402002/1557995
91.69/90.67	c starts		: 194
91.69/90.67	c conflicts		: 1558888
91.69/90.67	c decisions		: 1911699
91.69/90.67	c propagations		: 82903536
91.69/90.67	c inspects		: 743861790
91.69/90.67	c shortcuts		: 0
91.69/90.67	c learnt literals	: 22
91.69/90.67	c learnt binary clauses	: 268
91.69/90.67	c learnt ternary clauses	: 1321
91.69/90.67	c learnt constraints	: 1558865
91.69/90.67	c ignored constraints	: 0
91.69/90.67	c root simplifications	: 0
91.69/90.67	c removed literals (reason simplification)	: 13562461
91.69/90.67	c reason swapping (by a shorter reason)	: 0
91.69/90.67	c Calls to reduceDB	: 163
91.69/90.67	c number of reductions to clauses (during analyze)	: 0
91.69/90.67	c number of learned constraints concerned by reduction	: 0
91.69/90.67	c number of learning phase by resolution	: 0
91.69/90.67	c number of learning phase by cutting planes	: 0
91.69/90.67	c speed (assignments/second)	: 2738892.464237339
91.69/90.67	c non guided choices	498
91.69/90.67	c learnt constraints type 
91.69/90.67	c constraints type 
91.69/90.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1550
91.69/90.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
91.69/90.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378
91.69/90.67	s OPTIMUM FOUND
91.69/90.67	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 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
91.69/90.67	c objective function=64
91.69/90.67	c Total wall clock time (in seconds): 90.551

Verifier Data

OK	64

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-3459443-1307146629/watcher-3459443-1307146629 -o /tmp/evaluation-result-3459443-1307146629/solver-3459443-1307146629 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459443-1307146629.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.38 1.73 3/510 2798
/proc/meminfo: memFree=16775108/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=8968 CPUtime=0 cores=1,3,5,7
/proc/2798/stat : 2798 (java) R 2796 2798 1240 0 -1 4202496 373 0 0 0 0 0 0 0 17 0 1 0 807079011 9183232 122 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255106429655 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2798/statm: 2324 127 99 9 0 116 0
[pid=2798/tid=2800] ppid=2796 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 1832 0 1 0 0 0 0 0 18 0 2 0 807079011 13833195520 2648 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255106462779 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.085655 s]
/proc/loadavg: 0.93 1.38 1.73 3/510 2798
/proc/meminfo: memFree=16775108/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 14305 0 1 0 4 2 0 0 17 0 18 0 807079011 13880410112 14002 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3388772 14002 1742 9 0 3379506 0
[pid=2798/tid=2800] ppid=2796 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 13131 0 1 0 4 2 0 0 18 0 18 0 807079011 13880410112 14002 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118595531 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13555088

[startup+0.100617 s]
/proc/loadavg: 0.93 1.38 1.73 3/510 2798
/proc/meminfo: memFree=16775108/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13620896 CPUtime=0.08 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 14811 0 1 0 6 2 0 0 17 0 18 0 807079011 13947797504 14508 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3405224 14508 1915 9 0 3395958 0
[pid=2798/tid=2800] ppid=2796 vsize=13620896 CPUtime=0.07 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 13418 0 1 0 5 2 0 0 18 0 18 0 807079011 13947797504 14508 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 47200201440083 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) 13620896

[startup+0.307952 s]
/proc/loadavg: 0.93 1.38 1.73 3/510 2798
/proc/meminfo: memFree=16775108/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13624440 CPUtime=0.46 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 18015 0 1 0 43 3 0 0 17 0 19 0 807079011 13951426560 17463 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3406110 17463 2209 9 0 3396844 0
[pid=2798/tid=2800] ppid=2796 vsize=13624440 CPUtime=0.28 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 15166 0 1 0 26 2 0 0 19 0 19 0 807079011 13951426560 17463 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 46912505207650 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13624440

[startup+0.700545 s]
/proc/loadavg: 0.93 1.38 1.73 3/510 2798
/proc/meminfo: memFree=16775108/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13643304 CPUtime=1.24 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 25430 0 1 0 120 4 0 0 17 0 19 0 807079011 13970743296 22310 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3410826 22310 2251 9 0 3401560 0
[pid=2798/tid=2800] ppid=2796 vsize=13643304 CPUtime=0.65 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 15396 0 1 0 63 2 0 0 19 0 19 0 807079011 13970743296 22310 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 46912505657281 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13643304

[startup+1.50142 s]
/proc/loadavg: 0.93 1.38 1.73 4/548 2837
/proc/meminfo: memFree=16615296/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13648408 CPUtime=2.4 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 28318 0 1 0 236 4 0 0 17 0 19 0 807079011 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3412102 24596 2251 9 0 3402836 0
[pid=2798/tid=2800] ppid=2796 vsize=13648408 CPUtime=1.4 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 15398 0 1 0 138 2 0 0 18 0 19 0 807079011 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 46912505642182 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2798/tid=2812] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2812/stat : 2812 (java) S 2796 2798 1240 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2813] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2813/stat : 2813 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2814] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2814/stat : 2814 (java) S 2796 2798 1240 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2815] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2815/stat : 2815 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2816] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2816/stat : 2816 (java) S 2796 2798 1240 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2817] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2817/stat : 2817 (java) S 2796 2798 1240 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2818] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2818/stat : 2818 (java) S 2796 2798 1240 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2819] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2819/stat : 2819 (java) S 2796 2798 1240 0 -1 4202560 249 0 0 0 0 0 0 0 16 0 19 0 807079014 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2821] ppid=2796 vsize=13648408 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2821/stat : 2821 (java) S 2796 2798 1240 0 -1 4202560 449 0 0 0 5 0 0 0 15 0 19 0 807079015 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 0 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2824] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2824/stat : 2824 (java) S 2796 2798 1240 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807079015 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2825] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2825/stat : 2825 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 807079015 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2826] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2826/stat : 2826 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807079018 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118592433 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2827] ppid=2796 vsize=13648408 CPUtime=0.3 cores=1,3,5,7
/proc/2798/task/2827/stat : 2827 (java) S 2796 2798 1240 0 -1 4202560 2509 0 0 0 30 0 0 0 15 0 19 0 807079018 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2830] ppid=2796 vsize=13648408 CPUtime=0.6 cores=1,3,5,7
/proc/2798/task/2830/stat : 2830 (java) S 2796 2798 1240 0 -1 4202560 8257 0 0 0 60 0 0 0 15 0 19 0 807079018 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2831] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2831/stat : 2831 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807079018 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2833] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2833/stat : 2833 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079018 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2836] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2836/stat : 2836 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13975969792 24596 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 13648408

[startup+3.10112 s]
/proc/loadavg: 0.93 1.38 1.73 4/548 2837
/proc/meminfo: memFree=16608900/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13648408 CPUtime=4 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 28582 0 1 0 396 4 0 0 17 0 19 0 807079011 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3412102 24857 2251 9 0 3402836 0
[pid=2798/tid=2800] ppid=2796 vsize=13648408 CPUtime=2.95 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 15401 0 1 0 293 2 0 0 20 0 19 0 807079011 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 46912505599109 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2798/tid=2812] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2812/stat : 2812 (java) S 2796 2798 1240 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2813] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2813/stat : 2813 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2814] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2814/stat : 2814 (java) S 2796 2798 1240 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2815] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2815/stat : 2815 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2816] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2816/stat : 2816 (java) S 2796 2798 1240 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2817] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2817/stat : 2817 (java) S 2796 2798 1240 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2818] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2818/stat : 2818 (java) S 2796 2798 1240 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2819] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2819/stat : 2819 (java) S 2796 2798 1240 0 -1 4202560 249 0 0 0 0 0 0 0 16 0 19 0 807079014 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2821] ppid=2796 vsize=13648408 CPUtime=0.09 cores=1,3,5,7
/proc/2798/task/2821/stat : 2821 (java) S 2796 2798 1240 0 -1 4202560 694 0 0 0 9 0 0 0 16 0 19 0 807079015 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 0 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2824] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2824/stat : 2824 (java) S 2796 2798 1240 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807079015 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2825] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2825/stat : 2825 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 807079015 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2826] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2826/stat : 2826 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807079018 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118592433 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2827] ppid=2796 vsize=13648408 CPUtime=0.3 cores=1,3,5,7
/proc/2798/task/2827/stat : 2827 (java) S 2796 2798 1240 0 -1 4202560 2509 0 0 0 30 0 0 0 15 0 19 0 807079018 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2830] ppid=2796 vsize=13648408 CPUtime=0.6 cores=1,3,5,7
/proc/2798/task/2830/stat : 2830 (java) S 2796 2798 1240 0 -1 4202560 8257 0 0 0 60 0 0 0 15 0 19 0 807079018 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2831] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2831/stat : 2831 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807079018 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2833] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2833/stat : 2833 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079018 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2836] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2836/stat : 2836 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13975969792 24857 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 13648408

[startup+6.30158 s]
/proc/loadavg: 1.02 1.39 1.73 4/548 2837
/proc/meminfo: memFree=16606656/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13648408 CPUtime=7.22 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 28638 0 1 0 718 4 0 0 17 0 19 0 807079011 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3412102 24904 2253 9 0 3402836 0
[pid=2798/tid=2800] ppid=2796 vsize=13648408 CPUtime=6.02 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 15417 0 1 0 600 2 0 0 25 0 19 0 807079011 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 46912505614558 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2798/tid=2812] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2812/stat : 2812 (java) S 2796 2798 1240 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2813] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2813/stat : 2813 (java) S 2796 2798 1240 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2814] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2814/stat : 2814 (java) S 2796 2798 1240 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2815] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2815/stat : 2815 (java) S 2796 2798 1240 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2816] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2816/stat : 2816 (java) S 2796 2798 1240 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2817] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2817/stat : 2817 (java) S 2796 2798 1240 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2818] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2818/stat : 2818 (java) S 2796 2798 1240 0 -1 4202560 59 0 0 0 0 0 0 0 16 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2819] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2819/stat : 2819 (java) S 2796 2798 1240 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 19 0 807079014 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2821] ppid=2796 vsize=13648408 CPUtime=0.22 cores=1,3,5,7
/proc/2798/task/2821/stat : 2821 (java) S 2796 2798 1240 0 -1 4202560 722 0 0 0 22 0 0 0 16 0 19 0 807079015 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 0 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2824] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2824/stat : 2824 (java) S 2796 2798 1240 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807079015 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2825] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2825/stat : 2825 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 807079015 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2826] ppid=2796 vsize=13648408 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2826/stat : 2826 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807079018 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118592433 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2827] ppid=2796 vsize=13648408 CPUtime=0.31 cores=1,3,5,7
/proc/2798/task/2827/stat : 2827 (java) S 2796 2798 1240 0 -1 4202560 2509 0 0 0 31 0 0 0 15 0 19 0 807079018 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2830] ppid=2796 vsize=13648408 CPUtime=0.61 cores=1,3,5,7
/proc/2798/task/2830/stat : 2830 (java) S 2796 2798 1240 0 -1 4202560 8259 0 0 0 61 0 0 0 15 0 19 0 807079018 13975969792 24904 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0

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

/proc/2798/task/2812/stat : 2812 (java) S 2796 2798 1240 0 -1 4202560 107 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2813] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2813/stat : 2813 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2814] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2814/stat : 2814 (java) S 2796 2798 1240 0 -1 4202560 47 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2815] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2815/stat : 2815 (java) S 2796 2798 1240 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2816] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2816/stat : 2816 (java) S 2796 2798 1240 0 -1 4202560 66 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2817] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2817/stat : 2817 (java) S 2796 2798 1240 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2818] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2818/stat : 2818 (java) S 2796 2798 1240 0 -1 4202560 77 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2819] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2819/stat : 2819 (java) S 2796 2798 1240 0 -1 4202560 254 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2821] ppid=2796 vsize=13639968 CPUtime=2.55 cores=1,3,5,7
/proc/2798/task/2821/stat : 2821 (java) S 2796 2798 1240 0 -1 4202560 1203 0 0 0 253 2 0 0 16 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 0 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2824] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2824/stat : 2824 (java) S 2796 2798 1240 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2825] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2825/stat : 2825 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2826] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2826/stat : 2826 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118592433 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2827] ppid=2796 vsize=13639968 CPUtime=0.31 cores=1,3,5,7
/proc/2798/task/2827/stat : 2827 (java) S 2796 2798 1240 0 -1 4202560 2509 0 0 0 31 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2830] ppid=2796 vsize=13639968 CPUtime=0.63 cores=1,3,5,7
/proc/2798/task/2830/stat : 2830 (java) S 2796 2798 1240 0 -1 4202560 8264 0 0 0 63 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2831] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2831/stat : 2831 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2833] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2833/stat : 2833 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2836] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2836/stat : 2836 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 90.59
Current children cumulated vsize (KiB) 13639968

[startup+90.3008 s]
/proc/loadavg: 1.92 1.57 1.76 3/548 2895
/proc/meminfo: memFree=16547904/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13639968 CPUtime=91.39 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 29346 0 1 0 9131 8 0 0 17 0 19 0 807079011 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3409992 23968 2254 9 0 3400726 0
[pid=2798/tid=2800] ppid=2796 vsize=13639968 CPUtime=87.49 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 15565 0 1 0 8747 2 0 0 19 0 19 0 807079011 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 46912505814005 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2798/tid=2812] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2812/stat : 2812 (java) S 2796 2798 1240 0 -1 4202560 107 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2813] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2813/stat : 2813 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2814] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2814/stat : 2814 (java) S 2796 2798 1240 0 -1 4202560 47 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2815] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2815/stat : 2815 (java) S 2796 2798 1240 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2816] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2816/stat : 2816 (java) S 2796 2798 1240 0 -1 4202560 66 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2817] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2817/stat : 2817 (java) S 2796 2798 1240 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2818] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2818/stat : 2818 (java) S 2796 2798 1240 0 -1 4202560 77 0 0 0 3 0 0 0 16 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2819] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2819/stat : 2819 (java) S 2796 2798 1240 0 -1 4202560 254 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2821] ppid=2796 vsize=13639968 CPUtime=2.56 cores=1,3,5,7
/proc/2798/task/2821/stat : 2821 (java) S 2796 2798 1240 0 -1 4202560 1203 0 0 0 254 2 0 0 16 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 0 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2824] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2824/stat : 2824 (java) S 2796 2798 1240 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2825] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2825/stat : 2825 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2826] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2826/stat : 2826 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118592433 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2827] ppid=2796 vsize=13639968 CPUtime=0.31 cores=1,3,5,7
/proc/2798/task/2827/stat : 2827 (java) S 2796 2798 1240 0 -1 4202560 2509 0 0 0 31 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2830] ppid=2796 vsize=13639968 CPUtime=0.63 cores=1,3,5,7
/proc/2798/task/2830/stat : 2830 (java) S 2796 2798 1240 0 -1 4202560 8264 0 0 0 63 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2831] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2831/stat : 2831 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2833] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2833/stat : 2833 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2836] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2836/stat : 2836 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.39
Current children cumulated vsize (KiB) 13639968

[startup+90.5008 s]
/proc/loadavg: 1.92 1.57 1.76 3/548 2895
/proc/meminfo: memFree=16547904/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13639968 CPUtime=91.59 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 29346 0 1 0 9151 8 0 0 17 0 19 0 807079011 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3409992 23968 2254 9 0 3400726 0
[pid=2798/tid=2800] ppid=2796 vsize=13639968 CPUtime=87.69 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) R 2796 2798 1240 0 -1 4202560 15565 0 1 0 8767 2 0 0 19 0 19 0 807079011 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 46912505714832 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2798/tid=2812] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2812/stat : 2812 (java) S 2796 2798 1240 0 -1 4202560 107 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2813] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2813/stat : 2813 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2814] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2814/stat : 2814 (java) S 2796 2798 1240 0 -1 4202560 47 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2815] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2815/stat : 2815 (java) S 2796 2798 1240 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2816] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2816/stat : 2816 (java) S 2796 2798 1240 0 -1 4202560 66 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2817] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2817/stat : 2817 (java) S 2796 2798 1240 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2818] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2818/stat : 2818 (java) S 2796 2798 1240 0 -1 4202560 77 0 0 0 3 0 0 0 16 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2819] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2819/stat : 2819 (java) S 2796 2798 1240 0 -1 4202560 254 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2821] ppid=2796 vsize=13639968 CPUtime=2.56 cores=1,3,5,7
/proc/2798/task/2821/stat : 2821 (java) S 2796 2798 1240 0 -1 4202560 1203 0 0 0 254 2 0 0 16 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 0 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2824] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2824/stat : 2824 (java) S 2796 2798 1240 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2825] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2825/stat : 2825 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 807079015 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2826] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2826/stat : 2826 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118592433 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2827] ppid=2796 vsize=13639968 CPUtime=0.31 cores=1,3,5,7
/proc/2798/task/2827/stat : 2827 (java) S 2796 2798 1240 0 -1 4202560 2509 0 0 0 31 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2830] ppid=2796 vsize=13639968 CPUtime=0.63 cores=1,3,5,7
/proc/2798/task/2830/stat : 2830 (java) S 2796 2798 1240 0 -1 4202560 8264 0 0 0 63 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2831] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2831/stat : 2831 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2833] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2833/stat : 2833 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2836] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2836/stat : 2836 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13967327232 23968 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.59
Current children cumulated vsize (KiB) 13639968

[startup+90.6008 s]
/proc/loadavg: 1.92 1.57 1.76 3/548 2895
/proc/meminfo: memFree=16547904/32951124 swapFree=67111204/67111528
[pid=2798] ppid=2796 vsize=13639968 CPUtime=91.69 cores=1,3,5,7
/proc/2798/stat : 2798 (java) S 2796 2798 1240 0 -1 4202496 29348 0 1 0 9161 8 0 0 17 0 19 0 807079011 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2798/statm: 3409992 23969 2254 9 0 3400726 0
[pid=2798/tid=2800] ppid=2796 vsize=13639968 CPUtime=87.77 cores=1,3,5,7
/proc/2798/task/2800/stat : 2800 (java) S 2796 2798 1240 0 -1 4202560 15566 0 1 0 8775 2 0 0 18 0 19 0 807079011 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2812] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2812/stat : 2812 (java) S 2796 2798 1240 0 -1 4202560 107 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2813] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2813/stat : 2813 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2814] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2814/stat : 2814 (java) S 2796 2798 1240 0 -1 4202560 47 0 0 0 3 0 0 0 16 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2815] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2815/stat : 2815 (java) S 2796 2798 1240 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2816] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2816/stat : 2816 (java) S 2796 2798 1240 0 -1 4202560 66 0 0 0 4 0 0 0 15 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2817] ppid=2796 vsize=13639968 CPUtime=0.03 cores=1,3,5,7
/proc/2798/task/2817/stat : 2817 (java) S 2796 2798 1240 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 7 0 0 0
[pid=2798/tid=2818] ppid=2796 vsize=13639968 CPUtime=0.04 cores=1,3,5,7
/proc/2798/task/2818/stat : 2818 (java) S 2796 2798 1240 0 -1 4202560 78 0 0 0 4 0 0 0 16 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2819] ppid=2796 vsize=13639968 CPUtime=0.05 cores=1,3,5,7
/proc/2798/task/2819/stat : 2819 (java) S 2796 2798 1240 0 -1 4202560 254 0 0 0 5 0 0 0 15 0 19 0 807079014 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2821] ppid=2796 vsize=13639968 CPUtime=2.57 cores=1,3,5,7
/proc/2798/task/2821/stat : 2821 (java) R 2796 2798 1240 0 -1 4202560 1203 0 0 0 255 2 0 0 15 0 19 0 807079015 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 47200200531233 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=2798/tid=2824] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2824/stat : 2824 (java) S 2796 2798 1240 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807079015 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2825] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2825/stat : 2825 (java) S 2796 2798 1240 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 807079015 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2826] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2826/stat : 2826 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 807079018 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118592433 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2827] ppid=2796 vsize=13639968 CPUtime=0.31 cores=1,3,5,7
/proc/2798/task/2827/stat : 2827 (java) S 2796 2798 1240 0 -1 4202560 2509 0 0 0 31 0 0 0 15 0 19 0 807079018 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
[pid=2798/tid=2830] ppid=2796 vsize=13639968 CPUtime=0.63 cores=1,3,5,7
/proc/2798/task/2830/stat : 2830 (java) S 2796 2798 1240 0 -1 4202560 8264 0 0 0 63 0 0 0 15 0 19 0 807079018 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2831] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2831/stat : 2831 (java) S 2796 2798 1240 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807079018 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118584729 0 4 0 16800975 18446604466681489536 0 0 -1 3 0 0 0
[pid=2798/tid=2833] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2833/stat : 2833 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 5 0 0 0
[pid=2798/tid=2836] ppid=2796 vsize=13639968 CPUtime=0 cores=1,3,5,7
/proc/2798/task/2836/stat : 2836 (java) S 2796 2798 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13967327232 23969 33554432000 1073741824 1073778376 140735267376256 18446744073709551615 255118585344 0 4 0 16800975 18446604466681489536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.69
Current children cumulated vsize (KiB) 13639968

Child status: 30
Real time (s): 90.6843
CPU time (s): 91.786
CPU user time (s): 91.6961
CPU system time (s): 0.089986
CPU usage (%): 101.215
Max. virtual memory (cumulated for all children) (KiB): 13648408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.6961
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29377
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= 7102
involuntary context switches= 2520

runsolver used 0.437933 second user time and 1.14083 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-04 02:17:09
IDJOB=3459443
IDBENCH=2024
IDSOLVER=1952
FILE ID=node144/3459443-1307146629
RUNJOBID= node144-1307146629-2779
PBS_JOBID= 13508772
Free space on /tmp= 73896 MiB

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

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

MD5SUM BENCH= 135acf1f05855c365b3d13b378debe22
RANDOM SEED=750418116

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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:     32951124 kB
MemFree:      16775164 kB
Buffers:        299928 kB
Cached:         440352 kB
SwapCached:        140 kB
Active:       15503892 kB
Inactive:       398972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16775164 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:             800 kB
Writeback:           0 kB
AnonPages:    15162504 kB
Mapped:          41744 kB
Slab:           135808 kB
PageTables:      69712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157744048 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= 73896 MiB
End job on node144 at 2011-06-04 02:18:40