Trace number 3687816

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)20 1800.08 918.252

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g9x9.opb
MD5SUM4b56e6775cc4a081c8696ef0fa81b784
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark0.076988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20
Optimality of the best value was proved YES
Number of variables81
Total number of constraints81
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 81
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 81
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
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.05/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	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-3687816-1337873885.opb
0.08/0.13	c reading problem ... 
0.08/0.16	c ... done. Wall clock time 0.028s.
0.08/0.16	c declared #vars     81
0.08/0.16	c #constraints  81
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.08/0.16	c 81 constraints processed.
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
0.08/0.16	c 81 constraints processed.
0.08/0.16	c objective function length is 81 literals
0.08/0.16	c  And the winner is solver0
0.16/0.66	c SATISFIABLE
0.16/0.66	c OPTIMIZING...
0.16/0.66	c Got one! Elapsed wall clock time (in seconds):0.53
0.16/0.66	o 27
0.16/0.67	c  And the winner is solver0
0.17/1.16	c Got one! Elapsed wall clock time (in seconds):1.033
0.17/1.16	o 26
0.17/1.20	c  And the winner is solver1
0.34/1.67	c Got one! Elapsed wall clock time (in seconds):1.535
0.34/1.67	o 25
0.45/1.76	c  And the winner is solver1
0.77/2.17	c Got one! Elapsed wall clock time (in seconds):2.036
0.77/2.17	o 24
1.25/2.32	c  And the winner is solver1
1.77/2.67	c Got one! Elapsed wall clock time (in seconds):2.537
1.77/2.67	o 23
1.84/2.72	c cleaning 3418 clauses out of 6836 with flag 1001/6836
2.10/2.86	c cleaning 4708 clauses out of 9417 with flag 7000/12835
2.53/3.02	c cleaning 5852 clauses out of 11709 with flag 14000/19835
2.97/3.22	c cleaning 6929 clauses out of 13858 with flag 22001/27836
2.97/3.30	c  And the winner is solver1
3.20/3.67	c Got one! Elapsed wall clock time (in seconds):3.538
3.20/3.67	o 22
3.26/3.75	c cleaning 6271 clauses out of 12546 with flag 3000/33453
3.65/3.91	c cleaning 6138 clauses out of 12276 with flag 9001/39454
3.65/3.99	c  And the winner is solver1
3.84/4.17	c Got one! Elapsed wall clock time (in seconds):4.04
3.84/4.17	o 21
3.89/4.22	c cleaning 5889 clauses out of 11780 with flag 2002/45096
4.07/4.38	c cleaning 5943 clauses out of 11889 with flag 8000/51094
4.43/4.56	c cleaning 6472 clauses out of 12946 with flag 15000/58094
4.82/4.76	c cleaning 7237 clauses out of 14474 with flag 23000/66094
5.41/5.00	c cleaning 8117 clauses out of 16237 with flag 32000/75094
5.78/5.28	c cleaning 9058 clauses out of 18120 with flag 42000/85094
6.57/5.64	c cleaning 10025 clauses out of 20062 with flag 53000/96094
7.35/6.04	c cleaning 11018 clauses out of 22038 with flag 65001/108095
8.14/6.47	c cleaning 12006 clauses out of 24019 with flag 78000/121094
9.11/6.92	c cleaning 13006 clauses out of 26013 with flag 92000/135094
9.88/7.39	c cleaning 13999 clauses out of 28007 with flag 107000/150094
10.86/7.86	c cleaning 14998 clauses out of 30008 with flag 123000/166094
11.82/8.36	c cleaning 16004 clauses out of 32010 with flag 140000/183094
12.98/8.99	c cleaning 16997 clauses out of 34006 with flag 158000/201094
14.50/9.68	c cleaning 18003 clauses out of 36010 with flag 177001/220095
16.08/10.41	c cleaning 19003 clauses out of 38006 with flag 197000/240094
17.45/11.16	c cleaning 20002 clauses out of 40003 with flag 218000/261094
18.81/11.87	c cleaning 20999 clauses out of 42001 with flag 240000/283094
20.56/12.76	c cleaning 21995 clauses out of 44002 with flag 263000/306094
22.32/13.68	c cleaning 23000 clauses out of 46008 with flag 287001/330095
24.28/14.64	c cleaning 24001 clauses out of 48007 with flag 312000/355094
26.63/15.82	c cleaning 25002 clauses out of 50007 with flag 338001/381095
29.17/17.13	c cleaning 26002 clauses out of 52004 with flag 365000/408094
31.52/18.37	c cleaning 26999 clauses out of 54003 with flag 393001/436095
34.29/19.72	c cleaning 27996 clauses out of 56003 with flag 422000/465094
36.45/20.84	c cleaning 28996 clauses out of 58007 with flag 452000/495094
38.57/21.94	c cleaning 30005 clauses out of 60013 with flag 483002/526096
41.10/23.21	c cleaning 30996 clauses out of 62007 with flag 515001/558095
43.45/24.48	c cleaning 31999 clauses out of 64010 with flag 548000/591094
46.20/25.83	c cleaning 33004 clauses out of 66011 with flag 582000/625094
48.72/27.20	c cleaning 34000 clauses out of 68007 with flag 617000/660094
51.68/28.62	c cleaning 34998 clauses out of 70008 with flag 653001/696095
55.02/30.39	c cleaning 36005 clauses out of 72011 with flag 690002/733096
58.56/32.17	c cleaning 36994 clauses out of 74004 with flag 728000/771094
59.28/32.57	c cleaning 0 clauses out of 6146 with flag 0/6147
63.03/34.25	c cleaning 38000 clauses out of 76010 with flag 767000/810094
66.97/36.23	c cleaning 39002 clauses out of 78010 with flag 807000/850094
70.90/38.29	c cleaning 40005 clauses out of 80010 with flag 848002/891096
75.81/40.74	c cleaning 41001 clauses out of 82004 with flag 890001/933095
80.94/43.37	c cleaning 41998 clauses out of 84003 with flag 933001/976095
86.88/46.39	c cleaning 42998 clauses out of 86005 with flag 977001/1020095
92.22/49.07	c cleaning 43998 clauses out of 88006 with flag 1022000/1065094
96.10/51.08	c cleaning 44998 clauses out of 90008 with flag 1068000/1111094
101.45/53.78	c cleaning 46002 clauses out of 92012 with flag 1115002/1158096
107.57/56.85	c cleaning 46999 clauses out of 94008 with flag 1163000/1206094
113.49/59.87	c cleaning 48002 clauses out of 96011 with flag 1212002/1255096
120.57/63.45	c cleaning 48996 clauses out of 98007 with flag 1262000/1305094
128.52/67.44	c cleaning 50005 clauses out of 100012 with flag 1313001/1356095
135.86/71.17	c cleaning 50994 clauses out of 102006 with flag 1365000/1408094
143.58/75.00	c cleaning 52003 clauses out of 104012 with flag 1418000/1461094
150.65/78.63	c cleaning 52997 clauses out of 106010 with flag 1472001/1515095
157.36/82.04	c cleaning 54001 clauses out of 108012 with flag 1527000/1570094
164.88/85.89	c cleaning 55002 clauses out of 110011 with flag 1583000/1626094
171.58/89.29	c cleaning 55997 clauses out of 112009 with flag 1640000/1683094
177.24/92.15	c cleaning 57003 clauses out of 114013 with flag 1698001/1741095
183.54/95.36	c cleaning 58000 clauses out of 116009 with flag 1757000/1800094
190.26/98.71	c cleaning 59002 clauses out of 118009 with flag 1817000/1860094
196.77/102.01	c cleaning 60004 clauses out of 120007 with flag 1878000/1921094
202.83/105.11	c cleaning 60994 clauses out of 122003 with flag 1940000/1983094
208.73/108.16	c cleaning 61996 clauses out of 124009 with flag 2003000/2046094
215.24/111.48	c cleaning 63000 clauses out of 126013 with flag 2067000/2110094
222.53/115.19	c cleaning 64001 clauses out of 128014 with flag 2132001/2175095
230.17/119.03	c cleaning 65001 clauses out of 130013 with flag 2198001/2241095
239.07/123.50	c cleaning 66004 clauses out of 132012 with flag 2265001/2308095
247.77/127.99	c cleaning 67002 clauses out of 134007 with flag 2333000/2376094
255.07/131.69	c cleaning 68001 clauses out of 136005 with flag 2402000/2445094
265.92/137.12	c cleaning 68996 clauses out of 138004 with flag 2472000/2515094
274.81/141.68	c cleaning 69997 clauses out of 140008 with flag 2543000/2586094
280.71/144.62	c cleaning 0 clauses out of 12146 with flag 0/12147
283.40/146.04	c cleaning 71005 clauses out of 142012 with flag 2615001/2658095
293.22/151.08	c cleaning 72002 clauses out of 144007 with flag 2688001/2731095
304.11/156.53	c cleaning 73002 clauses out of 146004 with flag 2762000/2805094
313.62/161.34	c cleaning 73991 clauses out of 148002 with flag 2837000/2880094
323.92/166.54	c cleaning 75001 clauses out of 150011 with flag 2913000/2956094
335.16/172.24	c cleaning 76004 clauses out of 152010 with flag 2990000/3033094
347.85/178.61	c cleaning 77002 clauses out of 154007 with flag 3068001/3111095
359.54/184.57	c cleaning 78001 clauses out of 156005 with flag 3147001/3190095
371.84/190.77	c cleaning 79002 clauses out of 158004 with flag 3227001/3270095
386.07/197.97	c cleaning 80000 clauses out of 160002 with flag 3308001/3351095
396.74/203.32	c cleaning 80996 clauses out of 162001 with flag 3390000/3433094
406.62/208.37	c cleaning 81996 clauses out of 164005 with flag 3473000/3516094
420.71/215.42	c cleaning 83005 clauses out of 166011 with flag 3557002/3600096
434.52/222.41	c cleaning 83996 clauses out of 168004 with flag 3642000/3685094
447.22/228.84	c cleaning 84998 clauses out of 170009 with flag 3728001/3771095
458.89/234.70	c cleaning 86000 clauses out of 172011 with flag 3815001/3858095
470.77/240.75	c cleaning 87000 clauses out of 174011 with flag 3903001/3946095
483.56/247.28	c cleaning 87999 clauses out of 176010 with flag 3992000/4035094
496.43/253.76	c cleaning 89004 clauses out of 178012 with flag 4082001/4125095
510.11/260.67	c cleaning 90001 clauses out of 180007 with flag 4173000/4216094
524.16/267.70	c cleaning 90997 clauses out of 182006 with flag 4265000/4308094
538.97/275.23	c cleaning 92003 clauses out of 184010 with flag 4358001/4401095
554.21/282.92	c cleaning 93001 clauses out of 186008 with flag 4452002/4495096
571.87/291.84	c cleaning 93999 clauses out of 188006 with flag 4547001/4590095
587.99/299.94	c cleaning 94995 clauses out of 190006 with flag 4643000/4686094
602.38/307.28	c cleaning 95998 clauses out of 192011 with flag 4740000/4783094
619.24/315.76	c cleaning 97001 clauses out of 194013 with flag 4838000/4881094
633.70/323.09	c cleaning 98000 clauses out of 196013 with flag 4937001/4980095
651.36/331.91	c cleaning 99000 clauses out of 198012 with flag 5037000/5080094
669.17/340.97	c cleaning 100001 clauses out of 200012 with flag 5138000/5181094
683.22/348.04	c cleaning 100999 clauses out of 202011 with flag 5240000/5283094
703.49/358.25	c cleaning 102003 clauses out of 204013 with flag 5343001/5386095
721.77/367.45	c cleaning 103003 clauses out of 206010 with flag 5447001/5490095
737.70/375.50	c cleaning 103997 clauses out of 208006 with flag 5552000/5595094
757.35/385.40	c cleaning 105003 clauses out of 210010 with flag 5658001/5701095
774.02/393.86	c cleaning 105997 clauses out of 212006 with flag 5765000/5808094
779.85/396.86	c cleaning 0 clauses out of 19146 with flag 0/19147
793.41/403.78	c cleaning 106997 clauses out of 214010 with flag 5873001/5916095
813.05/413.63	c cleaning 108000 clauses out of 216012 with flag 5982000/6025094
831.09/422.79	c cleaning 109003 clauses out of 218012 with flag 6092000/6135094
848.13/431.34	c cleaning 109999 clauses out of 220010 with flag 6203001/6246095
866.06/440.43	c cleaning 111001 clauses out of 222011 with flag 6315001/6358095
883.30/449.13	c cleaning 112003 clauses out of 224010 with flag 6428001/6471095
904.74/459.92	c cleaning 113003 clauses out of 226008 with flag 6542002/6585096
927.38/471.31	c cleaning 113999 clauses out of 228005 with flag 6657002/6700096
950.14/482.87	c cleaning 114998 clauses out of 230005 with flag 6773001/6816095
972.35/494.06	c cleaning 116000 clauses out of 232006 with flag 6890000/6933094
993.57/504.74	c cleaning 117000 clauses out of 234006 with flag 7008000/7051094
1016.40/516.28	c cleaning 117998 clauses out of 236007 with flag 7127001/7170095
1037.35/526.80	c cleaning 119005 clauses out of 238009 with flag 7247001/7290095
1053.57/535.07	c  And the winner is solver1
1051.22/535.11	c Got one! Elapsed wall clock time (in seconds):534.982
1051.22/535.11	o 20
1056.18/537.70	c cleaning 112546 clauses out of 225098 with flag 5002/7396189
1058.62/538.92	c cleaning 59268 clauses out of 118550 with flag 11000/7402187
1059.86/539.61	c cleaning 33135 clauses out of 66282 with flag 18000/7409187
1060.60/540.18	c cleaning 20569 clauses out of 41147 with flag 26000/7417187
1061.44/540.60	c cleaning 14783 clauses out of 29579 with flag 35001/7426188
1062.08/541.02	c cleaning 12392 clauses out of 24795 with flag 45000/7436187
1062.73/541.48	c cleaning 11700 clauses out of 23404 with flag 56001/7447188
1063.49/541.98	c cleaning 11844 clauses out of 23704 with flag 68001/7459188
1064.35/542.46	c cleaning 12425 clauses out of 24859 with flag 81000/7472187
1065.19/542.97	c cleaning 13214 clauses out of 26434 with flag 95000/7486187
1066.21/543.52	c cleaning 14109 clauses out of 28220 with flag 110000/7501187
1067.35/544.23	c cleaning 15052 clauses out of 30112 with flag 126001/7517188
1068.40/544.86	c cleaning 16023 clauses out of 32059 with flag 143000/7534187
1069.66/545.53	c cleaning 17016 clauses out of 34037 with flag 161001/7552188
1070.89/546.26	c cleaning 18007 clauses out of 36022 with flag 180002/7571189
1072.29/547.02	c cleaning 19004 clauses out of 38013 with flag 200000/7591187
1073.93/547.93	c cleaning 20001 clauses out of 40010 with flag 221001/7612188
1075.35/548.79	c cleaning 21002 clauses out of 42008 with flag 243000/7634187
1076.98/549.62	c cleaning 22003 clauses out of 44007 with flag 266001/7657188
1078.75/550.61	c cleaning 23000 clauses out of 46003 with flag 290000/7681187
1080.39/551.56	c cleaning 23999 clauses out of 48003 with flag 315000/7706187
1082.65/552.70	c cleaning 24996 clauses out of 50004 with flag 341000/7732187
1084.69/553.80	c cleaning 25996 clauses out of 52008 with flag 368000/7759187
1086.88/555.00	c cleaning 27004 clauses out of 54013 with flag 396001/7787188
1089.11/556.25	c cleaning 27999 clauses out of 56008 with flag 425000/7816187
1091.57/557.53	c cleaning 29001 clauses out of 58009 with flag 455000/7846187
1093.81/558.71	c cleaning 29996 clauses out of 60009 with flag 486001/7877188
1096.19/560.03	c cleaning 31001 clauses out of 62012 with flag 518000/7909187
1098.83/561.43	c cleaning 32002 clauses out of 64011 with flag 551000/7942187
1101.87/563.03	c cleaning 33000 clauses out of 66009 with flag 585000/7976187
1104.89/564.67	c cleaning 34002 clauses out of 68009 with flag 620000/8011187
1107.87/566.27	c cleaning 35002 clauses out of 70007 with flag 656000/8047187
1111.11/567.90	c cleaning 35999 clauses out of 72005 with flag 693000/8084187
1114.96/569.92	c cleaning 36996 clauses out of 74006 with flag 731000/8122187
1118.59/571.87	c cleaning 37999 clauses out of 76011 with flag 770001/8161188
1122.57/573.92	c cleaning 39000 clauses out of 78012 with flag 810001/8201188
1126.60/576.02	c cleaning 40004 clauses out of 80011 with flag 851000/8242187
1130.45/578.07	c cleaning 40998 clauses out of 82009 with flag 893002/8284189
1134.10/579.93	c cleaning 42001 clauses out of 84009 with flag 936000/8327187
1137.87/581.95	c cleaning 42998 clauses out of 86008 with flag 980000/8371187
1141.90/584.00	c cleaning 44001 clauses out of 88011 with flag 1025001/8416188
1145.72/586.01	c cleaning 45005 clauses out of 90009 with flag 1071000/8462187
1149.78/588.13	c cleaning 45995 clauses out of 92005 with flag 1118001/8509188
1154.33/590.54	c cleaning 47001 clauses out of 94009 with flag 1166000/8557187
1159.17/593.01	c cleaning 47998 clauses out of 96008 with flag 1215000/8606187
1164.83/595.99	c cleaning 49005 clauses out of 98011 with flag 1265001/8656188
1170.06/598.65	c cleaning 49997 clauses out of 100006 with flag 1316001/8707188
1176.43/601.96	c cleaning 51002 clauses out of 102008 with flag 1368000/8759187
1181.86/604.79	c cleaning 52001 clauses out of 104008 with flag 1421002/8812189
1187.69/607.73	c cleaning 52999 clauses out of 106005 with flag 1475000/8866187
1193.31/610.69	c cleaning 54002 clauses out of 108006 with flag 1530000/8921187
1200.45/614.36	c cleaning 55000 clauses out of 110005 with flag 1586001/8977188
1207.47/617.93	c cleaning 56000 clauses out of 112005 with flag 1643001/9034188
1215.32/621.91	c cleaning 57000 clauses out of 114004 with flag 1701000/9092187
1222.96/625.81	c cleaning 57996 clauses out of 116004 with flag 1760000/9151187
1230.50/629.77	c cleaning 59005 clauses out of 118009 with flag 1820001/9211188
1238.73/633.96	c cleaning 59999 clauses out of 120004 with flag 1881001/9272188
1248.55/638.99	c cleaning 60996 clauses out of 122004 with flag 1943000/9334187
1257.98/643.79	c cleaning 61998 clauses out of 124008 with flag 2006000/9397187
1268.92/649.36	c cleaning 62997 clauses out of 126010 with flag 2070000/9461187
1280.36/655.13	c cleaning 64003 clauses out of 128014 with flag 2135001/9526188
1290.78/660.44	c cleaning 64999 clauses out of 130010 with flag 2201000/9592187
1301.41/665.82	c cleaning 66005 clauses out of 132011 with flag 2268000/9659187
1310.94/670.74	c cleaning 66998 clauses out of 134006 with flag 2336000/9727187
1320.96/675.82	c cleaning 68000 clauses out of 136009 with flag 2405001/9796188
1329.17/680.07	c cleaning 69001 clauses out of 138009 with flag 2475001/9866188
1337.79/684.49	c cleaning 70004 clauses out of 140010 with flag 2546003/9937190
1349.12/690.20	c cleaning 70997 clauses out of 142003 with flag 2618000/10009187
1357.35/694.41	c cleaning 71994 clauses out of 144006 with flag 2691000/10082187
1365.20/698.47	c cleaning 73000 clauses out of 146013 with flag 2765001/10156188
1374.79/703.39	c cleaning 74003 clauses out of 148012 with flag 2840000/10231187
1384.90/708.51	c cleaning 75004 clauses out of 150011 with flag 2916002/10307189
1394.72/713.52	c cleaning 76003 clauses out of 152007 with flag 2993002/10384189
1405.55/719.02	c cleaning 76999 clauses out of 154002 with flag 3071000/10462187
1413.96/723.37	c cleaning 77998 clauses out of 156004 with flag 3150001/10541188
1420.30/726.62	c cleaning 0 clauses out of 24938 with flag 0/24939
1423.51/728.36	c cleaning 78998 clauses out of 158007 with flag 3230002/10621189
1432.53/732.93	c cleaning 80001 clauses out of 160008 with flag 3311001/10702188
1444.15/738.82	c cleaning 81001 clauses out of 162007 with flag 3393001/10784188
1456.09/744.92	c cleaning 81999 clauses out of 164005 with flag 3476000/10867187
1467.90/750.97	c cleaning 83002 clauses out of 166006 with flag 3560000/10951187
1480.90/757.56	c cleaning 83999 clauses out of 168006 with flag 3645002/11036189
1492.71/763.52	c cleaning 84998 clauses out of 170006 with flag 3731001/11122188
1508.44/771.52	c cleaning 86000 clauses out of 172008 with flag 3818001/11209188
1521.67/778.26	c cleaning 87003 clauses out of 174009 with flag 3906002/11297189
1533.28/784.18	c cleaning 87998 clauses out of 176004 with flag 3995000/11386187
1543.48/789.36	c cleaning 89001 clauses out of 178008 with flag 4085002/11476189
1558.64/797.06	c cleaning 90001 clauses out of 180005 with flag 4176000/11567187
1573.23/804.43	c cleaning 90997 clauses out of 182004 with flag 4268000/11659187
1590.04/813.00	c cleaning 92004 clauses out of 184009 with flag 4361002/11752189
1604.24/820.10	c cleaning 93000 clauses out of 186004 with flag 4455001/11846188
1620.94/828.69	c cleaning 93995 clauses out of 188003 with flag 4550000/11941187
1634.15/835.39	c cleaning 94997 clauses out of 190008 with flag 4646000/12037187
1649.34/843.00	c cleaning 96003 clauses out of 192011 with flag 4743000/12134187
1664.14/850.50	c cleaning 97002 clauses out of 194009 with flag 4841001/12232188
1679.07/858.16	c cleaning 97998 clauses out of 196007 with flag 4940001/12331188
1693.66/865.58	c cleaning 99002 clauses out of 198008 with flag 5040000/12431187
1709.64/873.62	c cleaning 100000 clauses out of 200006 with flag 5141000/12532187
1728.87/883.38	c cleaning 100993 clauses out of 202006 with flag 5243000/12634187
1750.53/894.33	c cleaning 101998 clauses out of 204013 with flag 5346000/12737187
1775.53/906.91	c cleaning 103001 clauses out of 206016 with flag 5450001/12841188
1794.73/916.64	c cleaning 104001 clauses out of 208015 with flag 5555001/12946188
1797.73/918.21	c starts		: 62
1797.73/918.21	c conflicts		: 27913
1797.73/918.21	c decisions		: 49640
1797.73/918.21	c propagations		: 403691
1797.73/918.21	c inspects		: 1090506190
1797.73/918.21	c shortcuts		: 0
1797.73/918.21	c learnt literals	: 0
1797.73/918.21	c learnt binary clauses	: 0
1797.73/918.21	c learnt ternary clauses	: 0
1797.73/918.21	c learnt constraints	: 27912
1797.73/918.21	c ignored constraints	: 0
1797.73/918.21	c root simplifications	: 0
1797.73/918.21	c removed literals (reason simplification)	: 0
1797.73/918.21	c reason swapping (by a shorter reason)	: 0
1797.73/918.21	c Calls to reduceDB	: 4
1797.73/918.21	c number of reductions to clauses (during analyze)	: 0
1797.73/918.21	c number of learned constraints concerned by reduction	: 0
1797.73/918.21	c number of learning phase by resolution	: 0
1797.73/918.21	c number of learning phase by cutting planes	: 0
1797.73/918.21	c speed (assignments/second)	: 440.20849576629286
1797.73/918.21	c non guided choices	0
1797.73/918.23	c learnt constraints type 
1797.73/918.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1797.73/918.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27509
1797.73/918.23	c constraints type 
1797.73/918.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
1797.73/918.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1797.73/918.23	c 82 constraints processed.
1797.73/918.23	c constraints type 
1797.73/918.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
1797.73/918.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1797.73/918.23	c 82 constraints processed.
1797.73/918.23	s SATISFIABLE
1797.73/918.23	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 
1797.73/918.23	c objective function=20
1797.73/918.23	c Total wall clock time (in seconds): 918.102

