Trace number 3732150

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
PB11: Sat4j Res//CP 2.3.0OPT36 144.123 80.6153

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.033994
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3732150-1338684709.opb
0.10/0.12	c reading problem ... 
0.26/0.26	c ... done. Wall clock time 0.147s.
0.26/0.26	c #vars     432
0.26/0.26	c #constraints  1304
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
0.26/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
0.26/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
0.26/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.52/0.31	c  And the winner is Resolution
0.73/0.77	c SATISFIABLE
0.73/0.77	c OPTIMIZING...
0.73/0.77	c Got one! Elapsed wall clock time (in seconds):0.651
0.73/0.77	o 54
1.65/1.07	c cleaning 2549 clauses out of 5107 with flag 5003/5108
2.37/1.20	c  And the winner is Resolution
2.37/1.27	c Got one! Elapsed wall clock time (in seconds):1.153
2.37/1.27	o 52
2.65/1.35	c cleaning 3984 clauses out of 7970 with flag 2000/10520
3.40/1.60	c cleaning 4991 clauses out of 9986 with flag 8000/16520
4.07/1.71	c  And the winner is Resolution
4.07/1.77	c Got one! Elapsed wall clock time (in seconds):1.655
4.07/1.77	o 50
4.39/1.90	c cleaning 5236 clauses out of 10490 with flag 3000/22015
4.82/2.12	c  And the winner is Resolution
4.87/2.27	c Got one! Elapsed wall clock time (in seconds):2.158
4.87/2.27	o 48
5.40/2.50	c cleaning 7722 clauses out of 15468 with flag 5002/32229
5.82/2.80	c cleaning 6863 clauses out of 13744 with flag 11000/38227
6.59/3.11	c cleaning 6933 clauses out of 13882 with flag 18001/45228
7.16/3.49	c cleaning 7463 clauses out of 14949 with flag 26001/53228
8.14/3.93	c cleaning 8237 clauses out of 16485 with flag 35000/62227
9.12/4.43	c cleaning 9106 clauses out of 18248 with flag 45000/72227
10.16/4.93	c cleaning 9558 clauses out of 19143 with flag 55001/82228
11.13/5.44	c cleaning 9779 clauses out of 19584 with flag 65000/92227
12.07/5.94	c  And the winner is Resolution
12.18/6.27	c Got one! Elapsed wall clock time (in seconds):6.16
12.18/6.27	o 46
12.64/6.58	c cleaning 12124 clauses out of 24269 with flag 5000/106691
13.39/6.93	c cleaning 9063 clauses out of 18146 with flag 11001/112692
14.17/7.33	c cleaning 8026 clauses out of 16082 with flag 18000/119691
14.94/7.74	c cleaning 8012 clauses out of 16056 with flag 26000/127691
15.90/8.22	c cleaning 8512 clauses out of 17045 with flag 35001/136692
16.87/8.73	c cleaning 9254 clauses out of 18533 with flag 45001/146692
17.80/9.27	c cleaning 9623 clauses out of 19278 with flag 55000/156691
18.75/9.78	c cleaning 9815 clauses out of 19656 with flag 65001/166692
19.85/10.35	c cleaning 9902 clauses out of 19840 with flag 75000/176691
20.80/10.89	c cleaning 9967 clauses out of 19938 with flag 85000/186691
21.95/11.42	c cleaning 9971 clauses out of 19971 with flag 95000/196691
22.90/11.94	c cleaning 9981 clauses out of 20002 with flag 105002/206693
24.00/12.54	c cleaning 9998 clauses out of 20020 with flag 115001/216692
24.96/13.07	c cleaning 9994 clauses out of 20021 with flag 125000/226691
26.10/13.64	c cleaning 9998 clauses out of 20027 with flag 135000/236691
27.03/14.18	c cleaning 10003 clauses out of 20029 with flag 145000/246691
28.15/14.78	c cleaning 9993 clauses out of 20026 with flag 155000/256691
29.30/15.36	c cleaning 10005 clauses out of 20035 with flag 165002/266693
30.41/15.91	c cleaning 10005 clauses out of 20027 with flag 175000/276691
31.36/16.46	c cleaning 9997 clauses out of 20021 with flag 185000/286691
32.44/17.03	c cleaning 10004 clauses out of 20024 with flag 195000/296691
33.58/17.66	c cleaning 9998 clauses out of 20021 with flag 205001/306692
34.69/18.21	c cleaning 9994 clauses out of 20022 with flag 215000/316691
35.65/18.79	c cleaning 10002 clauses out of 20029 with flag 225001/326692
36.72/19.38	c cleaning 9997 clauses out of 20026 with flag 235000/336691
37.85/19.93	c cleaning 10006 clauses out of 20031 with flag 245002/346693
38.77/20.49	c cleaning 9997 clauses out of 20023 with flag 255000/356691
39.90/21.07	c cleaning 10000 clauses out of 20026 with flag 265000/366691
40.99/21.69	c cleaning 10003 clauses out of 20027 with flag 275001/376692
42.11/22.26	c cleaning 9995 clauses out of 20023 with flag 285000/386691
43.23/22.81	c cleaning 10000 clauses out of 20029 with flag 295001/396692
44.15/23.37	c cleaning 9997 clauses out of 20028 with flag 305000/406691
44.63/23.67	c  And the winner is Resolution
44.82/24.00	c Got one! Elapsed wall clock time (in seconds):23.887
44.82/24.00	o 44
44.82/24.09	c cleaning 7922 clauses out of 15868 with flag 2001/412528
45.57/24.44	c cleaning 6965 clauses out of 13946 with flag 8001/418528
46.30/24.84	c cleaning 6970 clauses out of 13980 with flag 15000/425527
47.02/25.25	c  And the winner is Resolution
47.17/25.53	c Got one! Elapsed wall clock time (in seconds):25.419
47.17/25.53	o 42
47.17/25.54	c  And the winner is Resolution
47.25/26.04	c Got one! Elapsed wall clock time (in seconds):25.921
47.25/26.04	o 40
47.25/26.04	c  And the winner is Resolution
47.33/26.54	c Got one! Elapsed wall clock time (in seconds):26.424
47.33/26.54	o 36
47.65/26.76	c cleaning 9640 clauses out of 19301 with flag 5000/437818
48.32/27.16	c cleaning 7821 clauses out of 15662 with flag 11001/443819
49.06/27.58	c cleaning 7418 clauses out of 14840 with flag 18000/450818
49.96/28.02	c cleaning 7694 clauses out of 15423 with flag 26001/458819
50.89/28.53	c cleaning 8354 clauses out of 16728 with flag 35000/467818
51.96/29.16	c cleaning 9170 clauses out of 18374 with flag 45000/477818
53.07/29.74	c cleaning 9594 clauses out of 19205 with flag 55001/487819
54.17/30.33	c cleaning 9797 clauses out of 19611 with flag 65001/497819
55.26/30.91	c cleaning 9891 clauses out of 19813 with flag 75000/507818
56.34/31.55	c cleaning 9951 clauses out of 19924 with flag 85002/517820
57.44/32.14	c cleaning 9974 clauses out of 19972 with flag 95001/527819
58.56/32.74	c cleaning 9988 clauses out of 19997 with flag 105000/537818
59.67/33.30	c cleaning 9988 clauses out of 20010 with flag 115001/547819
60.74/33.95	c cleaning 10001 clauses out of 20021 with flag 125000/557818
61.85/34.54	c cleaning 9996 clauses out of 20021 with flag 135001/567819
62.96/35.15	c cleaning 10000 clauses out of 20024 with flag 145000/577818
64.05/35.73	c cleaning 9997 clauses out of 20024 with flag 155000/587818
65.11/36.37	c cleaning 9998 clauses out of 20027 with flag 165000/597818
66.20/36.97	c cleaning 10011 clauses out of 20031 with flag 175002/607820
67.32/37.54	c cleaning 9997 clauses out of 20018 with flag 185000/617818
68.62/38.20	c cleaning 9999 clauses out of 20021 with flag 195000/627818
69.67/38.87	c cleaning 10001 clauses out of 20022 with flag 205000/637818
70.77/39.47	c cleaning 9990 clauses out of 20021 with flag 215000/647818
71.86/40.08	c cleaning 10010 clauses out of 20031 with flag 225000/657818
72.97/40.69	c cleaning 10004 clauses out of 20022 with flag 235001/667819
74.20/41.36	c cleaning 9999 clauses out of 20017 with flag 245000/677818
75.49/42.00	c cleaning 9999 clauses out of 20018 with flag 255000/687818
76.60/42.63	c cleaning 10003 clauses out of 20018 with flag 265000/697818
77.69/43.24	c cleaning 9998 clauses out of 20015 with flag 275000/707818
78.72/43.89	c cleaning 9995 clauses out of 20017 with flag 285000/717818
80.01/44.51	c cleaning 10001 clauses out of 20023 with flag 295001/727819
81.12/45.13	c cleaning 9997 clauses out of 20022 with flag 305001/737819
82.18/45.75	c cleaning 10005 clauses out of 20025 with flag 315001/747819
83.42/46.43	c cleaning 10001 clauses out of 20019 with flag 325000/757818
84.52/47.05	c cleaning 9996 clauses out of 20018 with flag 335000/767818
85.61/47.69	c cleaning 9998 clauses out of 20022 with flag 345000/777818
86.90/48.35	c cleaning 10005 clauses out of 20025 with flag 355001/787819
88.12/49.04	c cleaning 9995 clauses out of 20019 with flag 365000/797818
89.21/49.61	c cleaning 10006 clauses out of 20024 with flag 375000/807818
90.30/50.23	c cleaning 10001 clauses out of 20019 with flag 385001/817819
91.38/50.85	c cleaning 9998 clauses out of 20017 with flag 395000/827818
92.61/51.56	c cleaning 10000 clauses out of 20019 with flag 405000/837818
93.88/52.23	c cleaning 9997 clauses out of 20020 with flag 415001/847819
94.98/52.86	c cleaning 9997 clauses out of 20022 with flag 425000/857818
96.06/53.46	c cleaning 9994 clauses out of 20025 with flag 435000/867818
97.28/54.13	c cleaning 10004 clauses out of 20031 with flag 445000/877818
98.36/54.79	c cleaning 10002 clauses out of 20028 with flag 455001/887819
99.63/55.40	c cleaning 10001 clauses out of 20026 with flag 465001/897819
100.73/56.04	c cleaning 10010 clauses out of 20025 with flag 475001/907819
101.93/56.76	c cleaning 9996 clauses out of 20014 with flag 485000/917818
103.20/57.42	c cleaning 9996 clauses out of 20019 with flag 495001/927819
104.27/58.02	c cleaning 10000 clauses out of 20022 with flag 505000/937818
105.36/58.64	c cleaning 9996 clauses out of 20022 with flag 515000/947818
106.59/59.38	c cleaning 10005 clauses out of 20027 with flag 525001/957819
107.65/59.97	c cleaning 9994 clauses out of 20021 with flag 535000/967818
108.75/60.58	c cleaning 9992 clauses out of 20027 with flag 545000/977818
110.02/61.20	c cleaning 10010 clauses out of 20035 with flag 555000/987818
111.22/61.92	c cleaning 10002 clauses out of 20026 with flag 565001/997819
112.31/62.56	c cleaning 10005 clauses out of 20026 with flag 575003/1007821
113.60/63.23	c cleaning 9997 clauses out of 20019 with flag 585001/1017819
114.70/63.89	c cleaning 10004 clauses out of 20023 with flag 595002/1027820
116.09/64.60	c cleaning 9999 clauses out of 20018 with flag 605001/1037819
117.16/65.24	c cleaning 9993 clauses out of 20018 with flag 615000/1047818
118.45/65.92	c cleaning 10007 clauses out of 20025 with flag 625000/1057818
119.50/66.58	c cleaning 9996 clauses out of 20019 with flag 635001/1067819
120.70/67.30	c cleaning 10001 clauses out of 20022 with flag 645000/1077818
121.96/67.97	c cleaning 9997 clauses out of 20022 with flag 655001/1087819
123.24/68.62	c cleaning 10001 clauses out of 20024 with flag 665000/1097818
124.53/69.32	c cleaning 10000 clauses out of 20024 with flag 675001/1107819
125.72/70.05	c cleaning 9996 clauses out of 20023 with flag 685000/1117818
126.78/70.69	c cleaning 10000 clauses out of 20028 with flag 695001/1127819
128.04/71.30	c cleaning 10000 clauses out of 20027 with flag 705000/1137818
129.12/71.94	c cleaning 10000 clauses out of 20027 with flag 715000/1147818
130.32/72.66	c cleaning 9996 clauses out of 20028 with flag 725001/1157819
131.57/73.30	c cleaning 10000 clauses out of 20031 with flag 735000/1167818
132.64/73.97	c cleaning 10007 clauses out of 20032 with flag 745001/1177819
133.90/74.62	c cleaning 9997 clauses out of 20024 with flag 755000/1187818
135.09/75.35	c cleaning 10001 clauses out of 20028 with flag 765001/1197819
136.35/76.00	c cleaning 10004 clauses out of 20027 with flag 775001/1207819
137.41/76.67	c cleaning 9997 clauses out of 20023 with flag 785001/1217819
138.68/77.32	c cleaning 10002 clauses out of 20026 with flag 795001/1227819
139.88/78.07	c cleaning 9998 clauses out of 20024 with flag 805001/1237819
141.14/78.71	c cleaning 9998 clauses out of 20025 with flag 815000/1247818
142.21/79.38	c cleaning 9997 clauses out of 20028 with flag 825001/1257819
143.27/80.00	c  And the winner is CuttingPlanes
144.02/80.60	c starts		: 34
144.02/80.60	c conflicts		: 4139
144.02/80.60	c decisions		: 20298
144.02/80.60	c propagations		: 213359
144.02/80.60	c inspects		: 33535975
144.02/80.60	c shortcuts		: 0
144.02/80.60	c learnt literals	: 0
144.02/80.60	c learnt binary clauses	: 0
144.02/80.60	c learnt ternary clauses	: 8
144.02/80.60	c learnt constraints	: 4134
144.02/80.60	c ignored constraints	: 0
144.02/80.60	c root simplifications	: 0
144.02/80.60	c removed literals (reason simplification)	: 0
144.02/80.60	c reason swapping (by a shorter reason)	: 0
144.02/80.60	c Calls to reduceDB	: 0
144.02/80.60	c number of reductions to clauses (during analyze)	: 0
144.02/80.60	c number of learned constraints concerned by reduction	: 0
144.02/80.60	c number of learning phase by resolution	: 0
144.02/80.60	c number of learning phase by cutting planes	: 0
144.02/80.60	c speed (assignments/second)	: 3946.5613554807446
144.02/80.60	c non guided choices	0
144.02/80.60	c learnt constraints type 
144.02/80.60	c constraints type 
144.02/80.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 992
144.02/80.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
144.02/80.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 288
144.02/80.60	c constraints type 
144.02/80.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 288
144.02/80.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
144.02/80.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
144.02/80.60	s OPTIMUM FOUND
144.02/80.60	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 
144.02/80.60	c objective function=36
144.02/80.60	c Total wall clock time (in seconds): 80.489

