Trace number 3688738

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)-23 1800.63 937.846

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1797.3
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688738-1337879523.opb
0.09/0.11	c reading problem ... 
0.46/0.31	c ... done. Wall clock time 0.198s.
0.46/0.31	c declared #vars     200
0.46/0.31	c internal #vars     1444
0.46/0.31	c #constraints  2790
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
0.46/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.46/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
0.46/0.31	c 2790 constraints processed.
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.46/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1244
0.46/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.46/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
0.46/0.31	c 2790 constraints processed.
0.46/0.31	c objective function length is 100 literals
0.82/0.45	c  And the winner is solver1
1.13/0.81	c SATISFIABLE
1.13/0.81	c OPTIMIZING...
1.13/0.81	c Got one! Elapsed wall clock time (in seconds):0.7
1.13/0.81	o -7
1.13/0.84	c  And the winner is solver1
1.28/1.31	c Got one! Elapsed wall clock time (in seconds):1.201
1.28/1.31	o -10
1.28/1.33	c  And the winner is solver1
1.32/1.82	c Got one! Elapsed wall clock time (in seconds):1.702
1.32/1.82	o -11
1.32/1.84	c  And the winner is solver1
1.42/2.32	c Got one! Elapsed wall clock time (in seconds):2.203
1.42/2.32	o -12
1.42/2.36	c  And the winner is solver0
1.81/2.82	c Got one! Elapsed wall clock time (in seconds):2.704
1.81/2.82	o -18
1.81/2.84	c  And the winner is solver0
1.89/3.32	c Got one! Elapsed wall clock time (in seconds):3.205
1.89/3.32	o -19
3.38/3.81	c cleaning 2924 clauses out of 5849 with flag 5001/5849
3.57/3.91	c  And the winner is solver1
3.65/4.35	c Got one! Elapsed wall clock time (in seconds):4.236
3.65/4.35	o -20
4.74/4.82	c cleaning 4338 clauses out of 8678 with flag 5000/11602
5.83/5.39	c cleaning 5161 clauses out of 10340 with flag 11000/17602
7.42/6.13	c cleaning 6083 clauses out of 12180 with flag 18001/24603
9.17/7.01	c cleaning 7039 clauses out of 14108 with flag 26012/32614
11.74/8.38	c cleaning 8023 clauses out of 16067 with flag 35010/41612
13.88/9.43	c cleaning 9007 clauses out of 18035 with flag 45001/51603
16.61/10.88	c cleaning 10014 clauses out of 20029 with flag 56002/62604
19.12/12.14	c cleaning 10998 clauses out of 22014 with flag 68001/74603
21.63/13.41	c cleaning 11995 clauses out of 24015 with flag 81000/87602
24.54/14.97	c cleaning 13007 clauses out of 26021 with flag 95001/101603
30.67/18.01	c cleaning 14006 clauses out of 28014 with flag 110001/116603
34.36/20.00	c cleaning 14996 clauses out of 30009 with flag 126002/132604
38.05/21.87	c cleaning 16003 clauses out of 32024 with flag 143013/149615
43.34/24.56	c cleaning 16997 clauses out of 34013 with flag 161005/167607
48.82/27.33	c cleaning 17995 clauses out of 36011 with flag 180000/186602
54.23/30.15	c cleaning 18996 clauses out of 38018 with flag 200002/206604
59.73/33.00	c cleaning 20005 clauses out of 40020 with flag 221000/227602
65.55/35.99	c cleaning 21000 clauses out of 42016 with flag 243001/249603
72.49/39.45	c cleaning 21995 clauses out of 44015 with flag 266000/272602
83.26/44.97	c cleaning 22992 clauses out of 46024 with flag 290004/296606
90.92/48.88	c cleaning 24011 clauses out of 48030 with flag 315002/321604
98.76/52.89	c cleaning 24994 clauses out of 50017 with flag 341000/347602
106.98/57.09	c cleaning 25998 clauses out of 52023 with flag 368000/374602
117.10/62.21	c cleaning 27008 clauses out of 54025 with flag 396000/402602
126.31/66.96	c cleaning 27985 clauses out of 56017 with flag 425000/431602
134.12/70.96	c cleaning 29014 clauses out of 58034 with flag 455002/461604
143.94/75.90	c cleaning 29997 clauses out of 60022 with flag 486004/492606
152.20/80.24	c cleaning 30999 clauses out of 62027 with flag 518006/524608
153.78/81.18	c cleaning 0 clauses out of 5552 with flag 0/5552
163.77/86.05	c cleaning 31995 clauses out of 64023 with flag 551001/557603
174.17/91.37	c cleaning 33006 clauses out of 66028 with flag 585001/591603
178.21/93.59	c  And the winner is solver1
178.44/93.76	c Got one! Elapsed wall clock time (in seconds):93.649
178.44/93.76	o -22
179.50/94.37	c cleaning 27311 clauses out of 54622 with flag 5000/613203
180.88/95.19	c cleaning 16658 clauses out of 33319 with flag 11008/619211
182.47/96.01	c cleaning 11824 clauses out of 23653 with flag 18000/626203
184.04/96.92	c cleaning 9894 clauses out of 19829 with flag 26000/634203
186.10/98.17	c cleaning 9451 clauses out of 18938 with flag 35003/643206
187.90/99.12	c cleaning 9727 clauses out of 19484 with flag 45000/653203
190.07/100.37	c cleaning 10364 clauses out of 20758 with flag 56001/664204
192.84/101.82	c cleaning 11196 clauses out of 22398 with flag 68005/676208
195.69/103.44	c cleaning 12090 clauses out of 24203 with flag 81006/689209
198.48/104.94	c cleaning 13033 clauses out of 26107 with flag 95000/703203
201.66/106.64	c cleaning 14037 clauses out of 28080 with flag 110006/718209
205.02/108.40	c cleaning 15002 clauses out of 30038 with flag 126001/734204
208.84/110.51	c cleaning 16013 clauses out of 32035 with flag 143000/751203
212.80/112.63	c cleaning 17015 clauses out of 34033 with flag 161011/769214
217.37/115.05	c cleaning 17997 clauses out of 36007 with flag 180000/788203
223.95/118.43	c cleaning 19005 clauses out of 38014 with flag 200004/808207
228.56/120.96	c cleaning 19999 clauses out of 40006 with flag 221001/829204
234.11/123.80	c cleaning 20984 clauses out of 42006 with flag 243000/851203
239.28/126.59	c cleaning 22011 clauses out of 44022 with flag 266000/874203
244.61/129.31	c cleaning 22987 clauses out of 46011 with flag 290000/898203
250.81/132.69	c cleaning 24009 clauses out of 48029 with flag 315005/923208
258.56/136.69	c cleaning 24991 clauses out of 50015 with flag 341000/949203
266.53/140.72	c cleaning 25989 clauses out of 52024 with flag 368000/976203
274.25/144.74	c cleaning 27011 clauses out of 54035 with flag 396000/1004203
281.83/148.70	c cleaning 28005 clauses out of 56033 with flag 425009/1033212
289.57/152.72	c cleaning 28987 clauses out of 58019 with flag 455000/1063203
297.72/156.95	c cleaning 30007 clauses out of 60036 with flag 486004/1094207
305.86/161.10	c cleaning 31013 clauses out of 62028 with flag 518003/1126206
316.63/166.77	c cleaning 31969 clauses out of 64012 with flag 551000/1159203
328.75/172.99	c cleaning 32998 clauses out of 66043 with flag 585000/1193203
337.49/177.40	c cleaning 34021 clauses out of 68045 with flag 620000/1228203
348.02/182.81	c cleaning 35009 clauses out of 70024 with flag 656000/1264203
358.18/188.15	c cleaning 36006 clauses out of 72016 with flag 693001/1301204
367.48/192.95	c cleaning 36993 clauses out of 74009 with flag 731000/1339203
381.83/200.22	c cleaning 38002 clauses out of 76017 with flag 770001/1378204
393.93/206.45	c cleaning 38982 clauses out of 78015 with flag 810001/1418204
404.65/212.03	c cleaning 40009 clauses out of 80033 with flag 851001/1459204
415.95/217.86	c cleaning 40994 clauses out of 82031 with flag 893008/1501211
430.06/225.06	c cleaning 42003 clauses out of 84038 with flag 936009/1544212
445.04/232.66	c cleaning 43014 clauses out of 86029 with flag 980003/1588206
457.97/239.37	c cleaning 43985 clauses out of 88013 with flag 1025001/1633204
471.91/246.45	c cleaning 44998 clauses out of 90027 with flag 1071000/1679203
485.41/253.38	c cleaning 45979 clauses out of 92031 with flag 1118002/1726205
497.53/259.56	c cleaning 47017 clauses out of 94052 with flag 1166002/1774205
510.44/266.23	c cleaning 47982 clauses out of 96033 with flag 1215000/1823203
523.14/272.77	c cleaning 49018 clauses out of 98051 with flag 1265000/1873203
536.05/279.36	c cleaning 49988 clauses out of 100033 with flag 1316000/1924203
549.58/286.25	c cleaning 50995 clauses out of 102045 with flag 1368000/1976203
564.30/293.81	c cleaning 52025 clauses out of 104050 with flag 1421000/2029203
580.21/302.00	c cleaning 53011 clauses out of 106025 with flag 1475000/2083203
596.34/310.13	c cleaning 54000 clauses out of 108016 with flag 1530002/2138205
610.64/317.40	c cleaning 54983 clauses out of 110014 with flag 1586000/2194203
627.89/326.31	c cleaning 55990 clauses out of 112031 with flag 1643000/2251203
644.21/334.69	c cleaning 56992 clauses out of 114042 with flag 1701001/2309204
658.32/341.88	c cleaning 57982 clauses out of 116049 with flag 1760000/2368203
675.21/350.45	c cleaning 59028 clauses out of 118068 with flag 1820001/2428204
693.07/359.68	c cleaning 60017 clauses out of 120040 with flag 1881001/2489204
710.15/368.37	c cleaning 61009 clauses out of 122024 with flag 1943002/2551205
727.86/377.36	c cleaning 61966 clauses out of 124013 with flag 2006000/2614203
729.21/378.24	c cleaning 0 clauses out of 10949 with flag 0/10949
749.63/388.75	c cleaning 63007 clauses out of 126047 with flag 2070000/2678203
771.32/399.79	c cleaning 64019 clauses out of 128040 with flag 2135000/2743203
792.78/410.63	c cleaning 64976 clauses out of 130021 with flag 2201000/2809203
812.43/420.65	c cleaning 66000 clauses out of 132045 with flag 2268000/2876203
834.80/432.18	c cleaning 67008 clauses out of 134045 with flag 2336000/2944203
861.35/445.55	c cleaning 67995 clauses out of 136039 with flag 2405002/3013205
885.23/457.66	c cleaning 69008 clauses out of 138044 with flag 2475002/3083205
909.68/470.08	c cleaning 70003 clauses out of 140034 with flag 2546000/3154203
936.41/483.72	c cleaning 70997 clauses out of 142035 with flag 2618004/3226207
962.55/497.29	c cleaning 71990 clauses out of 144034 with flag 2691000/3299203
989.60/510.90	c cleaning 73009 clauses out of 146044 with flag 2765000/3373203
1020.73/526.85	c cleaning 74008 clauses out of 148037 with flag 2840002/3448205
1048.30/540.81	c cleaning 74998 clauses out of 150027 with flag 2916000/3524203
1071.75/552.72	c cleaning 75983 clauses out of 152029 with flag 2993000/3601203
1096.22/565.17	c cleaning 77004 clauses out of 154047 with flag 3071001/3679204
1125.71/580.26	c cleaning 77996 clauses out of 156042 with flag 3150000/3758203
1154.33/594.73	c cleaning 79004 clauses out of 158046 with flag 3230000/3838203
1186.34/610.92	c cleaning 79998 clauses out of 160042 with flag 3311000/3919203
1219.56/627.70	c cleaning 80994 clauses out of 162044 with flag 3393000/4001203
1251.98/644.34	c cleaning 82011 clauses out of 164054 with flag 3476004/4084207
1288.48/662.73	c cleaning 83004 clauses out of 166040 with flag 3560001/4168204
1301.57/669.50	c  And the winner is solver1
1301.79/669.89	c Got one! Elapsed wall clock time (in seconds):669.781
1301.79/669.89	o -23
1304.39/671.22	c cleaning 65887 clauses out of 131777 with flag 5000/4216945
1307.24/672.92	c cleaning 35945 clauses out of 71890 with flag 11000/4222945
1309.47/674.54	c cleaning 21461 clauses out of 42946 with flag 18001/4229946
1311.29/675.76	c cleaning 14735 clauses out of 29493 with flag 26009/4237954
1313.32/677.01	c cleaning 11862 clauses out of 23749 with flag 35000/4246945
1315.33/678.32	c cleaning 10933 clauses out of 21893 with flag 45006/4256951
1317.77/680.06	c cleaning 10967 clauses out of 21955 with flag 56001/4267946
1320.21/681.59	c cleaning 11476 clauses out of 22988 with flag 68001/4279946
1322.86/683.18	c cleaning 12256 clauses out of 24515 with flag 81004/4292949
1326.49/685.22	c cleaning 13114 clauses out of 26261 with flag 95006/4306951
1329.92/687.46	c cleaning 14052 clauses out of 28141 with flag 110000/4321945
1333.13/689.31	c cleaning 15045 clauses out of 30090 with flag 126001/4337946
1336.77/691.43	c cleaning 15978 clauses out of 32044 with flag 143000/4354945
1340.20/693.48	c cleaning 17003 clauses out of 34067 with flag 161001/4372946
1344.86/696.28	c cleaning 18024 clauses out of 36063 with flag 180000/4391945
1349.49/698.84	c cleaning 19005 clauses out of 38039 with flag 200000/4411945
1353.93/701.38	c cleaning 19986 clauses out of 40034 with flag 221000/4432945
1358.16/703.79	c cleaning 20997 clauses out of 42048 with flag 243000/4454945
1363.43/706.86	c cleaning 22021 clauses out of 44051 with flag 266000/4477945
1368.05/709.41	c cleaning 23015 clauses out of 46030 with flag 290000/4501945
1372.87/712.18	c cleaning 23989 clauses out of 48015 with flag 315000/4526945
1378.10/715.07	c cleaning 24982 clauses out of 50026 with flag 341000/4552945
1384.12/718.55	c cleaning 26013 clauses out of 52045 with flag 368001/4579946
1389.93/721.72	c cleaning 27002 clauses out of 54033 with flag 396002/4607947
1395.77/724.97	c cleaning 28002 clauses out of 56029 with flag 425000/4636945
1402.57/728.69	c cleaning 28993 clauses out of 58028 with flag 455001/4666946
1410.41/733.01	c cleaning 30007 clauses out of 60035 with flag 486001/4697946
1417.64/736.97	c cleaning 31004 clauses out of 62027 with flag 518000/4729945
1425.04/740.93	c cleaning 32000 clauses out of 64023 with flag 551000/4762945
1433.07/745.28	c cleaning 32975 clauses out of 66024 with flag 585001/4796946
1442.68/750.57	c cleaning 33995 clauses out of 68048 with flag 620000/4831945
1451.08/755.00	c cleaning 35006 clauses out of 70053 with flag 656000/4867945
1459.89/759.78	c cleaning 36008 clauses out of 72047 with flag 693000/4904945
1469.30/764.79	c cleaning 36997 clauses out of 74039 with flag 731000/4942945
1480.99/771.09	c cleaning 38005 clauses out of 76042 with flag 770000/4981945
1491.24/776.44	c cleaning 39007 clauses out of 78037 with flag 810000/5021945
1503.09/782.64	c cleaning 39984 clauses out of 80031 with flag 851001/5062946
1515.16/788.99	c cleaning 41019 clauses out of 82048 with flag 893002/5104947
1526.63/795.18	c cleaning 42012 clauses out of 84027 with flag 936000/5147945
1538.11/801.10	c cleaning 42997 clauses out of 86016 with flag 980001/5191946
1550.17/807.47	c cleaning 43978 clauses out of 88019 with flag 1025001/5236946
1563.41/814.36	c cleaning 44988 clauses out of 90040 with flag 1071000/5282945
1577.88/822.00	c cleaning 46011 clauses out of 92054 with flag 1118002/5329947
1592.15/829.41	c cleaning 47002 clauses out of 94041 with flag 1166000/5377945
1605.56/836.49	c cleaning 48009 clauses out of 96040 with flag 1215001/5426946
1621.40/844.70	c cleaning 48998 clauses out of 98030 with flag 1265000/5476945
1638.21/853.59	c cleaning 50008 clauses out of 100032 with flag 1316000/5527945
1652.65/861.01	c cleaning 51012 clauses out of 102024 with flag 1368000/5579945
1666.88/868.48	c cleaning 51999 clauses out of 104013 with flag 1421001/5632946
1682.75/876.69	c cleaning 52992 clauses out of 106014 with flag 1475001/5686946
1699.55/885.51	c cleaning 53986 clauses out of 108021 with flag 1530000/5741945
1716.96/894.57	c cleaning 55008 clauses out of 110038 with flag 1586003/5797948
1732.98/902.82	c cleaning 56005 clauses out of 112029 with flag 1643002/5854947
1755.60/914.42	c cleaning 57000 clauses out of 114024 with flag 1701002/5912947
1773.99/924.11	c cleaning 57988 clauses out of 116024 with flag 1760002/5971947
1790.83/932.88	c cleaning 59008 clauses out of 118034 with flag 1820000/6031945
1800.19/937.81	c starts		: 53
1800.19/937.81	c conflicts		: 16342
1800.19/937.81	c decisions		: 79278
1800.19/937.81	c propagations		: 1327695
1800.19/937.81	c inspects		: 1017881963
1800.19/937.81	c shortcuts		: 0
1800.19/937.81	c learnt literals	: 0
1800.19/937.81	c learnt binary clauses	: 0
1800.19/937.81	c learnt ternary clauses	: 0
1800.19/937.81	c learnt constraints	: 16342
1800.19/937.81	c ignored constraints	: 0
1800.19/937.81	c root simplifications	: 0
1800.19/937.81	c removed literals (reason simplification)	: 0
1800.19/937.81	c reason swapping (by a shorter reason)	: 0
1800.19/937.81	c Calls to reduceDB	: 2
1800.19/937.81	c number of reductions to clauses (during analyze)	: 0
1800.19/937.81	c number of learned constraints concerned by reduction	: 0
1800.19/937.81	c number of learning phase by resolution	: 0
1800.19/937.81	c number of learning phase by cutting planes	: 0
1800.19/937.81	c speed (assignments/second)	: 1420.7665769209368
1800.19/937.81	c non guided choices	2
1800.19/937.82	c learnt constraints type 
1800.19/937.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.19/937.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16341
1800.19/937.82	c constraints type 
1800.19/937.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
1800.19/937.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.19/937.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.19/937.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
1800.19/937.82	c 2791 constraints processed.
1800.19/937.82	c constraints type 
1800.19/937.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.19/937.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1244
1800.19/937.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.19/937.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
1800.19/937.82	c 2791 constraints processed.
1800.19/937.82	s SATISFIABLE
1800.19/937.82	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 
1800.19/937.82	c objective function=-23
1800.19/937.82	c Total wall clock time (in seconds): 937.708

