Trace number 3687566

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)227 1800.52 981.552

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
MD5SUM90154dd1b8a90675a35ad37cbef52f77
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark193
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 189
Optimality of the best value was proved NO
Number of variables481
Total number of constraints481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints481
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 481
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 481
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 481
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-2012 Artois University and CNRS
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.08/0.10	c version 2.3.2.v20120418
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.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687566-1337871967.opb
0.08/0.13	c reading problem ... 
0.23/0.27	c ... done. Wall clock time 0.137s.
0.23/0.27	c declared #vars     481
0.23/0.27	c #constraints  481
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 481
0.23/0.27	c 481 constraints processed.
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 481
0.23/0.27	c 481 constraints processed.
0.23/0.27	c objective function length is 481 literals
0.23/0.28	c  And the winner is solver0
0.52/0.77	c SATISFIABLE
0.52/0.77	c OPTIMIZING...
0.52/0.77	c Got one! Elapsed wall clock time (in seconds):0.639
0.52/0.77	o 237
0.62/0.80	c  And the winner is solver0
0.76/1.27	c Got one! Elapsed wall clock time (in seconds):1.144
0.76/1.27	o 236
3.72/2.24	c  And the winner is solver1
3.72/2.28	c Got one! Elapsed wall clock time (in seconds):2.146
3.72/2.28	o 235
4.30/2.52	c cleaning 2609 clauses out of 5218 with flag 1000/5218
5.49/3.02	c  And the winner is solver1
5.55/3.28	c Got one! Elapsed wall clock time (in seconds):3.149
5.55/3.28	o 234
6.67/3.86	c cleaning 3914 clauses out of 7828 with flag 3001/10437
9.10/5.02	c cleaning 4958 clauses out of 9915 with flag 9002/16438
11.25/6.17	c  And the winner is solver1
11.42/6.28	c Got one! Elapsed wall clock time (in seconds):6.152
11.42/6.28	o 233
13.16/7.10	c cleaning 7646 clauses out of 15291 with flag 5000/26772
15.28/8.22	c cleaning 6820 clauses out of 13645 with flag 11000/32772
18.03/9.66	c cleaning 6911 clauses out of 13825 with flag 18000/39772
20.95/11.15	c cleaning 7459 clauses out of 14918 with flag 26004/47776
23.64/12.56	c  And the winner is solver1
23.78/12.86	c Got one! Elapsed wall clock time (in seconds):12.735
23.78/12.86	o 232
25.25/13.62	c cleaning 9656 clauses out of 19314 with flag 5000/59631
27.43/14.85	c cleaning 7824 clauses out of 15658 with flag 11000/65631
29.87/16.18	c cleaning 7417 clauses out of 14834 with flag 18000/72631
30.50/16.50	c  And the winner is solver1
30.50/16.52	c Got one! Elapsed wall clock time (in seconds):16.396
30.50/16.52	o 231
32.06/17.34	c cleaning 6601 clauses out of 13202 with flag 5002/78416
34.29/18.60	c cleaning 6299 clauses out of 12599 with flag 11000/84414
37.20/20.18	c cleaning 6645 clauses out of 13301 with flag 18001/91415
40.19/21.76	c cleaning 7326 clauses out of 14655 with flag 26000/99414
43.76/23.69	c cleaning 8161 clauses out of 16330 with flag 35001/108415
47.93/25.84	c cleaning 9079 clauses out of 18168 with flag 45000/118414
52.35/28.26	c cleaning 10034 clauses out of 20089 with flag 56000/129414
57.11/30.76	c cleaning 11028 clauses out of 22055 with flag 68000/141414
62.23/33.47	c cleaning 12011 clauses out of 24031 with flag 81004/154418
68.05/36.46	c cleaning 13007 clauses out of 26016 with flag 95000/168414
75.01/40.11	c cleaning 14004 clauses out of 28009 with flag 110000/183414
77.52/41.53	c  And the winner is solver1
77.59/41.99	c Got one! Elapsed wall clock time (in seconds):41.862
77.59/41.99	o 230
79.24/42.83	c cleaning 12313 clauses out of 24636 with flag 5001/194045
81.72/44.21	c cleaning 9157 clauses out of 18322 with flag 11000/200044
84.40/45.75	c cleaning 8082 clauses out of 16167 with flag 18002/207046
87.85/47.70	c cleaning 8038 clauses out of 16084 with flag 26001/215045
91.14/49.54	c cleaning 8519 clauses out of 17045 with flag 35000/224044
94.77/51.59	c cleaning 9259 clauses out of 18526 with flag 45000/234044
99.01/53.81	c cleaning 10133 clauses out of 20268 with flag 56001/245045
103.83/56.50	c cleaning 11064 clauses out of 22134 with flag 68000/257044
108.70/59.18	c cleaning 12033 clauses out of 24070 with flag 81000/270044
114.16/62.02	c cleaning 13018 clauses out of 26037 with flag 95000/284044
120.01/65.15	c cleaning 14008 clauses out of 28020 with flag 110001/299045
126.39/68.67	c cleaning 15007 clauses out of 30013 with flag 126002/315046
132.81/72.02	c cleaning 15999 clauses out of 32004 with flag 143000/332044
139.88/75.72	c cleaning 17000 clauses out of 34010 with flag 161005/350049
147.19/79.68	c cleaning 17999 clauses out of 36005 with flag 180000/369044
155.39/84.18	c  And the winner is solver1
155.59/84.62	c Got one! Elapsed wall clock time (in seconds):84.489
155.59/84.62	o 229
157.14/85.48	c cleaning 21369 clauses out of 42737 with flag 5001/393775
160.01/87.18	c cleaning 13682 clauses out of 27367 with flag 11000/399774
163.08/88.99	c cleaning 10340 clauses out of 20685 with flag 18000/406774
166.37/90.88	c cleaning 9172 clauses out of 18345 with flag 26000/414774
170.08/93.19	c cleaning 9088 clauses out of 18175 with flag 35002/423776
174.10/95.46	c cleaning 9540 clauses out of 19085 with flag 45000/433774
178.74/98.09	c cleaning 10270 clauses out of 20546 with flag 56001/444775
183.93/100.99	c cleaning 11134 clauses out of 22276 with flag 68001/456775
190.36/104.67	c cleaning 12070 clauses out of 24143 with flag 81002/469776
196.38/107.90	c cleaning 13035 clauses out of 26072 with flag 95001/483775
203.21/111.77	c cleaning 14016 clauses out of 28036 with flag 110000/498774
209.39/115.25	c  And the winner is solver1
209.50/115.61	c Got one! Elapsed wall clock time (in seconds):115.481
209.50/115.61	o 228
212.53/117.80	c cleaning 16284 clauses out of 32569 with flag 5002/517323
215.40/119.56	c cleaning 11136 clauses out of 22283 with flag 11000/523321
218.59/121.45	c cleaning 9074 clauses out of 18148 with flag 18001/530322
222.18/123.55	c cleaning 8535 clauses out of 17073 with flag 26000/538321
226.53/126.25	c cleaning 8766 clauses out of 17538 with flag 35000/547321
230.92/128.71	c cleaning 9385 clauses out of 18772 with flag 45000/557321
235.46/131.38	c cleaning 10189 clauses out of 20387 with flag 56000/568321
240.64/134.23	c cleaning 11096 clauses out of 22199 with flag 68001/580322
246.35/137.65	c cleaning 12047 clauses out of 24102 with flag 81000/593321
251.72/140.66	c cleaning 13022 clauses out of 26055 with flag 95000/607321
257.65/143.95	c cleaning 14013 clauses out of 28034 with flag 110001/622322
263.78/147.34	c cleaning 0 clauses out of 7632 with flag 0/7632
265.62/148.75	c cleaning 15009 clauses out of 30021 with flag 126001/638322
273.41/152.95	c cleaning 16003 clauses out of 32013 with flag 143002/655323
281.21/157.11	c cleaning 17001 clauses out of 34010 with flag 161002/673323
288.90/161.32	c cleaning 18001 clauses out of 36007 with flag 180000/692321
297.94/166.43	c cleaning 18998 clauses out of 38006 with flag 200000/712321
306.84/171.28	c cleaning 20005 clauses out of 40010 with flag 221002/733323
315.79/176.09	c cleaning 21002 clauses out of 42004 with flag 243001/755322
324.87/180.96	c cleaning 21989 clauses out of 44001 with flag 266000/778321
335.37/186.85	c cleaning 23004 clauses out of 46014 with flag 290002/802323
346.05/192.59	c cleaning 24005 clauses out of 48010 with flag 315002/827323
358.33/199.05	c cleaning 25003 clauses out of 50005 with flag 341002/853323
370.14/205.31	c cleaning 25993 clauses out of 52000 with flag 368000/880321
382.23/212.01	c cleaning 26999 clauses out of 54007 with flag 396000/908321
393.63/218.16	c cleaning 27998 clauses out of 56008 with flag 425000/937321
405.61/224.59	c cleaning 29005 clauses out of 58010 with flag 455000/967321
418.23/231.23	c cleaning 30001 clauses out of 60005 with flag 486000/998321
431.99/238.81	c cleaning 30999 clauses out of 62004 with flag 518000/1030321
443.94/245.22	c cleaning 31999 clauses out of 64005 with flag 551000/1063321
457.81/252.64	c cleaning 33002 clauses out of 66006 with flag 585000/1097321
471.93/260.11	c cleaning 33993 clauses out of 68005 with flag 620001/1132322
486.72/268.31	c cleaning 35002 clauses out of 70014 with flag 656003/1168324
501.96/276.46	c cleaning 36005 clauses out of 72009 with flag 693000/1205321
516.23/284.00	c cleaning 36999 clauses out of 74004 with flag 731000/1243321
531.91/292.34	c cleaning 38000 clauses out of 76006 with flag 770001/1282322
549.12/301.76	c cleaning 38996 clauses out of 78005 with flag 810000/1322321
567.03/311.98	c cleaning 39999 clauses out of 80009 with flag 851000/1363321
585.84/321.63	c cleaning 41002 clauses out of 82011 with flag 893001/1405322
603.81/331.45	c cleaning 42002 clauses out of 84008 with flag 936000/1448321
621.48/340.77	c  And the winner is solver1
621.75/341.10	c Got one! Elapsed wall clock time (in seconds):340.968
621.75/341.10	o 227
623.75/342.19	c cleaning 44086 clauses out of 88180 with flag 5000/1494495
627.28/344.41	c cleaning 25045 clauses out of 50094 with flag 11000/1500495
630.81/346.72	c cleaning 16021 clauses out of 32050 with flag 18001/1507496
635.39/349.93	c cleaning 12007 clauses out of 24028 with flag 26000/1515495
639.71/352.61	c cleaning 10506 clauses out of 21022 with flag 35001/1524496
644.04/355.33	c cleaning 10255 clauses out of 20515 with flag 45000/1534495
648.75/358.30	c cleaning 10624 clauses out of 21260 with flag 56000/1545495
654.98/362.27	c cleaning 11316 clauses out of 22636 with flag 68000/1557495
661.12/365.89	c cleaning 12160 clauses out of 24321 with flag 81001/1570496
667.37/369.53	c cleaning 13078 clauses out of 26160 with flag 95000/1584495
673.87/373.34	c cleaning 14038 clauses out of 28083 with flag 110001/1599496
681.63/378.10	c cleaning 15023 clauses out of 30046 with flag 126002/1615497
689.30/382.56	c cleaning 16006 clauses out of 32021 with flag 143000/1632495
697.39/387.14	c cleaning 17004 clauses out of 34016 with flag 161001/1650496
705.06/391.60	c cleaning 18003 clauses out of 36012 with flag 180001/1669496
714.34/397.02	c cleaning 19001 clauses out of 38010 with flag 200002/1689497
723.00/401.94	c cleaning 20001 clauses out of 40008 with flag 221001/1710496
728.42/405.26	c cleaning 0 clauses out of 13099 with flag 0/13099
734.24/408.75	c cleaning 21000 clauses out of 42007 with flag 243001/1732496
744.81/414.92	c cleaning 21999 clauses out of 44006 with flag 266000/1755495
755.54/420.87	c cleaning 22996 clauses out of 46008 with flag 290001/1779496
767.06/427.13	c cleaning 24005 clauses out of 48011 with flag 315000/1804495
778.92/433.61	c cleaning 25000 clauses out of 50006 with flag 341000/1830495
791.39/440.86	c cleaning 25999 clauses out of 52006 with flag 368000/1857495
803.44/447.43	c cleaning 26999 clauses out of 54007 with flag 396000/1885495
815.91/454.28	c cleaning 27997 clauses out of 56009 with flag 425001/1914496
828.93/461.33	c cleaning 29002 clauses out of 58011 with flag 455000/1944495
841.57/468.68	c cleaning 29997 clauses out of 60010 with flag 486001/1975496
854.89/475.96	c cleaning 30998 clauses out of 62012 with flag 518000/2007495
869.30/483.75	c cleaning 32006 clauses out of 64017 with flag 551003/2040498
884.84/492.18	c cleaning 33001 clauses out of 66009 with flag 585001/2074496
900.84/501.16	c cleaning 34001 clauses out of 68008 with flag 620001/2109496
917.21/509.92	c cleaning 34998 clauses out of 70007 with flag 656001/2145496
934.00/518.99	c cleaning 36006 clauses out of 72012 with flag 693004/2182499
950.78/527.99	c cleaning 37000 clauses out of 74003 with flag 731001/2220496
968.30/537.86	c cleaning 37993 clauses out of 76002 with flag 770000/2259495
984.22/546.40	c cleaning 39000 clauses out of 78010 with flag 810001/2299496
1002.06/556.01	c cleaning 40005 clauses out of 80009 with flag 851000/2340495
1019.21/565.27	c cleaning 40998 clauses out of 82004 with flag 893000/2382495
1039.49/576.58	c cleaning 41998 clauses out of 84006 with flag 936000/2425495
1060.05/587.49	c cleaning 43005 clauses out of 86011 with flag 980003/2469498
1080.40/598.20	c cleaning 43992 clauses out of 88004 with flag 1025001/2514496
1099.89/608.66	c cleaning 45001 clauses out of 90012 with flag 1071001/2560496
1120.62/620.23	c cleaning 46001 clauses out of 92010 with flag 1118000/2607495
1142.88/632.04	c cleaning 47004 clauses out of 94009 with flag 1166000/2655495
1165.28/643.90	c cleaning 48002 clauses out of 96005 with flag 1215000/2704495
1187.82/655.96	c cleaning 49001 clauses out of 98003 with flag 1265000/2754495
1211.51/669.01	c cleaning 49995 clauses out of 100003 with flag 1316001/2805496
1233.91/680.97	c cleaning 50994 clauses out of 102007 with flag 1368000/2857495
1257.57/693.42	c cleaning 52002 clauses out of 104013 with flag 1421000/2910495
1282.99/706.82	c cleaning 52999 clauses out of 106011 with flag 1475000/2964495
1310.81/721.93	c cleaning 54001 clauses out of 108012 with flag 1530000/3019495
1336.40/735.47	c cleaning 55003 clauses out of 110011 with flag 1586000/3075495
1363.75/749.89	c cleaning 56001 clauses out of 112012 with flag 1643004/3132499
1392.47/764.93	c cleaning 57001 clauses out of 114008 with flag 1701001/3190496
1421.60/780.74	c cleaning 57996 clauses out of 116007 with flag 1760001/3249496
1427.59/784.53	c cleaning 0 clauses out of 19098 with flag 0/19098
1450.84/796.99	c cleaning 58998 clauses out of 118010 with flag 1820000/3309495
1479.50/812.02	c cleaning 60003 clauses out of 120013 with flag 1881001/3370496
1510.76/829.02	c cleaning 60997 clauses out of 122009 with flag 1943000/3432495
1538.90/843.80	c cleaning 62003 clauses out of 124012 with flag 2006000/3495495
1568.32/859.40	c cleaning 63001 clauses out of 126009 with flag 2070000/3559495
1600.40/876.04	c cleaning 64001 clauses out of 128008 with flag 2135000/3624495
1633.06/893.73	c cleaning 65002 clauses out of 130008 with flag 2201001/3690496
1665.38/910.64	c cleaning 65996 clauses out of 132005 with flag 2268000/3757495
1697.59/927.56	c cleaning 67002 clauses out of 134011 with flag 2336002/3825497
1733.94/946.45	c cleaning 67998 clauses out of 136008 with flag 2405001/3894496
1768.60/965.07	c cleaning 68997 clauses out of 138009 with flag 2475000/3964495
1800.01/981.51	c starts		: 61
1800.01/981.51	c conflicts		: 21677
1800.01/981.51	c decisions		: 88396
1800.01/981.51	c propagations		: 406700
1800.01/981.51	c inspects		: 656261237
1800.01/981.51	c shortcuts		: 0
1800.01/981.51	c learnt literals	: 0
1800.01/981.51	c learnt binary clauses	: 0
1800.01/981.51	c learnt ternary clauses	: 0
1800.01/981.51	c learnt constraints	: 21677
1800.01/981.51	c ignored constraints	: 0
1800.01/981.51	c root simplifications	: 0
1800.01/981.51	c removed literals (reason simplification)	: 0
1800.01/981.51	c reason swapping (by a shorter reason)	: 0
1800.01/981.51	c Calls to reduceDB	: 3
1800.01/981.51	c number of reductions to clauses (during analyze)	: 0
1800.01/981.51	c number of learned constraints concerned by reduction	: 0
1800.01/981.51	c number of learning phase by resolution	: 0
1800.01/981.51	c number of learning phase by cutting planes	: 0
1800.01/981.51	c speed (assignments/second)	: 414.90177835451203
1800.01/981.51	c non guided choices	0
1800.01/981.52	c learnt constraints type 
1800.01/981.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1149
1800.01/981.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20528
1800.01/981.52	c constraints type 
1800.01/981.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/981.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 481
1800.01/981.52	c 482 constraints processed.
1800.01/981.52	c constraints type 
1800.01/981.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/981.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 481
1800.01/981.52	c 482 constraints processed.
1800.01/981.52	s SATISFIABLE
1800.01/981.53	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 
1800.01/981.53	c objective function=227
1800.01/981.53	c Total wall clock time (in seconds): 981.397