Verifier Data

OK	36

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3732150-1338684709/watcher-3732150-1338684709 -o /tmp/evaluation-result-3732150-1338684709/solver-3732150-1338684709 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732150-1338684709.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: 3.55 3.54 3.60 4/197 25246
/proc/meminfo: memFree=26653032/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 1187 0 0 0 0 0 0 0 20 0 2 0 334595831 94085120 905 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 22954 905 686 9 0 16769 0
[pid=25246/tid=25247] ppid=25244 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) R 25244 25246 23082 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 334595832 94019584 916 33554432000 1073741824 1073778376 140733379899888 140733379888952 223651098528 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0174571 s]
/proc/loadavg: 3.55 3.54 3.60 4/197 25246
/proc/meminfo: memFree=26653032/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=10510056 CPUtime=0 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 2597 0 1 0 0 0 0 0 20 0 2 0 334595831 10762297344 4832 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2627514 4832 942 9 0 2618623 0
[pid=25246/tid=25247] ppid=25244 vsize=10510056 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) R 25244 25246 23082 0 -1 4202560 1451 0 1 0 0 0 0 0 20 0 2 0 334595832 10762297344 4832 33554432000 1073741824 1073778376 140733379899888 140050335697200 223651312430 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100367 s]
/proc/loadavg: 3.55 3.54 3.60 4/197 25246
/proc/meminfo: memFree=26653032/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 5264 0 1 0 8 2 0 0 20 0 18 0 334595831 11864465408 13604 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2896598 13604 2116 9 0 2887285 0
[pid=25246/tid=25247] ppid=25244 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) R 25244 25246 23082 0 -1 4202560 3294 0 1 0 6 1 0 0 20 0 18 0 334595832 11864465408 13604 33554432000 1073741824 1073778376 140733379899888 140050335688536 223655027981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300178 s]
/proc/loadavg: 3.55 3.54 3.60 4/197 25246
/proc/meminfo: memFree=26653032/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 6962 0 1 0 50 2 0 0 20 0 22 0 334595831 12137111552 17191 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 17191 2237 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) S 25244 25246 23082 0 -1 4202560 3379 0 1 0 22 2 0 0 20 0 22 0 334595832 12137111552 17192 33554432000 1073741824 1073778376 140733379899888 140050335696024 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11852648