Verifier Data

OK	20

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-3687816-1337873885/watcher-3687816-1337873885 -o /tmp/evaluation-result-3687816-1337873885/solver-3687816-1337873885 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687816-1337873885.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: 3.64 3.61 3.23 3/197 24301
/proc/meminfo: memFree=26392368/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24301/stat : 24301 (java) D 24299 24301 23801 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253514115 9515008 182 33554432000 1073741824 1073778376 140735017356896 140735017347928 214369648309 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2323 182 140 9 0 71 0

[startup+0.076227 s]
/proc/loadavg: 3.64 3.61 3.23 3/197 24301
/proc/meminfo: memFree=26392368/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 3200 0 1 0 4 1 0 0 20 0 18 0 253514115 9787813888 4409 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2389603 4409 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100254 s]
/proc/loadavg: 3.64 3.61 3.23 3/197 24301
/proc/meminfo: memFree=26392368/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 3989 0 1 0 7 1 0 0 20 0 18 0 253514115 9787813888 5194 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2389603 5194 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 3.64 3.61 3.23 3/197 24301
/proc/meminfo: memFree=26392368/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 4559 0 1 0 15 1 0 0 20 0 19 0 253514115 10060460032 6698 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2456167 6698 2157 9 0 2446860 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9824668

[startup+0.700263 s]
/proc/loadavg: 3.64 3.61 3.23 3/197 24301
/proc/meminfo: memFree=26392368/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 4625 0 1 0 16 1 0 0 20 0 19 0 253514115 10060460032 7758 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2456167 7758 2157 9 0 2446860 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9824668