Verifier Data

OK	-23

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-3688738-1337879523/watcher-3688738-1337879523 -o /tmp/evaluation-result-3688738-1337879523/solver-3688738-1337879523 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688738-1337879523.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: 4.01 4.00 3.89 4/197 24827
/proc/meminfo: memFree=26640496/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24827/stat : 24827 (java) D 24825 24827 21497 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254078398 9515008 183 33554432000 1073741824 1073778376 140735919607904 140735919598936 266435641013 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/24827/statm: 2323 183 140 9 0 71 0

[startup+0.0931161 s]
/proc/loadavg: 4.01 4.00 3.89 4/197 24827
/proc/meminfo: memFree=26640496/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 4259 0 1 0 8 1 0 0 20 0 18 0 254078398 9787813888 5457 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2389603 5457 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100251 s]
/proc/loadavg: 4.01 4.00 3.89 4/197 24827
/proc/meminfo: memFree=26640496/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 4306 0 1 0 8 1 0 0 20 0 18 0 254078398 9787813888 5504 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2389603 5504 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 4.01 4.00 3.89 4/197 24827
/proc/meminfo: memFree=26640496/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 5690 0 1 0 45 1 0 0 20 0 18 0 254078398 9787813888 9028 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2389603 9028 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700203 s]
/proc/loadavg: 4.01 4.00 3.89 4/197 24827
/proc/meminfo: memFree=26640496/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 12926 0 1 0 109 4 0 0 20 0 19 0 254078398 10060460032 14998 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2456167 14998 2250 9 0 2446860 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 4.01 4.00 3.89 3/216 24852
/proc/meminfo: memFree=26580020/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 13042 0 1 0 124 8 0 0 20 0 19 0 254078398 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2456167 18582 2250 9 0 2446860 0
[pid=24827/tid=24829] ppid=24825 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24827/task/24829/stat : 24829 (java) S 24825 24827 21497 0 -1 4202560 2457 0 1 0 27 1 0 0 20 0 19 0 254078399 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251860829176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24830] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24830/stat : 24830 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251704060584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24831] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24831/stat : 24831 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251703008040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24832] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24832/stat : 24832 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251701955496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24833] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24833/stat : 24833 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251700902952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24834] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24834/stat : 24834 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251699849384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24835] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24835/stat : 24835 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251698796840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24836] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24836/stat : 24836 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251697744296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24837] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24837/stat : 24837 (java) S 24825 24827 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251696691752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24838] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24838/stat : 24838 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254078401 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251214363240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24839] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24839/stat : 24839 (java) S 24825 24827 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254078402 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251213309560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24840] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24840/stat : 24840 (java) S 24825 24827 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078402 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251212256904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24841] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24841/stat : 24841 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078404 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251211205648 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24842] ppid=24825 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/24827/task/24842/stat : 24842 (java) S 24825 24827 21497 0 -1 4202560 4124 0 0 0 31 0 0 0 20 0 19 0 254078404 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251210151992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24843] ppid=24825 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/24827/task/24843/stat : 24843 (java) S 24825 24827 21497 0 -1 4202560 5135 0 0 0 31 0 0 0 20 0 19 0 254078404 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251209099448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24844] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24844/stat : 24844 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078404 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251208047096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24845] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24845/stat : 24845 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078404 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251206994760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24848] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24848/stat : 24848 (java) S 24825 24827 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078430 10060460032 18582 33554432000 1073741824 1073778376 140735480282544 140251203835432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9824668

