Trace number 3454029

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)-23 1800.36 923.547

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_3.opb
MD5SUM7d5c1eba9f9b9c55d272c1a8f28b465a
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-32
Best CPU time to get the best result obtained on this benchmark1797.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454029-1307195388.opb
0.10/0.11	c reading problem ... 
1.00/0.59	c ... done. Wall clock time 0.477s.
1.00/0.59	c #vars     6616
1.00/0.59	c #constraints  13034
1.00/0.59	c constraints type 
1.00/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1.00/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
1.00/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.00/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.00/0.59	c constraints type 
1.00/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.00/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6216
1.00/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
1.00/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
2.51/0.92	c  And the winner is CuttingPlanes
2.71/1.10	c SATISFIABLE
2.71/1.10	c OPTIMIZING...
2.71/1.10	c Got one! Elapsed wall clock time (in seconds):0.989
2.71/1.10	o -4
2.99/1.20	c  And the winner is CuttingPlanes
3.00/1.61	c Got one! Elapsed wall clock time (in seconds):1.496
3.00/1.61	o -5
3.00/1.69	c  And the winner is CuttingPlanes
3.24/2.12	c Got one! Elapsed wall clock time (in seconds):2.002
3.24/2.12	o -6
3.24/2.17	c  And the winner is CuttingPlanes
3.37/2.62	c Got one! Elapsed wall clock time (in seconds):2.506
3.37/2.62	o -7
3.37/2.67	c  And the winner is CuttingPlanes
3.50/3.12	c Got one! Elapsed wall clock time (in seconds):3.01
3.50/3.12	o -8
3.50/3.19	c  And the winner is CuttingPlanes
3.67/3.62	c Got one! Elapsed wall clock time (in seconds):3.513
3.67/3.62	o -9
3.67/3.67	c  And the winner is CuttingPlanes
3.75/4.13	c Got one! Elapsed wall clock time (in seconds):4.016
3.75/4.13	o -10
3.75/4.16	c  And the winner is CuttingPlanes
3.82/4.63	c Got one! Elapsed wall clock time (in seconds):4.519
3.82/4.63	o -11
3.82/4.68	c  And the winner is CuttingPlanes
3.92/5.13	c Got one! Elapsed wall clock time (in seconds):5.022
3.92/5.13	o -12
3.92/5.17	c  And the winner is CuttingPlanes
4.01/5.63	c Got one! Elapsed wall clock time (in seconds):5.525
4.01/5.63	o -13
4.15/5.70	c  And the winner is CuttingPlanes
4.17/6.14	c Got one! Elapsed wall clock time (in seconds):6.028
4.17/6.14	o -14
4.17/6.18	c  And the winner is CuttingPlanes
4.25/6.64	c Got one! Elapsed wall clock time (in seconds):6.531
4.25/6.64	o -15
4.39/6.80	c  And the winner is CuttingPlanes
4.63/7.14	c Got one! Elapsed wall clock time (in seconds):7.033
4.63/7.14	o -16
4.63/7.19	c  And the winner is CuttingPlanes
4.72/7.65	c Got one! Elapsed wall clock time (in seconds):7.536
4.72/7.65	o -17
5.74/8.15	c  And the winner is CuttingPlanes
5.84/8.65	c Got one! Elapsed wall clock time (in seconds):8.541
5.84/8.65	o -18
7.58/9.51	c  And the winner is CuttingPlanes
7.63/9.66	c Got one! Elapsed wall clock time (in seconds):9.546
7.63/9.66	o -19
10.50/11.18	c  And the winner is CuttingPlanes
10.68/11.66	c Got one! Elapsed wall clock time (in seconds):11.555
10.68/11.66	o -20
13.20/12.90	c cleaning 4083 clauses out of 8319 with flag 2000/8319
18.81/15.74	c cleaning 5118 clauses out of 10236 with flag 8000/14319
20.18/16.50	c  And the winner is CuttingPlanes
20.38/16.68	c Got one! Elapsed wall clock time (in seconds):16.575
20.38/16.68	o -21
21.40/17.24	c  And the winner is CuttingPlanes
21.48/17.69	c Got one! Elapsed wall clock time (in seconds):17.58
21.48/17.69	o -22
22.68/18.32	c  And the winner is CuttingPlanes
22.74/18.69	c Got one! Elapsed wall clock time (in seconds):18.584
22.74/18.69	o -23
23.95/19.37	c cleaning 5269 clauses out of 10538 with flag 1000/19739
31.32/23.07	c cleaning 5515 clauses out of 11269 with flag 7000/25739
37.23/26.09	c cleaning 6300 clauses out of 12754 with flag 14000/32739
46.47/30.66	c cleaning 7109 clauses out of 14454 with flag 22000/40739
54.29/34.57	c cleaning 8111 clauses out of 16345 with flag 31000/49739
63.83/39.36	c cleaning 9076 clauses out of 18234 with flag 41000/59739
75.37/45.16	c cleaning 10025 clauses out of 20158 with flag 52000/70739
88.66/51.82	c cleaning 11032 clauses out of 22133 with flag 64000/82739
105.02/60.05	c cleaning 11960 clauses out of 24101 with flag 77000/95739
122.73/68.94	c cleaning 12988 clauses out of 26141 with flag 91000/109739
141.81/78.55	c cleaning 13444 clauses out of 27153 with flag 105000/123739
159.92/87.67	c cleaning 13794 clauses out of 27709 with flag 119000/137739
179.84/97.62	c cleaning 13788 clauses out of 27915 with flag 133000/151739
198.34/107.00	c cleaning 14057 clauses out of 28127 with flag 147000/165739
219.86/117.77	c cleaning 13873 clauses out of 28070 with flag 161000/179739
242.92/129.30	c cleaning 13970 clauses out of 28197 with flag 175000/193739
261.82/138.83	c cleaning 14025 clauses out of 28227 with flag 189000/207739
283.51/149.77	c cleaning 13934 clauses out of 28202 with flag 203000/221739
307.75/161.99	c cleaning 13987 clauses out of 28268 with flag 217000/235739
328.84/172.57	c cleaning 13982 clauses out of 28281 with flag 231000/249739
348.35/182.37	c cleaning 14035 clauses out of 28299 with flag 245000/263739
365.43/190.93	c cleaning 14120 clauses out of 28264 with flag 259000/277739
383.66/200.20	c cleaning 13969 clauses out of 28144 with flag 273000/291739
401.12/208.98	c cleaning 13976 clauses out of 28175 with flag 287000/305739
419.16/218.00	c cleaning 14018 clauses out of 28199 with flag 301000/319739
435.82/226.46	c cleaning 13995 clauses out of 28181 with flag 315000/333739
449.61/233.43	c cleaning 13994 clauses out of 28186 with flag 329000/347739
464.07/240.72	c cleaning 14017 clauses out of 28193 with flag 343001/361740
477.73/247.65	c cleaning 14017 clauses out of 28175 with flag 357000/375739
479.18/248.42	c cleaning 0 clauses out of 6479 with flag 0/6479
491.59/254.74	c cleaning 14025 clauses out of 28158 with flag 371000/389739
504.64/261.34	c cleaning 13998 clauses out of 28133 with flag 385000/403739
517.48/267.84	c cleaning 13999 clauses out of 28135 with flag 399000/417739
528.92/273.61	c cleaning 13999 clauses out of 28136 with flag 413000/431739
543.49/281.07	c cleaning 13971 clauses out of 28137 with flag 427000/445739
558.12/288.40	c cleaning 13990 clauses out of 28166 with flag 441000/459739
574.00/296.44	c cleaning 14044 clauses out of 28176 with flag 455000/473739
587.83/303.45	c cleaning 13956 clauses out of 28132 with flag 469000/487739
602.99/311.16	c cleaning 14010 clauses out of 28176 with flag 483000/501739
619.61/319.55	c cleaning 14034 clauses out of 28166 with flag 497000/515739
634.44/327.07	c cleaning 14042 clauses out of 28132 with flag 511000/529739
649.86/334.84	c cleaning 14022 clauses out of 28090 with flag 525000/543739
664.60/342.31	c cleaning 14016 clauses out of 28068 with flag 539000/557739
679.23/349.79	c cleaning 13970 clauses out of 28052 with flag 553000/571739
692.45/356.45	c cleaning 13950 clauses out of 28082 with flag 567000/585739
706.01/363.31	c cleaning 13998 clauses out of 28132 with flag 581000/599739
719.51/370.29	c cleaning 14019 clauses out of 28134 with flag 595000/613739
733.71/377.48	c cleaning 14013 clauses out of 28116 with flag 609001/627740
747.50/384.47	c cleaning 13938 clauses out of 28102 with flag 623000/641739
761.09/391.38	c cleaning 13984 clauses out of 28164 with flag 637000/655739
775.18/398.58	c cleaning 14025 clauses out of 28180 with flag 651000/669739
790.57/406.32	c cleaning 13974 clauses out of 28155 with flag 665000/683739
805.36/413.83	c cleaning 14016 clauses out of 28181 with flag 679000/697739
818.74/420.67	c cleaning 13990 clauses out of 28165 with flag 693000/711739
832.22/427.58	c cleaning 14022 clauses out of 28175 with flag 707000/725739
845.61/434.38	c cleaning 14038 clauses out of 28153 with flag 721000/739739
860.59/441.96	c cleaning 14000 clauses out of 28115 with flag 735000/753739
875.56/449.54	c cleaning 13968 clauses out of 28115 with flag 749000/767739
889.44/456.67	c cleaning 14021 clauses out of 28147 with flag 763000/781739
903.62/463.80	c cleaning 13997 clauses out of 28126 with flag 777000/795739
918.00/471.10	c cleaning 13949 clauses out of 28129 with flag 791000/809739
929.78/477.16	c cleaning 14058 clauses out of 28180 with flag 805000/823739
942.47/483.66	c cleaning 13989 clauses out of 28122 with flag 819000/837739
955.44/490.23	c cleaning 13957 clauses out of 28133 with flag 833000/851739
968.01/496.67	c cleaning 13990 clauses out of 28176 with flag 847000/865739
980.98/503.26	c cleaning 14016 clauses out of 28186 with flag 861000/879739
994.06/509.97	c cleaning 14053 clauses out of 28170 with flag 875000/893739
1007.24/516.68	c cleaning 13981 clauses out of 28117 with flag 889000/907739
1021.59/523.90	c cleaning 13963 clauses out of 28136 with flag 903000/921739
1034.56/530.56	c cleaning 14023 clauses out of 28173 with flag 917000/935739
1048.42/537.63	c cleaning 14029 clauses out of 28150 with flag 931000/949739
1060.98/544.05	c cleaning 13985 clauses out of 28121 with flag 945000/963739
1074.34/550.83	c cleaning 13983 clauses out of 28136 with flag 959000/977739
1086.91/557.28	c cleaning 13998 clauses out of 28153 with flag 973000/991739
1103.16/565.59	c cleaning 13988 clauses out of 28155 with flag 987000/1005739
1116.92/572.59	c cleaning 13995 clauses out of 28167 with flag 1001000/1019739
1131.28/579.88	c cleaning 13994 clauses out of 28172 with flag 1015000/1033739
1147.64/588.14	c cleaning 13990 clauses out of 28178 with flag 1029000/1047739
1163.52/596.22	c cleaning 14034 clauses out of 28188 with flag 1043000/1061739
1177.64/603.45	c cleaning 13974 clauses out of 28154 with flag 1057000/1075739
1190.79/610.12	c cleaning 14032 clauses out of 28180 with flag 1071000/1089739
1202.74/616.28	c cleaning 14004 clauses out of 28148 with flag 1085000/1103739
1215.21/622.67	c cleaning 14013 clauses out of 28144 with flag 1099000/1117739
1227.33/628.80	c cleaning 14026 clauses out of 28131 with flag 1113000/1131739
1237.88/634.29	c cleaning 14000 clauses out of 28105 with flag 1127000/1145739
1249.83/640.30	c cleaning 14011 clauses out of 28105 with flag 1141000/1159739
1261.07/646.10	c cleaning 13977 clauses out of 28094 with flag 1155000/1173739
1271.60/651.50	c cleaning 13988 clauses out of 28117 with flag 1169000/1187739
1283.55/657.70	c cleaning 13990 clauses out of 28129 with flag 1183000/1201739
1294.27/663.18	c cleaning 14011 clauses out of 28139 with flag 1197000/1215739
1305.32/668.84	c cleaning 13933 clauses out of 28128 with flag 1211000/1229739
1316.44/674.53	c cleaning 14070 clauses out of 28195 with flag 1225000/1243739
1326.37/679.70	c cleaning 14019 clauses out of 28125 with flag 1239000/1257739
1335.90/684.57	c cleaning 13983 clauses out of 28106 with flag 1253000/1271739
1346.31/689.94	c cleaning 13981 clauses out of 28123 with flag 1267000/1285739
1356.47/695.12	c cleaning 14017 clauses out of 28142 with flag 1281000/1299739
1365.99/700.00	c cleaning 14033 clauses out of 28125 with flag 1295000/1313739
1376.53/705.40	c cleaning 14004 clauses out of 28092 with flag 1309000/1327739
1385.95/710.30	c cleaning 13979 clauses out of 28088 with flag 1323000/1341739
1395.47/715.26	c cleaning 13940 clauses out of 28109 with flag 1337000/1355739
1406.81/721.07	c cleaning 14020 clauses out of 28169 with flag 1351000/1369739
1419.54/727.50	c cleaning 14020 clauses out of 28149 with flag 1365000/1383739
1432.34/734.13	c cleaning 14008 clauses out of 28129 with flag 1379000/1397739
1443.48/739.80	c cleaning 14016 clauses out of 28121 with flag 1393000/1411739
1453.41/744.91	c cleaning 13977 clauses out of 28105 with flag 1407000/1425739
1465.13/750.93	c cleaning 14000 clauses out of 28128 with flag 1421000/1439739
1474.94/756.02	c cleaning 14032 clauses out of 28128 with flag 1435000/1453739
1485.67/761.57	c cleaning 14015 clauses out of 28096 with flag 1449000/1467739
1497.81/767.72	c cleaning 13919 clauses out of 28081 with flag 1463000/1481739
1508.92/773.43	c cleaning 14028 clauses out of 28162 with flag 1477000/1495739
1520.11/779.28	c cleaning 13991 clauses out of 28134 with flag 1491000/1509739
1529.23/783.91	c cleaning 14037 clauses out of 28143 with flag 1505000/1523739
1540.15/789.58	c cleaning 14019 clauses out of 28106 with flag 1519000/1537739
1552.68/795.90	c cleaning 13971 clauses out of 28087 with flag 1533000/1551739
1564.31/801.97	c cleaning 13995 clauses out of 28116 with flag 1547000/1565739
1574.39/807.12	c cleaning 14019 clauses out of 28121 with flag 1561000/1579739
1588.31/814.23	c cleaning 13993 clauses out of 28102 with flag 1575000/1593739
1599.43/819.96	c cleaning 13970 clauses out of 28109 with flag 1589000/1607739
1608.81/824.91	c cleaning 14025 clauses out of 28139 with flag 1603000/1621739
1621.12/831.14	c cleaning 14034 clauses out of 28114 with flag 1617000/1635739
1635.64/838.52	c cleaning 13976 clauses out of 28080 with flag 1631000/1649739
1649.15/845.47	c cleaning 13936 clauses out of 28104 with flag 1645000/1663739
1660.56/851.42	c cleaning 14053 clauses out of 28168 with flag 1659000/1677739
1670.45/856.43	c cleaning 14008 clauses out of 28115 with flag 1673000/1691739
1680.96/861.87	c cleaning 14011 clauses out of 28107 with flag 1687000/1705739
1690.71/866.88	c cleaning 14000 clauses out of 28096 with flag 1701000/1719739
1700.64/872.00	c cleaning 13946 clauses out of 28096 with flag 1715000/1733739
1709.34/876.56	c cleaning 14048 clauses out of 28150 with flag 1729000/1747739
1719.85/881.90	c cleaning 13979 clauses out of 28102 with flag 1743000/1761739
1729.35/886.83	c cleaning 14041 clauses out of 28123 with flag 1757000/1775739
1739.90/892.32	c cleaning 13923 clauses out of 28082 with flag 1771000/1789739
1753.20/899.14	c cleaning 13944 clauses out of 28159 with flag 1785000/1803739
1763.70/904.56	c cleaning 14068 clauses out of 28215 with flag 1799000/1817739
1774.01/909.85	c cleaning 13993 clauses out of 28147 with flag 1813000/1831739
1785.37/915.79	c cleaning 13939 clauses out of 28154 with flag 1827000/1845739
1794.67/920.53	c cleaning 14101 clauses out of 28216 with flag 1841001/1859740
1800.18/923.42	c starts		: 54
1800.18/923.42	c conflicts		: 10982
1800.18/923.42	c decisions		: 175836
1800.18/923.42	c propagations		: 4586489
1800.18/923.42	c inspects		: 556788116
1800.18/923.42	c shortcuts		: 0
1800.18/923.42	c learnt literals	: 0
1800.18/923.42	c learnt binary clauses	: 0
1800.18/923.42	c learnt ternary clauses	: 0
1800.18/923.42	c learnt constraints	: 10981
1800.18/923.42	c ignored constraints	: 0
1800.18/923.42	c root simplifications	: 0
1800.18/923.42	c removed literals (reason simplification)	: 0
1800.18/923.42	c reason swapping (by a shorter reason)	: 0
1800.18/923.42	c Calls to reduceDB	: 1
1800.18/923.42	c number of reductions to clauses (during analyze)	: 0
1800.18/923.42	c number of learned constraints concerned by reduction	: 0
1800.18/923.42	c number of learning phase by resolution	: 0
1800.18/923.42	c number of learning phase by cutting planes	: 0
1800.18/923.42	c speed (assignments/second)	: 5069.467287405718
1800.18/923.42	c non guided choices	39
1800.18/923.43	c learnt constraints type 
1800.18/923.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.18/923.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10980
1800.18/923.43	c constraints type 
1800.18/923.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1800.18/923.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.18/923.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.18/923.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1800.18/923.43	c constraints type 
1800.18/923.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.18/923.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6216
1800.18/923.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.18/923.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.18/923.43	s SATISFIABLE
1800.18/923.43	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 x128 x129 x130 x131 x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 x379 x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 
1800.18/923.43	c objective function=-23
1800.18/923.43	c Total wall clock time (in seconds): 923.325