[startup+0.700296 s]
/proc/loadavg: 3.55 3.54 3.60 4/197 25246
/proc/meminfo: memFree=26653032/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 8342 0 1 0 68 5 0 0 20 0 19 0 334595831 12137111552 17450 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 17450 2247 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) S 25244 25246 23082 0 -1 4202560 3379 0 1 0 22 2 0 0 20 0 19 0 334595832 12137111552 17450 33554432000 1073741824 1073778376 140733379899888 140050335696024 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 11852648

[startup+1.50068 s]
/proc/loadavg: 3.42 3.51 3.59 7/219 25271
/proc/meminfo: memFree=26531964/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=3.4 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 22221 0 1 0 326 14 0 0 20 0 22 0 334595831 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 65020 2280 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) S 25244 25246 23082 0 -1 4202560 3379 0 1 0 23 2 0 0 20 0 22 0 334595832 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050335696024 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25249] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25249/stat : 25249 (java) S 25244 25246 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050304104744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25250] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25250/stat : 25250 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050303051944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25251] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25251/stat : 25251 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050301999656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25252] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25252/stat : 25252 (java) S 25244 25246 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050300946856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25246/tid=25253] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25253/stat : 25253 (java) S 25244 25246 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050299894568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25254] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25254/stat : 25254 (java) S 25244 25246 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050298841768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25255] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25255/stat : 25255 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050297789480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25246/tid=25256] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25256/stat : 25256 (java) S 25244 25246 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140050296736680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25257] ppid=25244 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25246/task/25257/stat : 25257 (java) S 25244 25246 23082 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 334595835 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049682233576 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25258] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25258/stat : 25258 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049681179640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25259] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25259/stat : 25259 (java) S 25244 25246 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049680127240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25260] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25260/stat : 25260 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049679075728 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25261] ppid=25244 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/25246/task/25261/stat : 25261 (java) R 25244 25246 23082 0 -1 4202560 9431 0 0 0 86 3 0 0 20 0 22 0 334595838 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049678010432 140050339782040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25262] ppid=25244 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/25246/task/25262/stat : 25262 (java) R 25244 25246 23082 0 -1 4202560 7957 0 0 0 81 2 0 0 20 0 22 0 334595838 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049676947704 140050339274496 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25263] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25263/stat : 25263 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049675918456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25264] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25264/stat : 25264 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049674865864 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25268] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25268/stat : 25268 (java) S 25244 25246 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334595859 12137111552 65020 33554432000 1073741824 1073778376 140733379899888 140049670652968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 11852648