[startup+3.10063 s]
/proc/loadavg: 4.01 4.00 3.89 3/216 24858
/proc/meminfo: memFree=26578652/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 16906 0 1 0 174 15 0 0 20 0 19 0 254078398 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2456167 24756 2255 9 0 2446860 0
[pid=24827/tid=24829] ppid=24825 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24827/task/24829/stat : 24829 (java) S 24825 24827 21497 0 -1 4202560 2458 0 1 0 27 1 0 0 20 0 19 0 254078399 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251860829176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24830] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24830/stat : 24830 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251704060584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24831] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24831/stat : 24831 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251703008040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24832] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24832/stat : 24832 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251701955496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24833] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24833/stat : 24833 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251700902952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24834] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24834/stat : 24834 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251699849384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24835] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24835/stat : 24835 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251698796840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24836] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24836/stat : 24836 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251697744296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24837] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24837/stat : 24837 (java) S 24825 24827 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254078400 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251696691752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24838] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24838/stat : 24838 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254078401 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251214363240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24839] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24839/stat : 24839 (java) S 24825 24827 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254078402 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251213309560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24840] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24840/stat : 24840 (java) S 24825 24827 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254078402 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251212256904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24841] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24841/stat : 24841 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078404 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251211205648 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24842] ppid=24825 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/24827/task/24842/stat : 24842 (java) S 24825 24827 21497 0 -1 4202560 7936 0 0 0 56 1 0 0 20 0 19 0 254078404 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251210151992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24843] ppid=24825 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24827/task/24843/stat : 24843 (java) S 24825 24827 21497 0 -1 4202560 5155 0 0 0 42 0 0 0 20 0 19 0 254078404 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251209099448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24844] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24844/stat : 24844 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078404 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251208047096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24845] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24845/stat : 24845 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254078404 10060460032 24756 33554432000 1073741824 1073778376 140735480282544 140251206994760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30081 s]
/proc/loadavg: 3.85 3.97 3.88 12/219 24870
/proc/meminfo: memFree=26440996/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9824668 CPUtime=7.76 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 21259 0 1 0 752 24 0 0 20 0 22 0 254078398 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2456167 86778 2285 9 0 2446860 0
[pid=24827/tid=24829] ppid=24825 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/24827/task/24829/stat : 24829 (java) S 24825 24827 21497 0 -1 4202560 2461 0 1 0 27 2 0 0 20 0 22 0 254078399 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251860829176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24830] ppid=24825 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24827/task/24830/stat : 24830 (java) S 24825 24827 21497 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251704060584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24831] ppid=24825 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24827/task/24831/stat : 24831 (java) S 24825 24827 21497 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251703008040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24832] ppid=24825 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24827/task/24832/stat : 24832 (java) S 24825 24827 21497 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251701955496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24833] ppid=24825 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24827/task/24833/stat : 24833 (java) S 24825 24827 21497 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251700902952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24834] ppid=24825 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24827/task/24834/stat : 24834 (java) S 24825 24827 21497 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251699849384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24835] ppid=24825 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24827/task/24835/stat : 24835 (java) S 24825 24827 21497 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251698796840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24836] ppid=24825 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24827/task/24836/stat : 24836 (java) S 24825 24827 21497 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251697744296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24837] ppid=24825 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24827/task/24837/stat : 24837 (java) S 24825 24827 21497 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254078400 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251696691752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24838] ppid=24825 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/24827/task/24838/stat : 24838 (java) S 24825 24827 21497 0 -1 4202560 232 0 0 0 20 0 0 0 20 0 22 0 254078401 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251214363240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24839] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24839/stat : 24839 (java) S 24825 24827 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251213309560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24840] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24840/stat : 24840 (java) S 24825 24827 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251212256904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24841] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24841/stat : 24841 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251211205648 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24842] ppid=24825 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/24827/task/24842/stat : 24842 (java) S 24825 24827 21497 0 -1 4202560 11767 0 0 0 94 2 0 0 20 0 22 0 254078404 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251210151992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24843] ppid=24825 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/24827/task/24843/stat : 24843 (java) S 24825 24827 21497 0 -1 4202560 5230 0 0 0 94 2 0 0 20 0 22 0 254078404 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251209099448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24844] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24844/stat : 24844 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251208047096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24845] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24845/stat : 24845 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251206994760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24867] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24867/stat : 24867 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254078730 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251204887464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24868] ppid=24825 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/24827/task/24868/stat : 24868 (java) R 24825 24827 21497 0 -1 4202560 7 0 0 0 169 0 0 0 20 0 22 0 254078833 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251205939536 140251704626574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24869] ppid=24825 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/24827/task/24869/stat : 24869 (java) R 24825 24827 21497 0 -1 4202560 58 0 0 0 166 3 0 0 20 0 22 0 254078833 10060460032 86778 33554432000 1073741824 1073778376 140735480282544 140251203832408 140251704514700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24870] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6

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