Verifier Data

OK	-23

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454029-1307195388/watcher-3454029-1307195388 -o /tmp/evaluation-result-3454029-1307195388/solver-3454029-1307195388 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454029-1307195388.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.50 3.10 3/513 18639
/proc/meminfo: memFree=19190716/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 3024 0 1 0 0 0 0 0 25 0 2 0 909769604 10681323520 2726 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2607745 2739 906 9 0 2598901 0
[pid=18639/tid=18641] ppid=18637 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) R 18637 18639 13684 0 -1 4202560 7878 0 1 0 0 0 0 0 25 0 2 0 909769604 10694979584 8694 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0475469 s]
/proc/loadavg: 2.00 2.50 3.10 3/513 18639
/proc/meminfo: memFree=19190716/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10467480 CPUtime=0.04 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 11376 0 1 0 3 1 0 0 25 0 13 0 909769604 10718699520 11073 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2616870 11074 1681 9 0 2607618 0
[pid=18639/tid=18641] ppid=18637 vsize=10467480 CPUtime=0.04 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) R 18637 18639 13684 0 -1 4202560 10230 0 1 0 3 1 0 0 18 0 13 0 909769604 10718699520 11075 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 47486295160851 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.105597 s]
/proc/loadavg: 2.00 2.50 3.10 3/513 18639
/proc/meminfo: memFree=19190716/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10605088 CPUtime=0.1 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 13136 0 1 0 9 1 0 0 25 0 18 0 909769604 10859610112 12833 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2651272 12834 2092 9 0 2642006 0
[pid=18639/tid=18641] ppid=18637 vsize=10605088 CPUtime=0.09 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) R 18637 18639 13684 0 -1 4202560 11249 0 1 0 8 1 0 0 18 0 18 0 909769604 10859610112 12834 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 47486292763395 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605088