[startup+1.50068 s]
/proc/loadavg: 3.42 3.56 3.22 2/216 24326
/proc/meminfo: memFree=26370028/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 7087 0 1 0 31 3 0 0 20 0 19 0 253514115 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2456167 10876 2208 9 0 2446860 0
[pid=24301/tid=24303] ppid=24299 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/24301/task/24303/stat : 24303 (java) S 24299 24301 23801 0 -1 4202560 2439 0 1 0 12 1 0 0 20 0 19 0 253514116 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744831706104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24304] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24304/stat : 24304 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744820767144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24305] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24305/stat : 24305 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744819714600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24306] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24306/stat : 24306 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744818661544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24307] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24307/stat : 24307 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744817609000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24308] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24308/stat : 24308 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744816556968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24309] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24309/stat : 24309 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744815504424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24310] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24310/stat : 24310 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744669022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24311] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24311/stat : 24311 (java) S 24299 24301 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253514117 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744667970344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24312] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24312/stat : 24312 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253514119 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744655772008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24313] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24313/stat : 24313 (java) S 24299 24301 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253514119 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744654718328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24314] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24314/stat : 24314 (java) S 24299 24301 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253514119 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744653665160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24315] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24315/stat : 24315 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514122 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744652613904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24316] ppid=24299 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24301/task/24316/stat : 24316 (java) S 24299 24301 23801 0 -1 4202560 1568 0 0 0 6 0 0 0 20 0 19 0 253514122 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744651561784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24317] ppid=24299 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24301/task/24317/stat : 24317 (java) S 24299 24301 23801 0 -1 4202560 1702 0 0 0 6 0 0 0 20 0 19 0 253514122 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744650509240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24318] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24318/stat : 24318 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514122 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744649456376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24319] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24319/stat : 24319 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253514122 10060460032 10876 33554432000 1073741824 1073778376 140735425767232 139744648404040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.42 3.56 3.22 2/216 24332
/proc/meminfo: memFree=26350424/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 16792 0 1 0 265 10 0 0 20 0 22 0 253514115 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2456167 33263 2266 9 0 2446860 0
[pid=24301/tid=24303] ppid=24299 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/24301/task/24303/stat : 24303 (java) S 24299 24301 23801 0 -1 4202560 2440 0 1 0 12 1 0 0 20 0 22 0 253514116 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744831706104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24304] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24304/stat : 24304 (java) S 24299 24301 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744820767144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24305] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24305/stat : 24305 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744819714600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24306] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24306/stat : 24306 (java) S 24299 24301 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744818661544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24307] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24307/stat : 24307 (java) S 24299 24301 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744817609000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24308] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24308/stat : 24308 (java) S 24299 24301 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744816556968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24309] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24309/stat : 24309 (java) S 24299 24301 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744815504424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24310] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24310/stat : 24310 (java) S 24299 24301 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744669022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24311] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24311/stat : 24311 (java) S 24299 24301 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744667970344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24312] ppid=24299 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24301/task/24312/stat : 24312 (java) S 24299 24301 23801 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 253514119 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744655772008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24313] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24313/stat : 24313 (java) S 24299 24301 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744654718328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24314] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24314/stat : 24314 (java) S 24299 24301 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744653665160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24315] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24315/stat : 24315 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744652613904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24316] ppid=24299 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/24301/task/24316/stat : 24316 (java) S 24299 24301 23801 0 -1 4202560 5125 0 0 0 63 0 0 0 20 0 22 0 253514122 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744651561784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24317] ppid=24299 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/24301/task/24317/stat : 24317 (java) S 24299 24301 23801 0 -1 4202560 7724 0 0 0 57 2 0 0 20 0 22 0 253514122 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744650509240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24318] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24318/stat : 24318 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744649456376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24319] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24319/stat : 24319 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744648404040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24329] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24329/stat : 24329 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253514232 10060460032 33263 33554432000 1073741824 1073778376 140735425767232 139744646296744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.42 3.56 3.22 5/219 24344
/proc/meminfo: memFree=26205508/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9824668 CPUtime=7.91 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 16985 0 1 0 774 17 0 0 20 0 22 0 253514115 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2456167 61470 2273 9 0 2446860 0
[pid=24301/tid=24303] ppid=24299 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/24301/task/24303/stat : 24303 (java) S 24299 24301 23801 0 -1 4202560 2442 0 1 0 12 1 0 0 20 0 22 0 253514116 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744831706104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24304] ppid=24299 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24301/task/24304/stat : 24304 (java) S 24299 24301 23801 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744820767144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24305] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24305/stat : 24305 (java) S 24299 24301 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744819714600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24306] ppid=24299 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24301/task/24306/stat : 24306 (java) S 24299 24301 23801 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744818661544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24307] ppid=24299 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24301/task/24307/stat : 24307 (java) S 24299 24301 23801 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744817609000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24308] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24308/stat : 24308 (java) S 24299 24301 23801 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744816556968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24309] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24309/stat : 24309 (java) S 24299 24301 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744815504424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24310] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24310/stat : 24310 (java) S 24299 24301 23801 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744669022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24311] ppid=24299 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24301/task/24311/stat : 24311 (java) S 24299 24301 23801 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253514117 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744667970344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24312] ppid=24299 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24301/task/24312/stat : 24312 (java) S 24299 24301 23801 0 -1 4202560 99 0 0 0 32 1 0 0 20 0 22 0 253514119 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744655772008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24313] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24313/stat : 24313 (java) S 24299 24301 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744654718328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24314] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24314/stat : 24314 (java) S 24299 24301 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744653665160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24315] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24315/stat : 24315 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744652613904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24316] ppid=24299 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/24301/task/24316/stat : 24316 (java) S 24299 24301 23801 0 -1 4202560 5133 0 0 0 70 0 0 0 20 0 22 0 253514122 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744651561784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24317] ppid=24299 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/24301/task/24317/stat : 24317 (java) S 24299 24301 23801 0 -1 4202560 7724 0 0 0 63 2 0 0 20 0 22 0 253514122 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744650509240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24318] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24318/stat : 24318 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744649456376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24319] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24319/stat : 24319 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744648404040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24329] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24329/stat : 24329 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253514232 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744646296744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24342] ppid=24299 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/24301/task/24342/stat : 24342 (java) R 24299 24301 23801 0 -1 4202560 11 0 0 0 180 0 0 0 20 0 22 0 253514533 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744644190904 139744697118327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24343] ppid=24299 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/24301/task/24343/stat : 24343 (java) R 24299 24301 23801 0 -1 4202560 41 0 0 0 181 1 0 0 20 0 22 0 253514533 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744647347016 139744697151445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24344] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24344/stat : 24344 (java) S 24299 24301 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253514533 10060460032 61470 33554432000 1073741824 1073778376 140735425767232 139744645243944 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=24301/tid=24307] ppid=24299 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/24301/task/24307/stat : 24307 (java) S 24299 24301 23801 0 -1 4202560 383 0 0 0 131 2 0 0 20 0 22 0 253514117 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744817609000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24308] ppid=24299 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/24301/task/24308/stat : 24308 (java) S 24299 24301 23801 0 -1 4202560 614 0 0 0 136 2 0 0 20 0 22 0 253514117 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744816556968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24309] ppid=24299 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/24301/task/24309/stat : 24309 (java) S 24299 24301 23801 0 -1 4202560 475 0 0 0 128 2 0 0 20 0 22 0 253514117 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744815504424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24310] ppid=24299 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/24301/task/24310/stat : 24310 (java) S 24299 24301 23801 0 -1 4202560 302 0 0 0 128 2 0 0 20 0 22 0 253514117 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744669022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24311] ppid=24299 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/24301/task/24311/stat : 24311 (java) S 24299 24301 23801 0 -1 4202560 419 0 0 0 128 0 0 0 20 0 22 0 253514117 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744667970344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24312] ppid=24299 vsize=9824668 CPUtime=34.54 cores=0,2,4,6
/proc/24301/task/24312/stat : 24312 (java) S 24299 24301 23801 0 -1 4202560 1438 0 0 0 3447 7 0 0 20 0 22 0 253514119 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744655772008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24313] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24313/stat : 24313 (java) S 24299 24301 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744654718328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24314] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24314/stat : 24314 (java) S 24299 24301 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744653665160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24315] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24315/stat : 24315 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744652613904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24316] ppid=24299 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24301/task/24316/stat : 24316 (java) S 24299 24301 23801 0 -1 4202560 6001 0 0 0 113 1 0 0 20 0 22 0 253514122 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744651561784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24317] ppid=24299 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/24301/task/24317/stat : 24317 (java) S 24299 24301 23801 0 -1 4202560 8462 0 0 0 89 2 0 0 20 0 22 0 253514122 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744650509240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24318] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24318/stat : 24318 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744649456376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24319] ppid=24299 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24301/task/24319/stat : 24319 (java) S 24299 24301 23801 0 -1 4202560 46 0 0 0 21 14 0 0 20 0 22 0 253514122 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744648404040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24329] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24329/stat : 24329 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253514232 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744646296744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24427] ppid=24299 vsize=9824668 CPUtime=265.29 cores=0,2,4,6
/proc/24301/task/24427/stat : 24427 (java) R 24299 24301 23801 0 -1 4202560 48 0 0 0 26525 4 0 0 20 0 22 0 253567627 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744644190656 139744697118327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24428] ppid=24299 vsize=9824668 CPUtime=265.27 cores=0,2,4,6
/proc/24301/task/24428/stat : 24428 (java) R 24299 24301 23801 0 -1 4202560 13 0 0 0 26523 4 0 0 20 0 22 0 253567627 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744647346512 139744697142186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24429] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24429/stat : 24429 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253567627 10060460032 723458 33554432000 1073741824 1073778376 140735425767232 139744645243816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1608.34
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 3.91 3.63 5/219 24433
/proc/meminfo: memFree=23371776/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9824668 CPUtime=1726.86 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 24967 0 1 0 172574 112 0 0 20 0 22 0 253514115 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2456167 724518 2275 9 0 2446860 0
[pid=24301/tid=24303] ppid=24299 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/24301/task/24303/stat : 24303 (java) S 24299 24301 23801 0 -1 4202560 2518 0 1 0 15 3 0 0 20 0 22 0 253514116 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744831706104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24304] ppid=24299 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24301/task/24304/stat : 24304 (java) S 24299 24301 23801 0 -1 4202560 338 0 0 0 137 2 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744820767144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24305] ppid=24299 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24301/task/24305/stat : 24305 (java) S 24299 24301 23801 0 -1 4202560 443 0 0 0 133 2 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744819714600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24306] ppid=24299 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24301/task/24306/stat : 24306 (java) S 24299 24301 23801 0 -1 4202560 671 0 0 0 137 2 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744818661544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24307] ppid=24299 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24301/task/24307/stat : 24307 (java) S 24299 24301 23801 0 -1 4202560 383 0 0 0 137 2 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744817609000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24308] ppid=24299 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/24301/task/24308/stat : 24308 (java) S 24299 24301 23801 0 -1 4202560 614 0 0 0 140 2 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744816556968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24309] ppid=24299 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24301/task/24309/stat : 24309 (java) S 24299 24301 23801 0 -1 4202560 475 0 0 0 137 2 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744815504424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24310] ppid=24299 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24301/task/24310/stat : 24310 (java) S 24299 24301 23801 0 -1 4202560 302 0 0 0 133 2 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744669022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24311] ppid=24299 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/24301/task/24311/stat : 24311 (java) S 24299 24301 23801 0 -1 4202560 426 0 0 0 138 0 0 0 20 0 22 0 253514117 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744667970344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24312] ppid=24299 vsize=9824668 CPUtime=36.26 cores=0,2,4,6
/proc/24301/task/24312/stat : 24312 (java) S 24299 24301 23801 0 -1 4202560 1445 0 0 0 3618 8 0 0 20 0 22 0 253514119 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744655772008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24313] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24313/stat : 24313 (java) S 24299 24301 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744654718328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24314] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24314/stat : 24314 (java) S 24299 24301 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744653665160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24315] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24315/stat : 24315 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744652613904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24316] ppid=24299 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24301/task/24316/stat : 24316 (java) S 24299 24301 23801 0 -1 4202560 6001 0 0 0 113 1 0 0 20 0 22 0 253514122 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744651561784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24317] ppid=24299 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/24301/task/24317/stat : 24317 (java) S 24299 24301 23801 0 -1 4202560 8462 0 0 0 89 2 0 0 20 0 22 0 253514122 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744650509240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24318] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24318/stat : 24318 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744649456376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24319] ppid=24299 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/24301/task/24319/stat : 24319 (java) S 24299 24301 23801 0 -1 4202560 50 0 0 0 23 14 0 0 20 0 22 0 253514122 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744648404040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24329] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24329/stat : 24329 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253514232 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744646296744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24427] ppid=24299 vsize=9824668 CPUtime=323.28 cores=0,2,4,6
/proc/24301/task/24427/stat : 24427 (java) R 24299 24301 23801 0 -1 4202560 51 0 0 0 32324 4 0 0 20 0 22 0 253567627 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744644190656 139744697575396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24428] ppid=24299 vsize=9824668 CPUtime=323.24 cores=0,2,4,6
/proc/24301/task/24428/stat : 24428 (java) R 24299 24301 23801 0 -1 4202560 13 0 0 0 32320 4 0 0 20 0 22 0 253567627 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744647346416 139744697156357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24429] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24429/stat : 24429 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253567627 10060460032 724518 33554432000 1073741824 1073778376 140735425767232 139744645243816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.86
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.201 s]
/proc/loadavg: 3.99 3.92 3.64 5/219 24433
/proc/meminfo: memFree=23357316/32873844 swapFree=7616/7616
[pid=24301] ppid=24299 vsize=9824668 CPUtime=1797.73 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24299 24301 23801 0 -1 4202496 25011 0 1 0 179660 113 0 0 20 0 22 0 253514115 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 140735425758368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24301/statm: 2456167 725575 2275 9 0 2446860 0
[pid=24301/tid=24303] ppid=24299 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/24301/task/24303/stat : 24303 (java) S 24299 24301 23801 0 -1 4202560 2520 0 1 0 15 3 0 0 20 0 22 0 253514116 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744831706104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24304] ppid=24299 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/24301/task/24304/stat : 24304 (java) S 24299 24301 23801 0 -1 4202560 338 0 0 0 140 2 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744820767144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24305] ppid=24299 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/24301/task/24305/stat : 24305 (java) S 24299 24301 23801 0 -1 4202560 449 0 0 0 139 2 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744819714600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24306] ppid=24299 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/24301/task/24306/stat : 24306 (java) S 24299 24301 23801 0 -1 4202560 671 0 0 0 142 2 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744818661544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24307] ppid=24299 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/24301/task/24307/stat : 24307 (java) S 24299 24301 23801 0 -1 4202560 392 0 0 0 141 2 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744817609000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24308] ppid=24299 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/24301/task/24308/stat : 24308 (java) S 24299 24301 23801 0 -1 4202560 619 0 0 0 145 2 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744816556968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24309] ppid=24299 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/24301/task/24309/stat : 24309 (java) S 24299 24301 23801 0 -1 4202560 475 0 0 0 142 2 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744815504424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24310] ppid=24299 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/24301/task/24310/stat : 24310 (java) S 24299 24301 23801 0 -1 4202560 310 0 0 0 135 2 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744669022888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24311] ppid=24299 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/24301/task/24311/stat : 24311 (java) S 24299 24301 23801 0 -1 4202560 430 0 0 0 141 0 0 0 20 0 22 0 253514117 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744667970344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24312] ppid=24299 vsize=9824668 CPUtime=37.33 cores=0,2,4,6
/proc/24301/task/24312/stat : 24312 (java) S 24299 24301 23801 0 -1 4202560 1451 0 0 0 3725 8 0 0 20 0 22 0 253514119 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744655772008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24313] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24313/stat : 24313 (java) S 24299 24301 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744654718328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24314] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24314/stat : 24314 (java) S 24299 24301 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253514119 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744653665160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24315] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24315/stat : 24315 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744652613904 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24316] ppid=24299 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24301/task/24316/stat : 24316 (java) S 24299 24301 23801 0 -1 4202560 6001 0 0 0 113 1 0 0 20 0 22 0 253514122 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744651561784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24301/tid=24317] ppid=24299 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/24301/task/24317/stat : 24317 (java) S 24299 24301 23801 0 -1 4202560 8462 0 0 0 89 2 0 0 20 0 22 0 253514122 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744650509240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24318] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24318/stat : 24318 (java) S 24299 24301 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253514122 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744649456376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24319] ppid=24299 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/24301/task/24319/stat : 24319 (java) S 24299 24301 23801 0 -1 4202560 52 0 0 0 24 15 0 0 20 0 22 0 253514122 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744648404040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24329] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24329/stat : 24329 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253514232 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744646296744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24301/tid=24427] ppid=24299 vsize=9824668 CPUtime=357.92 cores=0,2,4,6
/proc/24301/task/24427/stat : 24427 (java) R 24299 24301 23801 0 -1 4202560 53 0 0 0 35787 5 0 0 20 0 22 0 253567627 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744644190656 139744697077765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24301/tid=24428] ppid=24299 vsize=9824668 CPUtime=357.87 cores=0,2,4,6
/proc/24301/task/24428/stat : 24428 (java) R 24299 24301 23801 0 -1 4202560 13 0 0 0 35782 5 0 0 20 0 22 0 253567627 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744647346448 139744697155591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24301/tid=24429] ppid=24299 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24301/task/24429/stat : 24429 (java) S 24299 24301 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253567627 10060460032 725575 33554432000 1073741824 1073778376 140735425767232 139744645243816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.73
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24301 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=588181
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=321799
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1797.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.34998
#  lost CPU user time (s): 2.5
#  lost CPU system time (s): -0.15

Real time (s): 918.252
CPU time (s): 1800.08
CPU user time (s): 1799.1
CPU system time (s): 0.98
CPU usage (%): 196.033
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.3218
maximum resident set size= 2902440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25049
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28518
involuntary context switches= 25522

runsolver used 3.54046 second user time and 8.10377 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 17:38:05
IDJOB=3687816
IDBENCH=2213
IDSOLVER=2268
FILE ID=node130/3687816-1337873885
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 4b56e6775cc4a081c8696ef0fa81b784
RANDOM SEED=1789182882

node130.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.875
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	: 5333.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26392368 kB
Buffers:          194568 kB
Cached:          2124952 kB
SwapCached:            0 kB
Active:          3867620 kB
Inactive:        1821324 kB
Active(anon):    3371880 kB
Inactive(anon):        0 kB
Active(file):     495740 kB
Inactive(file):  1821324 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       3356144 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             627148 kB
SReclaimable:      69388 kB
SUnreclaim:       557760 kB
KernelStack:        1784 kB
PageTables:        10776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4104220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3227648 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= 71672 MiB
End job on node130 at 2012-05-24 17:53:25