[startup+3.10079 s]
/proc/loadavg: 3.42 3.51 3.59 4/219 25277
/proc/meminfo: memFree=26308744/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=6.59 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 23564 0 1 0 638 21 0 0 20 0 22 0 334595831 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 101413 2281 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) S 25244 25246 23082 0 -1 4202560 3379 0 1 0 23 2 0 0 20 0 22 0 334595832 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050335696024 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25249] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25249/stat : 25249 (java) S 25244 25246 23082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050304104744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25250] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25250/stat : 25250 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050303051944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25246/tid=25251] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25251/stat : 25251 (java) S 25244 25246 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050301999656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25252] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25252/stat : 25252 (java) S 25244 25246 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050300946856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25253] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25253/stat : 25253 (java) S 25244 25246 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050299894568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25254] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25254/stat : 25254 (java) S 25244 25246 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050298841768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25246/tid=25255] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25255/stat : 25255 (java) S 25244 25246 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050297789480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25256] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25256/stat : 25256 (java) S 25244 25246 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140050296736680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25257] ppid=25244 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/25246/task/25257/stat : 25257 (java) S 25244 25246 23082 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 22 0 334595835 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049682233576 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25258] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25258/stat : 25258 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049681179640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25259] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25259/stat : 25259 (java) S 25244 25246 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049680127240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25260] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25260/stat : 25260 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049679075728 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25261] ppid=25244 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/25246/task/25261/stat : 25261 (java) S 25244 25246 23082 0 -1 4202560 10418 0 0 0 122 3 0 0 20 0 22 0 334595838 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049678023352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25262] ppid=25244 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/25246/task/25262/stat : 25262 (java) S 25244 25246 23082 0 -1 4202560 8218 0 0 0 95 2 0 0 20 0 22 0 334595838 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049676970552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25263] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25263/stat : 25263 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049675918456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25264] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25264/stat : 25264 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049674865864 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25268] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25268/stat : 25268 (java) S 25244 25246 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334595859 12137111552 101413 33554432000 1073741824 1073778376 140733379899888 140049670652968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 11852648