[startup+0.300504 s]
/proc/loadavg: 2.00 2.50 3.10 3/513 18639
/proc/meminfo: memFree=19190716/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10607580 CPUtime=0.48 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 16497 0 1 0 46 2 0 0 25 0 18 0 909769604 10862161920 15666 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2651895 15666 2211 9 0 2642629 0
[pid=18639/tid=18641] ppid=18637 vsize=10607580 CPUtime=0.28 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) R 18637 18639 13684 0 -1 4202560 13005 0 1 0 27 1 0 0 18 0 18 0 909769604 10862161920 15666 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 46912505588830 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10607580

[startup+0.700437 s]
/proc/loadavg: 2.00 2.50 3.10 3/513 18639
/proc/meminfo: memFree=19190716/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10617608 CPUtime=1.71 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 33047 0 1 0 167 4 0 0 25 0 22 0 909769604 10872430592 30312 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2654402 30312 2241 9 0 2645136 0
[pid=18639/tid=18641] ppid=18637 vsize=10617608 CPUtime=0.57 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) S 18637 18639 13684 0 -1 4202560 22654 0 1 0 55 2 0 0 19 0 22 0 909769604 10872430592 30312 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10617608

[startup+1.50138 s]
/proc/loadavg: 2.00 2.49 3.09 2/551 18686
/proc/meminfo: memFree=18975996/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10617608 CPUtime=3 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 48521 0 1 0 294 6 0 0 25 0 19 0 909769604 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2654402 40712 2246 9 0 2645136 0
[pid=18639/tid=18641] ppid=18637 vsize=10617608 CPUtime=0.58 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) S 18637 18639 13684 0 -1 4202560 22690 0 1 0 56 2 0 0 16 0 19 0 909769604 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18649] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18649/stat : 18649 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18651] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18651/stat : 18651 (java) S 18637 18639 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18653] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18653/stat : 18653 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18655] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18655/stat : 18655 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18656] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18656/stat : 18656 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18657] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18657/stat : 18657 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18658] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18658/stat : 18658 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18659] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18659/stat : 18659 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18660] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18660/stat : 18660 (java) S 18637 18639 13684 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 909769607 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 0 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18662] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18662/stat : 18662 (java) S 18637 18639 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909769607 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18664] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18664/stat : 18664 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909769607 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18668] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18668/stat : 18668 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909769609 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000416177 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18669] ppid=18637 vsize=10617608 CPUtime=0.82 cores=1,3,5,7
/proc/18639/task/18669/stat : 18669 (java) S 18637 18639 13684 0 -1 4202560 9020 0 0 0 81 1 0 0 19 0 19 0 909769609 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18672] ppid=18637 vsize=10617608 CPUtime=0.71 cores=1,3,5,7
/proc/18639/task/18672/stat : 18672 (java) S 18637 18639 13684 0 -1 4202560 4829 0 0 0 71 0 0 0 18 0 19 0 909769610 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18673] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18673/stat : 18673 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909769610 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18675] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18675/stat : 18675 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909769610 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18683] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18683/stat : 18683 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 909769665 10872430592 40712 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10617608