Verifier Data

OK	227

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-3687566-1337871967/watcher-3687566-1337871967 -o /tmp/evaluation-result-3687566-1337871967/solver-3687566-1337871967 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687566-1337871967.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.05 0.65 0.23 3/197 22807
/proc/meminfo: memFree=26614288/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22807/stat : 22807 (java) R 22805 22807 22059 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 253323678 9515008 184 33554432000 1073741824 1073778376 140735164153936 140735164145160 233411603895 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22807/statm: 2325 184 142 9 0 73 0

[startup+0.015719 s]
/proc/loadavg: 2.05 0.65 0.23 3/197 22807
/proc/meminfo: memFree=26614288/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 253323678 103964672 1053 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100291 s]
/proc/loadavg: 2.05 0.65 0.23 3/197 22807
/proc/meminfo: memFree=26614288/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 4132 0 1 0 7 1 0 0 20 0 18 0 253323678 9787813888 5334 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2389603 5336 2076 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300309 s]
/proc/loadavg: 2.05 0.65 0.23 3/197 22807
/proc/meminfo: memFree=26614288/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 6063 0 1 0 44 4 0 0 20 0 19 0 253323678 10060460032 9309 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 9309 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9824668

[startup+0.700314 s]
/proc/loadavg: 2.05 0.65 0.23 3/197 22807
/proc/meminfo: memFree=26614288/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 6766 0 1 0 48 4 0 0 20 0 19 0 253323678 10060460032 9726 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 9726 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824668