[startup+6.30067 s]
/proc/loadavg: 3.42 3.51 3.59 4/219 25280
/proc/meminfo: memFree=26246948/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=12.22 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 23595 0 1 0 1199 23 0 0 20 0 22 0 334595831 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 103814 2281 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) S 25244 25246 23082 0 -1 4202560 3379 0 1 0 23 2 0 0 20 0 22 0 334595832 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050335696024 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25249] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25249/stat : 25249 (java) S 25244 25246 23082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050304104744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25250] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25250/stat : 25250 (java) S 25244 25246 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050303051944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25251] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25251/stat : 25251 (java) S 25244 25246 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050301999656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25252] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25252/stat : 25252 (java) S 25244 25246 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050300946856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25253] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25253/stat : 25253 (java) S 25244 25246 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050299894568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25254] ppid=25244 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25246/task/25254/stat : 25254 (java) S 25244 25246 23082 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050298841768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25255] ppid=25244 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25246/task/25255/stat : 25255 (java) S 25244 25246 23082 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050297789480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25256] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25256/stat : 25256 (java) S 25244 25246 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334595834 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140050296736680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25257] ppid=25244 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/25246/task/25257/stat : 25257 (java) S 25244 25246 23082 0 -1 4202560 35 0 0 0 36 0 0 0 20 0 22 0 334595835 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140049682233576 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25258] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25258/stat : 25258 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140049681179640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25259] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25259/stat : 25259 (java) S 25244 25246 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140049680127240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25260] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25260/stat : 25260 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140049679075728 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25261] ppid=25244 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/25246/task/25261/stat : 25261 (java) S 25244 25246 23082 0 -1 4202560 10418 0 0 0 127 3 0 0 20 0 22 0 334595838 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140049678023352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25262] ppid=25244 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/25246/task/25262/stat : 25262 (java) S 25244 25246 23082 0 -1 4202560 8218 0 0 0 100 2 0 0 20 0 22 0 334595838 12137111552 103814 33554432000 1073741824 1073778376 140733379899888 140049676970552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/25246/task/25252/stat : 25252 (java) S 25244 25246 23082 0 -1 4202560 32 0 0 0 38 0 0 0 20 0 22 0 334595834 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140050300946856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25253] ppid=25244 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25246/task/25253/stat : 25253 (java) S 25244 25246 23082 0 -1 4202560 31 0 0 0 38 0 0 0 20 0 22 0 334595834 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140050299894568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25254] ppid=25244 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/25246/task/25254/stat : 25254 (java) S 25244 25246 23082 0 -1 4202560 25 0 0 0 37 0 0 0 20 0 22 0 334595834 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140050298841768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25255] ppid=25244 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25246/task/25255/stat : 25255 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 34 0 0 0 20 0 22 0 334595834 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140050297789480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25256] ppid=25244 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/25246/task/25256/stat : 25256 (java) S 25244 25246 23082 0 -1 4202560 29 0 0 0 41 0 0 0 20 0 22 0 334595834 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140050296736680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25257] ppid=25244 vsize=11852648 CPUtime=14.75 cores=1,3,5,7
/proc/25246/task/25257/stat : 25257 (java) S 25244 25246 23082 0 -1 4202560 80 0 0 0 1472 3 0 0 20 0 22 0 334595835 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049682233576 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25258] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25258/stat : 25258 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049681179640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25259] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25259/stat : 25259 (java) S 25244 25246 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334595836 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049680127240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25260] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25260/stat : 25260 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049679075728 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25261] ppid=25244 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/25246/task/25261/stat : 25261 (java) S 25244 25246 23082 0 -1 4202560 10418 0 0 0 137 3 0 0 20 0 22 0 334595838 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049678023352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25262] ppid=25244 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/25246/task/25262/stat : 25262 (java) S 25244 25246 23082 0 -1 4202560 8222 0 0 0 105 2 0 0 20 0 22 0 334595838 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049676970552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25263] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25263/stat : 25263 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334595838 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049675918456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25264] ppid=25244 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25246/task/25264/stat : 25264 (java) S 25244 25246 23082 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 334595838 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049674865864 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25268] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25268/stat : 25268 (java) S 25244 25246 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334595859 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049670652968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25292] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25292/stat : 25292 (java) S 25244 25246 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334598436 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049672758312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25246/tid=25293] ppid=25244 vsize=11852648 CPUtime=40.92 cores=1,3,5,7
/proc/25246/task/25293/stat : 25293 (java) R 25244 25246 23082 0 -1 4202560 47 0 0 0 4092 0 0 0 20 0 22 0 334598486 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049671705240 140050176671239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25246/tid=25294] ppid=25244 vsize=11852648 CPUtime=40.93 cores=1,3,5,7
/proc/25246/task/25294/stat : 25294 (java) R 25244 25246 23082 0 -1 4202560 12 0 0 0 4093 0 0 0 20 0 22 0 334598486 12137111552 156179 33554432000 1073741824 1073778376 140733379899888 140049673808640 140050176789731 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 143.27
Current children cumulated vsize (KiB) 11852648