[startup+3.10101 s]
/proc/loadavg: 2.00 2.49 3.09 1/551 18698
/proc/meminfo: memFree=18911392/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10617608 CPUtime=3.5 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 63666 0 1 0 342 8 0 0 25 0 19 0 909769604 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2654402 55855 2247 9 0 2645136 0
[pid=18639/tid=18641] ppid=18637 vsize=10617608 CPUtime=0.59 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) S 18637 18639 13684 0 -1 4202560 22775 0 1 0 56 3 0 0 16 0 19 0 909769604 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18649] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18649/stat : 18649 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18651] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18651/stat : 18651 (java) S 18637 18639 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18653] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18653/stat : 18653 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18655] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18655/stat : 18655 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18656] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18656/stat : 18656 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18657] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18657/stat : 18657 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18658] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18658/stat : 18658 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18659] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18659/stat : 18659 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18660] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18660/stat : 18660 (java) S 18637 18639 13684 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 909769607 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 0 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18662] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18662/stat : 18662 (java) S 18637 18639 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909769607 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18664] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18664/stat : 18664 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909769607 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18668] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18668/stat : 18668 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909769609 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000416177 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18669] ppid=18637 vsize=10617608 CPUtime=0.87 cores=1,3,5,7
/proc/18639/task/18669/stat : 18669 (java) S 18637 18639 13684 0 -1 4202560 9026 0 0 0 86 1 0 0 15 0 19 0 909769609 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18672] ppid=18637 vsize=10617608 CPUtime=0.76 cores=1,3,5,7
/proc/18639/task/18672/stat : 18672 (java) S 18637 18639 13684 0 -1 4202560 4838 0 0 0 76 0 0 0 15 0 19 0 909769610 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18673] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18673/stat : 18673 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909769610 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18675] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18675/stat : 18675 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909769610 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18683] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18683/stat : 18683 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 909769665 10872430592 55855 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10617608