[startup+1.50062 s]
/proc/loadavg: 2.05 0.65 0.23 3/216 22832
/proc/meminfo: memFree=26578736/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 14165 0 1 0 157 7 0 0 20 0 22 0 253323678 10060460032 17848 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 17848 2242 9 0 2446860 0
[pid=22807/tid=22809] ppid=22805 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/22807/task/22809/stat : 22809 (java) S 22805 22807 22059 0 -1 4202560 2461 0 1 0 23 2 0 0 20 0 22 0 253323679 10060460032 17848 33554432000 1073741824 1073778376 140735006403760 139951124952056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22810] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22810/stat : 22810 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17848 33554432000 1073741824 1073778376 140735006403760 139951114012840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22811] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22811/stat : 22811 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17848 33554432000 1073741824 1073778376 140735006403760 139951112960296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22812] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22812/stat : 22812 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17848 33554432000 1073741824 1073778376 140735006403760 139951111907752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22813] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22813/stat : 22813 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17848 33554432000 1073741824 1073778376 140735006403760 139951110855208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22814] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22814/stat : 22814 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139951109802664 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22815] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22815/stat : 22815 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139951108750120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22816] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22816/stat : 22816 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950961671080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22817] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22817/stat : 22817 (java) S 22805 22807 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253323681 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950960618536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22818] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22818/stat : 22818 (java) S 22805 22807 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253323682 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950948419688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22819] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22819/stat : 22819 (java) S 22805 22807 22059 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950947366008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22820] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22820/stat : 22820 (java) S 22805 22807 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950946313352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22821] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22821/stat : 22821 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950945262096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22822] ppid=22805 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/22807/task/22822/stat : 22822 (java) R 22805 22807 22059 0 -1 4202560 6014 0 0 0 37 0 0 0 20 0 22 0 253323685 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950944186728 139951131938227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22823] ppid=22805 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/22807/task/22823/stat : 22823 (java) R 22805 22807 22059 0 -1 4202560 4357 0 0 0 41 0 0 0 20 0 22 0 253323685 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950943144200 233411830903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22824] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22824/stat : 22824 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950942104568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22825] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22825/stat : 22825 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950941052232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22829] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22829/stat : 22829 (java) S 22805 22807 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323707 10060460032 17812 33554432000 1073741824 1073778376 140735006403760 139950936839336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 2.05 0.65 0.23 6/219 22835
/proc/meminfo: memFree=26489412/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=5.55 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 21329 0 1 0 536 19 0 0 20 0 19 0 253323678 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 53664 2280 9 0 2446860 0
[pid=22807/tid=22809] ppid=22805 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/22807/task/22809/stat : 22809 (java) S 22805 22807 22059 0 -1 4202560 2461 0 1 0 23 2 0 0 20 0 19 0 253323679 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139951124952056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22810] ppid=22805 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22807/task/22810/stat : 22810 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139951114012840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22811] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22811/stat : 22811 (java) S 22805 22807 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139951112960296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22812] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22812/stat : 22812 (java) S 22805 22807 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139951111907752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22813] ppid=22805 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22807/task/22813/stat : 22813 (java) S 22805 22807 22059 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139951110855208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22814] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22814/stat : 22814 (java) S 22805 22807 22059 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139951109802664 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22815] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22815/stat : 22815 (java) S 22805 22807 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139951108750120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22816] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22816/stat : 22816 (java) S 22805 22807 22059 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950961671080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22817] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22817/stat : 22817 (java) S 22805 22807 22059 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253323681 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950960618536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22818] ppid=22805 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22807/task/22818/stat : 22818 (java) S 22805 22807 22059 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 253323682 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950948419688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22819] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22819/stat : 22819 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253323683 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950947366008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22820] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22820/stat : 22820 (java) S 22805 22807 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253323683 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950946313352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22821] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22821/stat : 22821 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253323685 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950945262096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22822] ppid=22805 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/22807/task/22822/stat : 22822 (java) S 22805 22807 22059 0 -1 4202560 6272 0 0 0 75 0 0 0 20 0 19 0 253323685 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950944209464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22823] ppid=22805 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/22807/task/22823/stat : 22823 (java) S 22805 22807 22059 0 -1 4202560 11075 0 0 0 92 2 0 0 20 0 19 0 253323685 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950943156920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22824] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22824/stat : 22824 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253323685 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950942104568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22825] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22825/stat : 22825 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253323685 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950941052232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22835] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22835/stat : 22835 (java) S 22805 22807 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253323807 10060460032 53664 33554432000 1073741824 1073778376 140735006403760 139950937891752 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 9824668