[pid=24827/tid=25082] ppid=24825 vsize=9824668 CPUtime=68.44 cores=0,2,4,6
/proc/24827/task/25082/stat : 25082 (java) R 24825 24827 21497 0 -1 4202560 4 0 0 0 6843 1 0 0 20 0 22 0 254145388 10060460032 385702 33554432000 1073741824 1073778376 140735480282544 140251205939280 140251704613846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=25083] ppid=24825 vsize=9824668 CPUtime=68.43 cores=0,2,4,6
/proc/24827/task/25083/stat : 25083 (java) R 24825 24827 21497 0 -1 4202560 23 0 0 0 6842 1 0 0 20 0 22 0 254145388 10060460032 385702 33554432000 1073741824 1073778376 140735480282544 140251202781520 140251704718901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=25084] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/25084/stat : 25084 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254145388 10060460032 385702 33554432000 1073741824 1073778376 140735480282544 140251203834920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1464.51
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.97 3.95 3.90 5/219 25084
/proc/meminfo: memFree=24892452/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9824668 CPUtime=1578.27 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 37976 0 1 0 157657 170 0 0 20 0 22 0 254078398 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2456167 414528 2287 9 0 2446860 0
[pid=24827/tid=24829] ppid=24825 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/24827/task/24829/stat : 24829 (java) S 24825 24827 21497 0 -1 4202560 2514 0 1 0 30 2 0 0 20 0 22 0 254078399 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251860829176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24830] ppid=24825 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/24827/task/24830/stat : 24830 (java) S 24825 24827 21497 0 -1 4202560 1543 0 0 0 281 8 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251704060584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24831] ppid=24825 vsize=9824668 CPUtime=2.91 cores=0,2,4,6
/proc/24827/task/24831/stat : 24831 (java) S 24825 24827 21497 0 -1 4202560 1393 0 0 0 282 9 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251703008040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24832] ppid=24825 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/24827/task/24832/stat : 24832 (java) S 24825 24827 21497 0 -1 4202560 1382 0 0 0 279 7 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251701955496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24833] ppid=24825 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/24827/task/24833/stat : 24833 (java) S 24825 24827 21497 0 -1 4202560 1548 0 0 0 278 10 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251700902952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24834] ppid=24825 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/24827/task/24834/stat : 24834 (java) S 24825 24827 21497 0 -1 4202560 803 0 0 0 290 7 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251699849384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24835] ppid=24825 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/24827/task/24835/stat : 24835 (java) S 24825 24827 21497 0 -1 4202560 1103 0 0 0 284 10 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251698796840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24836] ppid=24825 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/24827/task/24836/stat : 24836 (java) S 24825 24827 21497 0 -1 4202560 1497 0 0 0 266 8 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251697744296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24837] ppid=24825 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/24827/task/24837/stat : 24837 (java) S 24825 24827 21497 0 -1 4202560 863 0 0 0 269 9 0 0 20 0 22 0 254078400 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251696691752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24838] ppid=24825 vsize=9824668 CPUtime=71.44 cores=0,2,4,6
/proc/24827/task/24838/stat : 24838 (java) R 24825 24827 21497 0 -1 4202560 1657 0 0 0 7123 21 0 0 20 0 22 0 254078401 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251214362088 140251864965469 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24839] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24839/stat : 24839 (java) S 24825 24827 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251213309560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24840] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24840/stat : 24840 (java) S 24825 24827 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251212256904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24841] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24841/stat : 24841 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251211205648 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24842] ppid=24825 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/24827/task/24842/stat : 24842 (java) S 24825 24827 21497 0 -1 4202560 11770 0 0 0 104 2 0 0 20 0 22 0 254078404 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251210151992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24843] ppid=24825 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/24827/task/24843/stat : 24843 (java) S 24825 24827 21497 0 -1 4202560 8409 0 0 0 145 2 0 0 20 0 22 0 254078404 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251209099448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24844] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24844/stat : 24844 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251208047096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24845] ppid=24825 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/24827/task/24845/stat : 24845 (java) S 24825 24827 21497 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 254078404 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251206994760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24867] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24867/stat : 24867 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254078730 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251204887464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=25082] ppid=24825 vsize=9824668 CPUtime=120.63 cores=0,2,4,6
/proc/24827/task/25082/stat : 25082 (java) S 24825 24827 21497 0 -1 4202560 7 0 0 0 12062 1 0 0 20 0 22 0 254145388 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251205939400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=25083] ppid=24825 vsize=9824668 CPUtime=120.61 cores=0,2,4,6
/proc/24827/task/25083/stat : 25083 (java) S 24825 24827 21497 0 -1 4202560 525 0 0 0 12060 1 0 0 20 0 22 0 254145388 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251202781640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=25084] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/25084/stat : 25084 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254145388 10060460032 414528 33554432000 1073741824 1073778376 140735480282544 140251203834920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1578.27
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.94 3.90 5/219 25084
/proc/meminfo: memFree=24601768/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9824668 CPUtime=1693.09 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 38171 0 1 0 169130 179 0 0 20 0 22 0 254078398 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2456167 438120 2287 9 0 2446860 0
[pid=24827/tid=24829] ppid=24825 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24827/task/24829/stat : 24829 (java) S 24825 24827 21497 0 -1 4202560 2516 0 1 0 30 3 0 0 20 0 22 0 254078399 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251860829176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24830] ppid=24825 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/24827/task/24830/stat : 24830 (java) S 24825 24827 21497 0 -1 4202560 1557 0 0 0 298 9 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251704060584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24831] ppid=24825 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/24827/task/24831/stat : 24831 (java) S 24825 24827 21497 0 -1 4202560 1412 0 0 0 302 10 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251703008040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24832] ppid=24825 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/24827/task/24832/stat : 24832 (java) S 24825 24827 21497 0 -1 4202560 1400 0 0 0 304 8 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251701955496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24833] ppid=24825 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/24827/task/24833/stat : 24833 (java) S 24825 24827 21497 0 -1 4202560 1556 0 0 0 294 11 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251700902952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24834] ppid=24825 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/24827/task/24834/stat : 24834 (java) S 24825 24827 21497 0 -1 4202560 827 0 0 0 309 9 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251699849384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24835] ppid=24825 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/24827/task/24835/stat : 24835 (java) S 24825 24827 21497 0 -1 4202560 1122 0 0 0 303 11 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251698796840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24836] ppid=24825 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/24827/task/24836/stat : 24836 (java) S 24825 24827 21497 0 -1 4202560 1503 0 0 0 281 8 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251697744296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24837] ppid=24825 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/24827/task/24837/stat : 24837 (java) S 24825 24827 21497 0 -1 4202560 871 0 0 0 285 9 0 0 20 0 22 0 254078400 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251696691752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24838] ppid=24825 vsize=9824668 CPUtime=77.28 cores=0,2,4,6
/proc/24827/task/24838/stat : 24838 (java) S 24825 24827 21497 0 -1 4202560 1709 0 0 0 7706 22 0 0 20 0 22 0 254078401 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251214363240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24839] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24839/stat : 24839 (java) S 24825 24827 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251213309560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24840] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24840/stat : 24840 (java) S 24825 24827 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251212256904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24841] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24841/stat : 24841 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251211205648 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24842] ppid=24825 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/24827/task/24842/stat : 24842 (java) S 24825 24827 21497 0 -1 4202560 11770 0 0 0 104 2 0 0 20 0 22 0 254078404 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251210151992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24843] ppid=24825 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/24827/task/24843/stat : 24843 (java) S 24825 24827 21497 0 -1 4202560 8409 0 0 0 145 2 0 0 20 0 22 0 254078404 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251209099448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24844] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24844/stat : 24844 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251208047096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24845] ppid=24825 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/24827/task/24845/stat : 24845 (java) S 24825 24827 21497 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 254078404 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251206994760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24867] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24867/stat : 24867 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254078730 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251204887464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=25082] ppid=24825 vsize=9824668 CPUtime=174.36 cores=0,2,4,6
/proc/24827/task/25082/stat : 25082 (java) R 24825 24827 21497 0 -1 4202560 10 0 0 0 17434 2 0 0 20 0 22 0 254145388 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251205939280 140251704636000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=25083] ppid=24825 vsize=9824668 CPUtime=174.33 cores=0,2,4,6
/proc/24827/task/25083/stat : 25083 (java) R 24825 24827 21497 0 -1 4202560 543 0 0 0 17431 2 0 0 20 0 22 0 254145388 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251202781536 140251704814413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=25084] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/25084/stat : 25084 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254145388 10060460032 438120 33554432000 1073741824 1073778376 140735480282544 140251203834920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1693.09
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+937.801 s]
/proc/loadavg: 3.97 3.94 3.91 5/220 25086
/proc/meminfo: memFree=24366988/32873648 swapFree=6852/6852
[pid=24827] ppid=24825 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/24827/stat : 24827 (java) S 24825 24827 21497 0 -1 4202496 38325 0 1 0 179832 187 0 0 20 0 22 0 254078398 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140735480273680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24827/statm: 2456167 456583 2287 9 0 2446860 0
[pid=24827/tid=24829] ppid=24825 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24827/task/24829/stat : 24829 (java) S 24825 24827 21497 0 -1 4202560 2521 0 1 0 30 3 0 0 20 0 22 0 254078399 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251860829176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24830] ppid=24825 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/24827/task/24830/stat : 24830 (java) S 24825 24827 21497 0 -1 4202560 1558 0 0 0 311 9 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251704060584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24831] ppid=24825 vsize=9824668 CPUtime=3.28 cores=0,2,4,6
/proc/24827/task/24831/stat : 24831 (java) S 24825 24827 21497 0 -1 4202560 1425 0 0 0 317 11 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251703008040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24832] ppid=24825 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/24827/task/24832/stat : 24832 (java) S 24825 24827 21497 0 -1 4202560 1413 0 0 0 323 9 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251701955496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24833] ppid=24825 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/24827/task/24833/stat : 24833 (java) S 24825 24827 21497 0 -1 4202560 1574 0 0 0 313 12 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251700902952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24834] ppid=24825 vsize=9824668 CPUtime=3.34 cores=0,2,4,6
/proc/24827/task/24834/stat : 24834 (java) S 24825 24827 21497 0 -1 4202560 830 0 0 0 325 9 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251699849384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24835] ppid=24825 vsize=9824668 CPUtime=3.28 cores=0,2,4,6
/proc/24827/task/24835/stat : 24835 (java) S 24825 24827 21497 0 -1 4202560 1134 0 0 0 317 11 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251698796840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24836] ppid=24825 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/24827/task/24836/stat : 24836 (java) S 24825 24827 21497 0 -1 4202560 1524 0 0 0 303 9 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251697744296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24837] ppid=24825 vsize=9824668 CPUtime=3.1 cores=0,2,4,6
/proc/24827/task/24837/stat : 24837 (java) S 24825 24827 21497 0 -1 4202560 882 0 0 0 300 10 0 0 20 0 22 0 254078400 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251696691752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24838] ppid=24825 vsize=9824668 CPUtime=81.8 cores=0,2,4,6
/proc/24827/task/24838/stat : 24838 (java) S 24825 24827 21497 0 -1 4202560 1755 0 0 0 8157 23 0 0 20 0 22 0 254078401 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251214363240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24839] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24839/stat : 24839 (java) S 24825 24827 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251213309560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24840] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24840/stat : 24840 (java) S 24825 24827 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254078402 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251212256904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24841] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24841/stat : 24841 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251211205648 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24842] ppid=24825 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/24827/task/24842/stat : 24842 (java) S 24825 24827 21497 0 -1 4202560 11770 0 0 0 104 2 0 0 20 0 22 0 254078404 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251210151992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=24843] ppid=24825 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/24827/task/24843/stat : 24843 (java) S 24825 24827 21497 0 -1 4202560 8409 0 0 0 145 2 0 0 20 0 22 0 254078404 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251209099448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24827/tid=24844] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24844/stat : 24844 (java) S 24825 24827 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254078404 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251208047096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24827/tid=24845] ppid=24825 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24827/task/24845/stat : 24845 (java) S 24825 24827 21497 0 -1 4202560 55 0 0 0 15 18 0 0 20 0 22 0 254078404 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251206994760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=24867] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/24867/stat : 24867 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254078730 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251204887464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=25082] ppid=24825 vsize=9824668 CPUtime=224.98 cores=0,2,4,6
/proc/24827/task/25082/stat : 25082 (java) R 24825 24827 21497 0 -1 4202560 13 0 0 0 22495 3 0 0 20 0 22 0 254145388 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251205939280 140251704614748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24827/tid=25083] ppid=24825 vsize=9824668 CPUtime=224.92 cores=0,2,4,6
/proc/24827/task/25083/stat : 25083 (java) R 24825 24827 21497 0 -1 4202560 547 0 0 0 22489 3 0 0 20 0 22 0 254145388 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251202779344 140251704721060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24827/tid=25084] ppid=24825 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24827/task/25084/stat : 25084 (java) S 24825 24827 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254145388 10060460032 456583 33554432000 1073741824 1073778376 140735480282544 140251203834920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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
Real time (s): 937.846
CPU time (s): 1800.63
CPU user time (s): 1798.45
CPU system time (s): 2.17967
CPU usage (%): 191.996
Max. virtual memory (cumulated for all children) (KiB): 9824912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 2.17967
maximum resident set size= 2306152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31807
involuntary context switches= 54619

runsolver used 3.35149 second user time and 8.83366 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 19:12:03
IDJOB=3688738
IDBENCH=48245
IDSOLVER=2268
FILE ID=node116/3688738-1337879523
RUNJOBID= node116-1337871880-21513
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688738-1337879523/watcher-3688738-1337879523 -o /tmp/evaluation-result-3688738-1337879523/solver-3688738-1337879523 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688738-1337879523.opb

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=413812369

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26641140 kB
Buffers:          209880 kB
Cached:          2933460 kB
SwapCached:            0 kB
Active:          2805624 kB
Inactive:        2662472 kB
Active(anon):    2326948 kB
Inactive(anon):        0 kB
Active(file):     478676 kB
Inactive(file):  2662472 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:       2331576 kB
Mapped:            21624 kB
Shmem:               200 kB
Slab:             623380 kB
SReclaimable:      67868 kB
SUnreclaim:       555512 kB
KernelStack:        1624 kB
PageTables:         9380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2676712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2267136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node116 at 2012-05-24 19:27:43