[startup+6.30145 s]
/proc/loadavg: 2.00 2.48 3.09 3/554 18725
/proc/meminfo: memFree=18350588/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10617608 CPUtime=4.25 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 89115 0 1 0 413 12 0 0 25 0 19 0 909769604 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2654402 81286 2248 9 0 2645136 0
[pid=18639/tid=18641] ppid=18637 vsize=10617608 CPUtime=0.6 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) S 18637 18639 13684 0 -1 4202560 22977 0 1 0 57 3 0 0 16 0 19 0 909769604 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18649] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18649/stat : 18649 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18651] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18651/stat : 18651 (java) S 18637 18639 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18653] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18653/stat : 18653 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18655] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18655/stat : 18655 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18656] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18656/stat : 18656 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18657] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18657/stat : 18657 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18658] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18658/stat : 18658 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18659] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18659/stat : 18659 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909769606 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18660] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18660/stat : 18660 (java) S 18637 18639 13684 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 909769607 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 0 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18662] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18662/stat : 18662 (java) S 18637 18639 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909769607 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18664] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18664/stat : 18664 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909769607 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18668] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18668/stat : 18668 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909769609 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000416177 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18669] ppid=18637 vsize=10617608 CPUtime=0.89 cores=1,3,5,7
/proc/18639/task/18669/stat : 18669 (java) S 18637 18639 13684 0 -1 4202560 9028 0 0 0 88 1 0 0 15 0 19 0 909769609 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18672] ppid=18637 vsize=10617608 CPUtime=0.79 cores=1,3,5,7
/proc/18639/task/18672/stat : 18672 (java) S 18637 18639 13684 0 -1 4202560 4839 0 0 0 79 0 0 0 15 0 19 0 909769610 10872430592 81286 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=16455664/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10617608 CPUtime=1603.81 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 693309 0 1 0 160304 77 0 0 25 0 22 0 909769604 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2654402 683768 2273 9 0 2645136 0
[pid=18639/tid=18641] ppid=18637 vsize=10617608 CPUtime=0.6 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) S 18637 18639 13684 0 -1 4202560 23151 0 1 0 57 3 0 0 15 0 22 0 909769604 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18649] ppid=18637 vsize=10617608 CPUtime=0.37 cores=1,3,5,7
/proc/18639/task/18649/stat : 18649 (java) S 18637 18639 13684 0 -1 4202560 1204 0 0 0 37 0 0 0 16 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18651] ppid=18637 vsize=10617608 CPUtime=0.34 cores=1,3,5,7
/proc/18639/task/18651/stat : 18651 (java) S 18637 18639 13684 0 -1 4202560 37 0 0 0 34 0 0 0 15 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18653] ppid=18637 vsize=10617608 CPUtime=0.33 cores=1,3,5,7
/proc/18639/task/18653/stat : 18653 (java) S 18637 18639 13684 0 -1 4202560 657 0 0 0 33 0 0 0 15 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18655] ppid=18637 vsize=10617608 CPUtime=0.36 cores=1,3,5,7
/proc/18639/task/18655/stat : 18655 (java) S 18637 18639 13684 0 -1 4202560 864 0 0 0 36 0 0 0 16 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18656] ppid=18637 vsize=10617608 CPUtime=0.43 cores=1,3,5,7
/proc/18639/task/18656/stat : 18656 (java) S 18637 18639 13684 0 -1 4202560 950 0 0 0 43 0 0 0 16 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18657] ppid=18637 vsize=10617608 CPUtime=0.41 cores=1,3,5,7
/proc/18639/task/18657/stat : 18657 (java) S 18637 18639 13684 0 -1 4202560 1347 0 0 0 41 0 0 0 15 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18658] ppid=18637 vsize=10617608 CPUtime=0.41 cores=1,3,5,7
/proc/18639/task/18658/stat : 18658 (java) S 18637 18639 13684 0 -1 4202560 2253 0 0 0 41 0 0 0 15 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18659] ppid=18637 vsize=10617608 CPUtime=0.41 cores=1,3,5,7
/proc/18639/task/18659/stat : 18659 (java) S 18637 18639 13684 0 -1 4202560 1233 0 0 0 41 0 0 0 15 0 22 0 909769606 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18660] ppid=18637 vsize=10617608 CPUtime=27.79 cores=1,3,5,7
/proc/18639/task/18660/stat : 18660 (java) S 18637 18639 13684 0 -1 4202560 38158 0 0 0 2775 4 0 0 15 0 22 0 909769607 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 0 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18662] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18662/stat : 18662 (java) S 18637 18639 13684 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 909769607 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18664] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18664/stat : 18664 (java) S 18637 18639 13684 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 909769607 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18668] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18668/stat : 18668 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909769609 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000416177 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18669] ppid=18637 vsize=10617608 CPUtime=1.27 cores=1,3,5,7
/proc/18639/task/18669/stat : 18669 (java) S 18637 18639 13684 0 -1 4202560 11446 0 0 0 126 1 0 0 15 0 22 0 909769609 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18672] ppid=18637 vsize=10617608 CPUtime=1.17 cores=1,3,5,7
/proc/18639/task/18672/stat : 18672 (java) S 18637 18639 13684 0 -1 4202560 4914 0 0 0 117 0 0 0 15 0 22 0 909769610 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18673] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18673/stat : 18673 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909769610 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18675] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18675/stat : 18675 (java) S 18637 18639 13684 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 909769610 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18683] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18683/stat : 18683 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909769665 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18757] ppid=18637 vsize=10617608 CPUtime=774.99 cores=1,3,5,7
/proc/18639/task/18757/stat : 18757 (java) R 18637 18639 13684 0 -1 4202560 252 0 0 0 77499 0 0 0 25 0 22 0 909771474 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 46912506433436 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18639/tid=18758] ppid=18637 vsize=10617608 CPUtime=775 cores=1,3,5,7
/proc/18639/task/18758/stat : 18758 (java) R 18637 18639 13684 0 -1 4202560 262285 0 0 0 77474 26 0 0 25 0 22 0 909771474 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 46912506000455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18639/tid=18759] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18759/stat : 18759 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909771474 10872430592 683768 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1603.81
Current children cumulated vsize (KiB) 10617608