[startup+6.30068 s]
/proc/loadavg: 2.29 0.73 0.25 5/219 22841
/proc/meminfo: memFree=26353252/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=11.47 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 21489 0 1 0 1123 24 0 0 20 0 22 0 253323678 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 69503 2280 9 0 2446860 0
[pid=22807/tid=22809] ppid=22805 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/22807/task/22809/stat : 22809 (java) S 22805 22807 22059 0 -1 4202560 2461 0 1 0 23 2 0 0 20 0 22 0 253323679 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139951124952056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22810] ppid=22805 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22807/task/22810/stat : 22810 (java) S 22805 22807 22059 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139951114012840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22811] ppid=22805 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22807/task/22811/stat : 22811 (java) S 22805 22807 22059 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139951112960296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22812] ppid=22805 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22807/task/22812/stat : 22812 (java) S 22805 22807 22059 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139951111907752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22813] ppid=22805 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22807/task/22813/stat : 22813 (java) S 22805 22807 22059 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139951110855208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22814] ppid=22805 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22807/task/22814/stat : 22814 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139951109802664 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22815] ppid=22805 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22807/task/22815/stat : 22815 (java) S 22805 22807 22059 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139951108750120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22816] ppid=22805 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22807/task/22816/stat : 22816 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950961671080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22817] ppid=22805 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22807/task/22817/stat : 22817 (java) S 22805 22807 22059 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253323681 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950960618536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22818] ppid=22805 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/22807/task/22818/stat : 22818 (java) S 22805 22807 22059 0 -1 4202560 118 0 0 0 17 1 0 0 20 0 22 0 253323682 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950948419688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22819] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22819/stat : 22819 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950947366008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22820] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22820/stat : 22820 (java) S 22805 22807 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950946313352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22821] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22821/stat : 22821 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950945262096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22822] ppid=22805 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/22807/task/22822/stat : 22822 (java) R 22805 22807 22059 0 -1 4202560 6272 0 0 0 90 0 0 0 20 0 22 0 253323685 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950944209448 139951128400338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22823] ppid=22805 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/22807/task/22823/stat : 22823 (java) R 22805 22807 22059 0 -1 4202560 11076 0 0 0 97 2 0 0 20 0 22 0 253323685 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950943144448 139951129067952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22824] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22824/stat : 22824 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950942104568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22825] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22825/stat : 22825 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950941052232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22835] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22835/stat : 22835 (java) S 22805 22807 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253323807 10060460032 69503 33554432000 1073741824 1073778376 140735006403760 139950937891752 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 9824668