[startup+80.3075 s]
/proc/loadavg: 3.27 3.45 3.56 4/216 25294
/proc/meminfo: memFree=25982960/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=143.72 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 24009 0 1 0 14329 43 0 0 20 0 19 0 334595831 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 156171 2282 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) R 25244 25246 23082 0 -1 4202560 3433 0 1 0 48 2 0 0 20 0 19 0 334595832 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050335695528 140050176415682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25249] ppid=25244 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/25246/task/25249/stat : 25249 (java) S 25244 25246 23082 0 -1 4202560 24 0 0 0 42 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050304104744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25250] ppid=25244 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25246/task/25250/stat : 25250 (java) S 25244 25246 23082 0 -1 4202560 15 0 0 0 34 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050303051944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25251] ppid=25244 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25246/task/25251/stat : 25251 (java) S 25244 25246 23082 0 -1 4202560 20 0 0 0 40 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050301999656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25252] ppid=25244 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25246/task/25252/stat : 25252 (java) S 25244 25246 23082 0 -1 4202560 32 0 0 0 38 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050300946856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25253] ppid=25244 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25246/task/25253/stat : 25253 (java) S 25244 25246 23082 0 -1 4202560 31 0 0 0 38 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050299894568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25254] ppid=25244 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/25246/task/25254/stat : 25254 (java) S 25244 25246 23082 0 -1 4202560 25 0 0 0 37 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050298841768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25255] ppid=25244 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25246/task/25255/stat : 25255 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 34 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050297789480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25256] ppid=25244 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/25246/task/25256/stat : 25256 (java) S 25244 25246 23082 0 -1 4202560 29 0 0 0 41 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050296736680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25257] ppid=25244 vsize=11852648 CPUtime=14.75 cores=1,3,5,7
/proc/25246/task/25257/stat : 25257 (java) S 25244 25246 23082 0 -1 4202560 80 0 0 0 1472 3 0 0 20 0 19 0 334595835 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049682233576 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25258] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25258/stat : 25258 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334595836 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049681179640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25259] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25259/stat : 25259 (java) S 25244 25246 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334595836 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049680127240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25260] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25260/stat : 25260 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049679075728 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25261] ppid=25244 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/25246/task/25261/stat : 25261 (java) S 25244 25246 23082 0 -1 4202560 10418 0 0 0 139 3 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049678023352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25262] ppid=25244 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/25246/task/25262/stat : 25262 (java) S 25244 25246 23082 0 -1 4202560 8223 0 0 0 106 2 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049676970552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25263] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25263/stat : 25263 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049675918456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25264] ppid=25244 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25246/task/25264/stat : 25264 (java) S 25244 25246 23082 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049674865864 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25292] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25292/stat : 25292 (java) S 25244 25246 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334598436 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049672758312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 143.72
Current children cumulated vsize (KiB) 11852648