[startup+882.301 s]
/proc/loadavg: 2.54 3.30 3.34 2/530 18809
/proc/meminfo: memFree=16449444/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10617608 CPUtime=1720.35 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 695387 0 1 0 171957 78 0 0 25 0 22 0 909769604 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2654402 685826 2273 9 0 2645136 0
[pid=18639/tid=18641] ppid=18637 vsize=10617608 CPUtime=0.6 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) S 18637 18639 13684 0 -1 4202560 23153 0 1 0 57 3 0 0 15 0 22 0 909769604 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18649] ppid=18637 vsize=10617608 CPUtime=0.39 cores=1,3,5,7
/proc/18639/task/18649/stat : 18649 (java) S 18637 18639 13684 0 -1 4202560 1206 0 0 0 39 0 0 0 15 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18651] ppid=18637 vsize=10617608 CPUtime=0.38 cores=1,3,5,7
/proc/18639/task/18651/stat : 18651 (java) S 18637 18639 13684 0 -1 4202560 37 0 0 0 38 0 0 0 15 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18653] ppid=18637 vsize=10617608 CPUtime=0.38 cores=1,3,5,7
/proc/18639/task/18653/stat : 18653 (java) S 18637 18639 13684 0 -1 4202560 660 0 0 0 38 0 0 0 15 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18655] ppid=18637 vsize=10617608 CPUtime=0.42 cores=1,3,5,7
/proc/18639/task/18655/stat : 18655 (java) S 18637 18639 13684 0 -1 4202560 867 0 0 0 42 0 0 0 16 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18656] ppid=18637 vsize=10617608 CPUtime=0.47 cores=1,3,5,7
/proc/18639/task/18656/stat : 18656 (java) S 18637 18639 13684 0 -1 4202560 950 0 0 0 47 0 0 0 16 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18657] ppid=18637 vsize=10617608 CPUtime=0.44 cores=1,3,5,7
/proc/18639/task/18657/stat : 18657 (java) S 18637 18639 13684 0 -1 4202560 1348 0 0 0 44 0 0 0 16 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18658] ppid=18637 vsize=10617608 CPUtime=0.45 cores=1,3,5,7
/proc/18639/task/18658/stat : 18658 (java) S 18637 18639 13684 0 -1 4202560 2255 0 0 0 45 0 0 0 16 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18659] ppid=18637 vsize=10617608 CPUtime=0.45 cores=1,3,5,7
/proc/18639/task/18659/stat : 18659 (java) S 18637 18639 13684 0 -1 4202560 1238 0 0 0 45 0 0 0 16 0 22 0 909769606 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18660] ppid=18637 vsize=10617608 CPUtime=31.37 cores=1,3,5,7
/proc/18639/task/18660/stat : 18660 (java) S 18637 18639 13684 0 -1 4202560 40204 0 0 0 3133 4 0 0 16 0 22 0 909769607 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 0 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18662] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18662/stat : 18662 (java) S 18637 18639 13684 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 909769607 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18664] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18664/stat : 18664 (java) S 18637 18639 13684 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 909769607 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18668] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18668/stat : 18668 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909769609 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000416177 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18669] ppid=18637 vsize=10617608 CPUtime=1.27 cores=1,3,5,7
/proc/18639/task/18669/stat : 18669 (java) S 18637 18639 13684 0 -1 4202560 11446 0 0 0 126 1 0 0 15 0 22 0 909769609 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18672] ppid=18637 vsize=10617608 CPUtime=1.17 cores=1,3,5,7
/proc/18639/task/18672/stat : 18672 (java) S 18637 18639 13684 0 -1 4202560 4914 0 0 0 117 0 0 0 15 0 22 0 909769610 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18673] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18673/stat : 18673 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909769610 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18675] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18675/stat : 18675 (java) S 18637 18639 13684 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 909769610 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18683] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18683/stat : 18683 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909769665 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18757] ppid=18637 vsize=10617608 CPUtime=831.31 cores=1,3,5,7
/proc/18639/task/18757/stat : 18757 (java) R 18637 18639 13684 0 -1 4202560 261 0 0 0 83131 0 0 0 22 0 22 0 909771474 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 46912505654879 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18639/tid=18758] ppid=18637 vsize=10617608 CPUtime=831.31 cores=1,3,5,7
/proc/18639/task/18758/stat : 18758 (java) R 18637 18639 13684 0 -1 4202560 262286 0 0 0 83105 26 0 0 22 0 22 0 909771474 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 46912506047423 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18639/tid=18759] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18759/stat : 18759 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909771474 10872430592 685826 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1720.35
Current children cumulated vsize (KiB) 10617608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.401 s]
/proc/loadavg: 2.14 3.10 3.28 3/530 18810
/proc/meminfo: memFree=16444220/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=10617608 CPUtime=1800.18 cores=1,3,5,7
/proc/18639/stat : 18639 (java) S 18637 18639 13684 0 -1 4202496 696295 0 1 0 179940 78 0 0 25 0 22 0 909769604 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 2654402 686723 2273 9 0 2645136 0
[pid=18639/tid=18641] ppid=18637 vsize=10617608 CPUtime=0.6 cores=1,3,5,7
/proc/18639/task/18641/stat : 18641 (java) S 18637 18639 13684 0 -1 4202560 23155 0 1 0 57 3 0 0 15 0 22 0 909769604 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18649] ppid=18637 vsize=10617608 CPUtime=0.41 cores=1,3,5,7
/proc/18639/task/18649/stat : 18649 (java) S 18637 18639 13684 0 -1 4202560 1206 0 0 0 41 0 0 0 15 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18651] ppid=18637 vsize=10617608 CPUtime=0.4 cores=1,3,5,7
/proc/18639/task/18651/stat : 18651 (java) S 18637 18639 13684 0 -1 4202560 37 0 0 0 40 0 0 0 15 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18653] ppid=18637 vsize=10617608 CPUtime=0.41 cores=1,3,5,7
/proc/18639/task/18653/stat : 18653 (java) S 18637 18639 13684 0 -1 4202560 662 0 0 0 41 0 0 0 15 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18655] ppid=18637 vsize=10617608 CPUtime=0.45 cores=1,3,5,7
/proc/18639/task/18655/stat : 18655 (java) S 18637 18639 13684 0 -1 4202560 867 0 0 0 45 0 0 0 16 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18656] ppid=18637 vsize=10617608 CPUtime=0.5 cores=1,3,5,7
/proc/18639/task/18656/stat : 18656 (java) S 18637 18639 13684 0 -1 4202560 951 0 0 0 50 0 0 0 15 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18657] ppid=18637 vsize=10617608 CPUtime=0.47 cores=1,3,5,7
/proc/18639/task/18657/stat : 18657 (java) S 18637 18639 13684 0 -1 4202560 1349 0 0 0 47 0 0 0 16 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18658] ppid=18637 vsize=10617608 CPUtime=0.49 cores=1,3,5,7
/proc/18639/task/18658/stat : 18658 (java) S 18637 18639 13684 0 -1 4202560 2258 0 0 0 49 0 0 0 16 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18659] ppid=18637 vsize=10617608 CPUtime=0.48 cores=1,3,5,7
/proc/18639/task/18659/stat : 18659 (java) S 18637 18639 13684 0 -1 4202560 1238 0 0 0 48 0 0 0 16 0 22 0 909769606 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18660] ppid=18637 vsize=10617608 CPUtime=33.85 cores=1,3,5,7
/proc/18639/task/18660/stat : 18660 (java) S 18637 18639 13684 0 -1 4202560 41096 0 0 0 3381 4 0 0 15 0 22 0 909769607 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 0 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18662] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18662/stat : 18662 (java) S 18637 18639 13684 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 909769607 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 1 0 0 0
[pid=18639/tid=18664] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18664/stat : 18664 (java) S 18637 18639 13684 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 909769607 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18668] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18668/stat : 18668 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909769609 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000416177 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18669] ppid=18637 vsize=10617608 CPUtime=1.27 cores=1,3,5,7
/proc/18639/task/18669/stat : 18669 (java) S 18637 18639 13684 0 -1 4202560 11446 0 0 0 126 1 0 0 15 0 22 0 909769609 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18672] ppid=18637 vsize=10617608 CPUtime=1.17 cores=1,3,5,7
/proc/18639/task/18672/stat : 18672 (java) S 18637 18639 13684 0 -1 4202560 4914 0 0 0 117 0 0 0 15 0 22 0 909769610 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
[pid=18639/tid=18673] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18673/stat : 18673 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909769610 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000408473 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18675] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18675/stat : 18675 (java) S 18637 18639 13684 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 909769610 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 3 0 0 0
[pid=18639/tid=18683] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18683/stat : 18683 (java) S 18637 18639 13684 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909769665 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 7 0 0 0
[pid=18639/tid=18757] ppid=18637 vsize=10617608 CPUtime=869.89 cores=1,3,5,7
/proc/18639/task/18757/stat : 18757 (java) R 18637 18639 13684 0 -1 4202560 266 0 0 0 86989 0 0 0 25 0 22 0 909771474 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 46912506051482 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18639/tid=18758] ppid=18637 vsize=10617608 CPUtime=869.89 cores=1,3,5,7
/proc/18639/task/18758/stat : 18758 (java) R 18637 18639 13684 0 -1 4202560 262286 0 0 0 86963 26 0 0 25 0 22 0 909771474 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 46912506047394 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18639/tid=18759] ppid=18637 vsize=10617608 CPUtime=0 cores=1,3,5,7
/proc/18639/task/18759/stat : 18759 (java) S 18637 18639 13684 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909771474 10872430592 686723 33554432000 1073741824 1073778376 140737152768544 18446744073709551615 216000409088 0 4 0 16800975 18446604457766331584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10617608

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

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