[startup+12.7008 s]

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

[pid=22807/tid=22864] ppid=22805 vsize=9824668 CPUtime=432.38 cores=0,2,4,6
/proc/22807/task/22864/stat : 22864 (java) R 22805 22807 22059 0 -1 4202560 56 0 0 0 43232 6 0 0 20 0 22 0 253357789 10060460032 554840 33554432000 1073741824 1073778376 140735006403760 139950939996512 139950989825664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22865] ppid=22805 vsize=9824668 CPUtime=432.38 cores=0,2,4,6
/proc/22807/task/22865/stat : 22865 (java) R 22805 22807 22059 0 -1 4202560 30 0 0 0 43230 8 0 0 20 0 22 0 253357789 10060460032 554840 33554432000 1073741824 1073778376 140735006403760 139950938942064 139950989902282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22866] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22866/stat : 22866 (java) S 22805 22807 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253357789 10060460032 554840 33554432000 1073741824 1073778376 140735006403760 139950936839464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1610.02
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.82 3.74 2.52 5/219 22937
/proc/meminfo: memFree=25628588/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=1725.62 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 34018 0 1 0 172400 162 0 0 20 0 22 0 253323678 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 566324 2281 9 0 2446860 0
[pid=22807/tid=22809] ppid=22805 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/22807/task/22809/stat : 22809 (java) S 22805 22807 22059 0 -1 4202560 2566 0 1 0 27 3 0 0 20 0 22 0 253323679 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139951124952056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22810] ppid=22805 vsize=9824668 CPUtime=4.56 cores=0,2,4,6
/proc/22807/task/22810/stat : 22810 (java) S 22805 22807 22059 0 -1 4202560 583 0 0 0 445 11 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139951114012840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22811] ppid=22805 vsize=9824668 CPUtime=4.11 cores=0,2,4,6
/proc/22807/task/22811/stat : 22811 (java) S 22805 22807 22059 0 -1 4202560 529 0 0 0 404 7 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139951112960296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22812] ppid=22805 vsize=9824668 CPUtime=4.49 cores=0,2,4,6
/proc/22807/task/22812/stat : 22812 (java) S 22805 22807 22059 0 -1 4202560 1039 0 0 0 440 9 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139951111907752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22813] ppid=22805 vsize=9824668 CPUtime=4.32 cores=0,2,4,6
/proc/22807/task/22813/stat : 22813 (java) S 22805 22807 22059 0 -1 4202560 528 0 0 0 424 8 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139951110855208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22814] ppid=22805 vsize=9824668 CPUtime=4.57 cores=0,2,4,6
/proc/22807/task/22814/stat : 22814 (java) S 22805 22807 22059 0 -1 4202560 645 0 0 0 448 9 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139951109802664 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22815] ppid=22805 vsize=9824668 CPUtime=4.65 cores=0,2,4,6
/proc/22807/task/22815/stat : 22815 (java) S 22805 22807 22059 0 -1 4202560 777 0 0 0 455 10 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139951108750120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22816] ppid=22805 vsize=9824668 CPUtime=4.01 cores=0,2,4,6
/proc/22807/task/22816/stat : 22816 (java) S 22805 22807 22059 0 -1 4202560 820 0 0 0 392 9 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950961671080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22817] ppid=22805 vsize=9824668 CPUtime=4.6 cores=0,2,4,6
/proc/22807/task/22817/stat : 22817 (java) S 22805 22807 22059 0 -1 4202560 567 0 0 0 450 10 0 0 20 0 22 0 253323681 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950960618536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22818] ppid=22805 vsize=9824668 CPUtime=171.19 cores=0,2,4,6
/proc/22807/task/22818/stat : 22818 (java) S 22805 22807 22059 0 -1 4202560 3277 0 0 0 17091 28 0 0 20 0 22 0 253323682 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950948419688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22819] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22819/stat : 22819 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950947366008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22820] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22820/stat : 22820 (java) S 22805 22807 22059 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950946313352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22821] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22821/stat : 22821 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950945262096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22822] ppid=22805 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/22807/task/22822/stat : 22822 (java) S 22805 22807 22059 0 -1 4202560 6276 0 0 0 117 0 0 0 20 0 22 0 253323685 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950944209464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22823] ppid=22805 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/22807/task/22823/stat : 22823 (java) S 22805 22807 22059 0 -1 4202560 14384 0 0 0 138 2 0 0 20 0 22 0 253323685 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950943156920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22824] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22824/stat : 22824 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950942104568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22825] ppid=22805 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/22807/task/22825/stat : 22825 (java) S 22805 22807 22059 0 -1 4202560 55 0 0 0 20 16 0 0 20 0 22 0 253323685 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950941052232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22835] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22835/stat : 22835 (java) S 22805 22807 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253323807 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950937891752 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22864] ppid=22805 vsize=9824668 CPUtime=486.28 cores=0,2,4,6
/proc/22807/task/22864/stat : 22864 (java) R 22805 22807 22059 0 -1 4202560 61 0 0 0 48621 7 0 0 20 0 22 0 253357789 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950939995552 139950989762303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22865] ppid=22805 vsize=9824668 CPUtime=486.29 cores=0,2,4,6
/proc/22807/task/22865/stat : 22865 (java) R 22805 22807 22059 0 -1 4202560 33 0 0 0 48620 9 0 0 20 0 22 0 253357789 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950938942192 139950989955947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22866] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22866/stat : 22866 (java) S 22805 22807 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253357789 10060460032 566324 33554432000 1073741824 1073778376 140735006403760 139950936839464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.62
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+981.501 s]
/proc/loadavg: 3.78 3.74 2.57 5/219 22937
/proc/meminfo: memFree=25474304/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 34189 0 1 0 179834 167 0 0 20 0 22 0 253323678 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 587857 2281 9 0 2446860 0
[pid=22807/tid=22809] ppid=22805 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/22807/task/22809/stat : 22809 (java) S 22805 22807 22059 0 -1 4202560 2567 0 1 0 27 3 0 0 20 0 22 0 253323679 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951124952056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22810] ppid=22805 vsize=9824668 CPUtime=4.78 cores=0,2,4,6
/proc/22807/task/22810/stat : 22810 (java) S 22805 22807 22059 0 -1 4202560 586 0 0 0 467 11 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951114012840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22811] ppid=22805 vsize=9824668 CPUtime=4.34 cores=0,2,4,6
/proc/22807/task/22811/stat : 22811 (java) S 22805 22807 22059 0 -1 4202560 547 0 0 0 427 7 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951112960296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22812] ppid=22805 vsize=9824668 CPUtime=4.67 cores=0,2,4,6
/proc/22807/task/22812/stat : 22812 (java) S 22805 22807 22059 0 -1 4202560 1050 0 0 0 457 10 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951111907752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22813] ppid=22805 vsize=9824668 CPUtime=4.64 cores=0,2,4,6
/proc/22807/task/22813/stat : 22813 (java) S 22805 22807 22059 0 -1 4202560 538 0 0 0 456 8 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951110855208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22814] ppid=22805 vsize=9824668 CPUtime=4.76 cores=0,2,4,6
/proc/22807/task/22814/stat : 22814 (java) S 22805 22807 22059 0 -1 4202560 647 0 0 0 467 9 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951109802664 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22815] ppid=22805 vsize=9824668 CPUtime=4.88 cores=0,2,4,6
/proc/22807/task/22815/stat : 22815 (java) S 22805 22807 22059 0 -1 4202560 792 0 0 0 477 11 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951108750120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22816] ppid=22805 vsize=9824668 CPUtime=4.31 cores=0,2,4,6
/proc/22807/task/22816/stat : 22816 (java) S 22805 22807 22059 0 -1 4202560 826 0 0 0 421 10 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950961671080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22817] ppid=22805 vsize=9824668 CPUtime=4.82 cores=0,2,4,6
/proc/22807/task/22817/stat : 22817 (java) S 22805 22807 22059 0 -1 4202560 582 0 0 0 472 10 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950960618536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22818] ppid=22805 vsize=9824668 CPUtime=176.1 cores=0,2,4,6
/proc/22807/task/22818/stat : 22818 (java) S 22805 22807 22059 0 -1 4202560 3358 0 0 0 17581 29 0 0 20 0 22 0 253323682 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950948419688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22819] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22819/stat : 22819 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950947366008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22820] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22820/stat : 22820 (java) S 22805 22807 22059 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950946313352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22821] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22821/stat : 22821 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950945262096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22822] ppid=22805 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/22807/task/22822/stat : 22822 (java) S 22805 22807 22059 0 -1 4202560 6276 0 0 0 117 0 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950944209464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22823] ppid=22805 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/22807/task/22823/stat : 22823 (java) S 22805 22807 22059 0 -1 4202560 14384 0 0 0 138 2 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950943156920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22824] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22824/stat : 22824 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950942104568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22825] ppid=22805 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/22807/task/22825/stat : 22825 (java) S 22805 22807 22059 0 -1 4202560 57 0 0 0 21 17 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950941052232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22835] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22835/stat : 22835 (java) S 22805 22807 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253323807 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950937891752 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22864] ppid=22805 vsize=9824668 CPUtime=520.09 cores=0,2,4,6
/proc/22807/task/22864/stat : 22864 (java) R 22805 22807 22059 0 -1 4202560 63 0 0 0 52002 7 0 0 20 0 22 0 253357789 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950939994624 139950989814204 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22865] ppid=22805 vsize=9824668 CPUtime=520.09 cores=0,2,4,6
/proc/22807/task/22865/stat : 22865 (java) R 22805 22807 22059 0 -1 4202560 38 0 0 0 52000 9 0 0 20 0 22 0 253357789 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950938942864 139950989957482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22866] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22866/stat : 22866 (java) S 22805 22807 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253357789 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950936839464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+981.501 s]
/proc/loadavg: 3.78 3.74 2.57 5/219 22937
/proc/meminfo: memFree=25474304/32873844 swapFree=7100/7100
[pid=22807] ppid=22805 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/22807/stat : 22807 (java) S 22805 22807 22059 0 -1 4202496 34189 0 1 0 179834 167 0 0 20 0 22 0 253323678 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 140735006394896 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22807/statm: 2456167 587857 2281 9 0 2446860 0
[pid=22807/tid=22809] ppid=22805 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/22807/task/22809/stat : 22809 (java) S 22805 22807 22059 0 -1 4202560 2567 0 1 0 27 3 0 0 20 0 22 0 253323679 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951124952056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22810] ppid=22805 vsize=9824668 CPUtime=4.78 cores=0,2,4,6
/proc/22807/task/22810/stat : 22810 (java) S 22805 22807 22059 0 -1 4202560 586 0 0 0 467 11 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951114012840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22811] ppid=22805 vsize=9824668 CPUtime=4.34 cores=0,2,4,6
/proc/22807/task/22811/stat : 22811 (java) S 22805 22807 22059 0 -1 4202560 547 0 0 0 427 7 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951112960296 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22812] ppid=22805 vsize=9824668 CPUtime=4.67 cores=0,2,4,6
/proc/22807/task/22812/stat : 22812 (java) S 22805 22807 22059 0 -1 4202560 1050 0 0 0 457 10 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951111907752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22813] ppid=22805 vsize=9824668 CPUtime=4.64 cores=0,2,4,6
/proc/22807/task/22813/stat : 22813 (java) S 22805 22807 22059 0 -1 4202560 538 0 0 0 456 8 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951110855208 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22814] ppid=22805 vsize=9824668 CPUtime=4.76 cores=0,2,4,6
/proc/22807/task/22814/stat : 22814 (java) S 22805 22807 22059 0 -1 4202560 647 0 0 0 467 9 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951109802664 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22815] ppid=22805 vsize=9824668 CPUtime=4.88 cores=0,2,4,6
/proc/22807/task/22815/stat : 22815 (java) S 22805 22807 22059 0 -1 4202560 792 0 0 0 477 11 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139951108750120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22816] ppid=22805 vsize=9824668 CPUtime=4.31 cores=0,2,4,6
/proc/22807/task/22816/stat : 22816 (java) S 22805 22807 22059 0 -1 4202560 826 0 0 0 421 10 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950961671080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22817] ppid=22805 vsize=9824668 CPUtime=4.82 cores=0,2,4,6
/proc/22807/task/22817/stat : 22817 (java) S 22805 22807 22059 0 -1 4202560 582 0 0 0 472 10 0 0 20 0 22 0 253323681 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950960618536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22818] ppid=22805 vsize=9824668 CPUtime=176.1 cores=0,2,4,6
/proc/22807/task/22818/stat : 22818 (java) S 22805 22807 22059 0 -1 4202560 3358 0 0 0 17581 29 0 0 20 0 22 0 253323682 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950948419688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22819] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22819/stat : 22819 (java) S 22805 22807 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950947366008 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22820] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22820/stat : 22820 (java) S 22805 22807 22059 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253323683 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950946313352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22821] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22821/stat : 22821 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950945262096 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22822] ppid=22805 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/22807/task/22822/stat : 22822 (java) S 22805 22807 22059 0 -1 4202560 6276 0 0 0 117 0 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950944209464 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22807/tid=22823] ppid=22805 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/22807/task/22823/stat : 22823 (java) S 22805 22807 22059 0 -1 4202560 14384 0 0 0 138 2 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950943156920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22824] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22824/stat : 22824 (java) S 22805 22807 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950942104568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22825] ppid=22805 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/22807/task/22825/stat : 22825 (java) S 22805 22807 22059 0 -1 4202560 57 0 0 0 21 17 0 0 20 0 22 0 253323685 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950941052232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22835] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22835/stat : 22835 (java) S 22805 22807 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253323807 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950937891752 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22807/tid=22864] ppid=22805 vsize=9824668 CPUtime=520.09 cores=0,2,4,6
/proc/22807/task/22864/stat : 22864 (java) R 22805 22807 22059 0 -1 4202560 63 0 0 0 52002 7 0 0 20 0 22 0 253357789 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950939994624 139950989814204 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22807/tid=22865] ppid=22805 vsize=9824668 CPUtime=520.09 cores=0,2,4,6
/proc/22807/task/22865/stat : 22865 (java) R 22805 22807 22059 0 -1 4202560 38 0 0 0 52000 9 0 0 20 0 22 0 253357789 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950938942864 139950989957482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22807/tid=22866] ppid=22805 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22807/task/22866/stat : 22866 (java) S 22805 22807 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253357789 10060460032 587857 33554432000 1073741824 1073778376 140735006403760 139950936839464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 981.552
CPU time (s): 1800.52
CPU user time (s): 1798.52
CPU system time (s): 2.00469
CPU usage (%): 183.436
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 2.00469
maximum resident set size= 2351552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34223
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30947
involuntary context switches= 61975

runsolver used 3.45947 second user time and 8.83666 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 17:06:07
IDJOB=3687566
IDBENCH=1949
IDSOLVER=2268
FILE ID=node111/3687566-1337871967
RUNJOBID= node111-1337871880-22075
PBS_JOBID= 14620093
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687566-1337871967/watcher-3687566-1337871967 -o /tmp/evaluation-result-3687566-1337871967/solver-3687566-1337871967 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687566-1337871967.opb

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

MD5SUM BENCH= 90154dd1b8a90675a35ad37cbef52f77
RANDOM SEED=2137734220

node111.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.152
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.30
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.152
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.152
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	: 5331.92
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.152
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.152
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.91
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.152
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.91
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26614288 kB
Buffers:          197452 kB
Cached:          3054120 kB
SwapCached:            0 kB
Active:          2960008 kB
Inactive:        2499536 kB
Active(anon):    2210676 kB
Inactive(anon):        0 kB
Active(file):     749332 kB
Inactive(file):  2499536 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       2239712 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             629732 kB
SReclaimable:      72064 kB
SUnreclaim:       557668 kB
KernelStack:        1616 kB
PageTables:         8248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3272440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2177024 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= 71608 MiB
End job on node111 at 2012-05-24 17:22:31