[startup+80.5007 s]
/proc/loadavg: 3.27 3.45 3.56 4/216 25294
/proc/meminfo: memFree=25982960/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=143.92 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 24009 0 1 0 14349 43 0 0 20 0 19 0 334595831 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 156171 2282 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) R 25244 25246 23082 0 -1 4202560 3433 0 1 0 67 2 0 0 20 0 19 0 334595832 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050335695528 140050176415670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25249] ppid=25244 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/25246/task/25249/stat : 25249 (java) S 25244 25246 23082 0 -1 4202560 24 0 0 0 42 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050304104744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25250] ppid=25244 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25246/task/25250/stat : 25250 (java) S 25244 25246 23082 0 -1 4202560 15 0 0 0 34 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050303051944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25251] ppid=25244 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25246/task/25251/stat : 25251 (java) S 25244 25246 23082 0 -1 4202560 20 0 0 0 40 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050301999656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25252] ppid=25244 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25246/task/25252/stat : 25252 (java) S 25244 25246 23082 0 -1 4202560 32 0 0 0 38 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050300946856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25253] ppid=25244 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25246/task/25253/stat : 25253 (java) S 25244 25246 23082 0 -1 4202560 31 0 0 0 38 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050299894568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25254] ppid=25244 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/25246/task/25254/stat : 25254 (java) S 25244 25246 23082 0 -1 4202560 25 0 0 0 37 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050298841768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25255] ppid=25244 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25246/task/25255/stat : 25255 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 34 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050297789480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25256] ppid=25244 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/25246/task/25256/stat : 25256 (java) S 25244 25246 23082 0 -1 4202560 29 0 0 0 41 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050296736680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25257] ppid=25244 vsize=11852648 CPUtime=14.75 cores=1,3,5,7
/proc/25246/task/25257/stat : 25257 (java) S 25244 25246 23082 0 -1 4202560 80 0 0 0 1472 3 0 0 20 0 19 0 334595835 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049682233576 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25258] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25258/stat : 25258 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334595836 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049681179640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25259] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25259/stat : 25259 (java) S 25244 25246 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334595836 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049680127240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25260] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25260/stat : 25260 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049679075728 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25261] ppid=25244 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/25246/task/25261/stat : 25261 (java) S 25244 25246 23082 0 -1 4202560 10418 0 0 0 139 3 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049678023352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25262] ppid=25244 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/25246/task/25262/stat : 25262 (java) S 25244 25246 23082 0 -1 4202560 8223 0 0 0 106 2 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049676970552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25263] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25263/stat : 25263 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049675918456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25264] ppid=25244 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25246/task/25264/stat : 25264 (java) S 25244 25246 23082 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049674865864 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25292] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25292/stat : 25292 (java) S 25244 25246 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334598436 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049672758312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 143.92
Current children cumulated vsize (KiB) 11852648