[startup+923.526 s]
/proc/loadavg: 2.14 3.10 3.28 3/530 18810
/proc/meminfo: memFree=16444220/32950940 swapFree=67111364/67111528
[pid=18639] ppid=18637 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/18639/stat : 18639 (java) Z 18637 18639 13684 0 -1 4203548 696322 0 1 0 179947 86 0 0 17 0 2 0 909769604 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18639/statm: 0 0 0 0 0 0 0
[pid=18639/tid=18758] ppid=18637 vsize=0 CPUtime=870 cores=1,3,5,7
/proc/18639/task/18758/stat : 18758 (java) R 18637 18639 13684 0 -1 4203588 262286 0 0 0 86965 35 0 0 25 0 2 0 909771474 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 923.547
CPU time (s): 1800.36
CPU user time (s): 1799.47
CPU system time (s): 0.890864
CPU usage (%): 194.94
Max. virtual memory (cumulated for all children) (KiB): 10617608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.890864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 696322
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25980
involuntary context switches= 24557

runsolver used 4.78027 second user time and 11.2893 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-04 15:49:48
IDJOB=3454029
IDBENCH=48233
IDSOLVER=1950
FILE ID=node117/3454029-1307195388
RUNJOBID= node117-1307195388-18621
PBS_JOBID= 13508821
Free space on /tmp= 73628 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454029-1307195388/watcher-3454029-1307195388 -o /tmp/evaluation-result-3454029-1307195388/solver-3454029-1307195388 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454029-1307195388.opb

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

MD5SUM BENCH= 7d5c1eba9f9b9c55d272c1a8f28b465a
RANDOM SEED=187719430

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19191120 kB
Buffers:        378340 kB
Cached:        3198512 kB
SwapCached:          0 kB
Active:       10265564 kB
Inactive:      3096572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19191120 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             808 kB
Writeback:           0 kB
AnonPages:     9785492 kB
Mapped:          41612 kB
Slab:           269968 kB
PageTables:      58100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149479068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node117 at 2011-06-04 16:05:14