[startup+80.6007 s]
/proc/loadavg: 3.27 3.45 3.56 4/216 25294
/proc/meminfo: memFree=25982960/32873844 swapFree=7628/7628
[pid=25246] ppid=25244 vsize=11852648 CPUtime=144.02 cores=1,3,5,7
/proc/25246/stat : 25246 (java) S 25244 25246 23082 0 -1 4202496 24009 0 1 0 14359 43 0 0 20 0 19 0 334595831 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140733379891024 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25246/statm: 2963162 156171 2282 9 0 2953849 0
[pid=25246/tid=25247] ppid=25244 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/25246/task/25247/stat : 25247 (java) R 25244 25246 23082 0 -1 4202560 3433 0 1 0 77 2 0 0 20 0 19 0 334595832 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050335695528 140050177464346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25249] ppid=25244 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/25246/task/25249/stat : 25249 (java) S 25244 25246 23082 0 -1 4202560 24 0 0 0 42 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050304104744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25250] ppid=25244 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25246/task/25250/stat : 25250 (java) S 25244 25246 23082 0 -1 4202560 15 0 0 0 34 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050303051944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25251] ppid=25244 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25246/task/25251/stat : 25251 (java) S 25244 25246 23082 0 -1 4202560 20 0 0 0 40 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050301999656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25252] ppid=25244 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25246/task/25252/stat : 25252 (java) S 25244 25246 23082 0 -1 4202560 32 0 0 0 38 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050300946856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25253] ppid=25244 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25246/task/25253/stat : 25253 (java) S 25244 25246 23082 0 -1 4202560 31 0 0 0 38 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050299894568 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25254] ppid=25244 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/25246/task/25254/stat : 25254 (java) S 25244 25246 23082 0 -1 4202560 25 0 0 0 37 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050298841768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25255] ppid=25244 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/25246/task/25255/stat : 25255 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 34 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050297789480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25256] ppid=25244 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/25246/task/25256/stat : 25256 (java) S 25244 25246 23082 0 -1 4202560 29 0 0 0 41 0 0 0 20 0 19 0 334595834 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140050296736680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25257] ppid=25244 vsize=11852648 CPUtime=14.75 cores=1,3,5,7
/proc/25246/task/25257/stat : 25257 (java) S 25244 25246 23082 0 -1 4202560 80 0 0 0 1472 3 0 0 20 0 19 0 334595835 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049682233576 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25246/tid=25258] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25258/stat : 25258 (java) S 25244 25246 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334595836 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049681179640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25259] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25259/stat : 25259 (java) S 25244 25246 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334595836 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049680127240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25260] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25260/stat : 25260 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049679075728 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25261] ppid=25244 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/25246/task/25261/stat : 25261 (java) S 25244 25246 23082 0 -1 4202560 10418 0 0 0 139 3 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049678023352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25246/tid=25262] ppid=25244 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/25246/task/25262/stat : 25262 (java) S 25244 25246 23082 0 -1 4202560 8223 0 0 0 106 2 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049676970552 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25263] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25263/stat : 25263 (java) S 25244 25246 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049675918456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25246/tid=25264] ppid=25244 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/25246/task/25264/stat : 25264 (java) S 25244 25246 23082 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 334595838 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049674865864 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25246/tid=25292] ppid=25244 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25246/task/25292/stat : 25292 (java) S 25244 25246 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334598436 12137111552 156171 33554432000 1073741824 1073778376 140733379899888 140049672758312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 144.02
Current children cumulated vsize (KiB) 11852648

Child status: 30
Real time (s): 80.6153
CPU time (s): 144.123
CPU user time (s): 143.599
CPU system time (s): 0.52392
CPU usage (%): 178.779
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.599
system time used= 0.52392
maximum resident set size= 626760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24020
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6262
involuntary context switches= 8444

runsolver used 0.349946 second user time and 0.78588 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 02:51:49
IDJOB=3732150
IDBENCH=2031
IDSOLVER=2328
FILE ID=node144/3732150-1338684709
RUNJOBID= node144-1338678623-23102
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

SOLVER NAME= PB11: Sat4j Res//CP 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 -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732150-1338684709/watcher-3732150-1338684709 -o /tmp/evaluation-result-3732150-1338684709/solver-3732150-1338684709 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732150-1338684709.opb

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=1433805186

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26653412 kB
Buffers:          626964 kB
Cached:          3623224 kB
SwapCached:          464 kB
Active:          3481720 kB
Inactive:        1865616 kB
Active(anon):    1079880 kB
Inactive(anon):    11196 kB
Active(file):    2401840 kB
Inactive(file):  1854420 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:               556 kB
Writeback:             0 kB
AnonPages:       1124328 kB
Mapped:            22512 kB
Shmem:               172 kB
Slab:             725472 kB
SReclaimable:     167340 kB
SUnreclaim:       558132 kB
KernelStack:        1784 kB
PageTables:         6360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1069056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 02:53:10