Trace number 3459627

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.11 1795.47

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
MD5SUMdab917560b0808668d6327532459772d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.090985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 solving HOME/instance-3459627-1307152671.opb
0.10/0.11	c reading problem ... 
0.29/0.29	c ... done. Wall clock time 0.155s.
0.29/0.29	c #vars     4970
0.29/0.29	c #constraints  141
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
0.29/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
2.38/1.87	c cleaning 2462 clauses out of 5002 with flag 5002/5002
4.35/3.76	c cleaning 4237 clauses out of 8539 with flag 11001/11001
7.06/6.42	c cleaning 5605 clauses out of 11302 with flag 18001/18001
10.18/9.50	c cleaning 6793 clauses out of 13697 with flag 26001/26001
14.11/13.45	c cleaning 7897 clauses out of 15903 with flag 35000/35000
18.23/17.59	c cleaning 8966 clauses out of 18007 with flag 45001/45001
22.13/21.46	c cleaning 9463 clauses out of 19040 with flag 55000/55000
26.95/26.31	c cleaning 9738 clauses out of 19577 with flag 65000/65000
33.35/32.62	c cleaning 9880 clauses out of 19840 with flag 75001/75001
37.56/36.89	c cleaning 9929 clauses out of 19960 with flag 85001/85001
42.67/41.93	c cleaning 9963 clauses out of 20030 with flag 95000/95000
47.88/47.10	c cleaning 9989 clauses out of 20068 with flag 105001/105001
53.19/52.46	c cleaning 9999 clauses out of 20082 with flag 115004/115004
57.81/57.03	c cleaning 9985 clauses out of 20079 with flag 125000/125000
62.52/61.72	c cleaning 9998 clauses out of 20096 with flag 135002/135002
68.23/67.44	c cleaning 10012 clauses out of 20096 with flag 145000/145000
75.45/74.68	c cleaning 10001 clauses out of 20085 with flag 155001/155001
82.86/82.06	c cleaning 9999 clauses out of 20083 with flag 165000/165000
88.90/88.06	c cleaning 10015 clauses out of 20084 with flag 175000/175000
93.50/92.65	c cleaning 10008 clauses out of 20070 with flag 185001/185001
98.72/97.89	c cleaning 10003 clauses out of 20061 with flag 195000/195000
105.03/104.10	c cleaning 9994 clauses out of 20058 with flag 205000/205000
112.34/111.48	c cleaning 9992 clauses out of 20064 with flag 215000/215000
121.06/120.11	c cleaning 9997 clauses out of 20074 with flag 225002/225002
127.56/126.64	c cleaning 9986 clauses out of 20078 with flag 235003/235003
134.48/133.55	c cleaning 10011 clauses out of 20090 with flag 245001/245001
142.30/141.30	c cleaning 9991 clauses out of 20080 with flag 255002/255002
147.13/146.12	c cleaning 9998 clauses out of 20088 with flag 265001/265001
151.64/150.71	c cleaning 9996 clauses out of 20089 with flag 275000/275000
157.65/156.65	c cleaning 9997 clauses out of 20093 with flag 285000/285000
164.16/163.12	c cleaning 10012 clauses out of 20098 with flag 295002/295002
170.98/169.91	c cleaning 9999 clauses out of 20084 with flag 305000/305000
179.09/178.05	c cleaning 10001 clauses out of 20087 with flag 315002/315002
189.12/188.09	c cleaning 9999 clauses out of 20085 with flag 325001/325001
200.03/198.90	c cleaning 10006 clauses out of 20085 with flag 335000/335000
211.37/210.20	c cleaning 9976 clauses out of 20090 with flag 345011/345011
219.79/218.67	c cleaning 10021 clauses out of 20106 with flag 355003/355003
228.93/227.75	c cleaning 10008 clauses out of 20083 with flag 365001/365001
237.43/236.28	c cleaning 10006 clauses out of 20075 with flag 375001/375001
248.47/247.30	c cleaning 10006 clauses out of 20069 with flag 385001/385001
256.10/254.80	c cleaning 9967 clauses out of 20063 with flag 395001/395001
261.22/259.94	c cleaning 10008 clauses out of 20097 with flag 405002/405002
265.53/264.28	c cleaning 10000 clauses out of 20089 with flag 415002/415002
272.84/271.50	c cleaning 9998 clauses out of 20087 with flag 425000/425000
280.36/279.05	c cleaning 9947 clauses out of 20090 with flag 435001/435001
290.27/288.94	c cleaning 10034 clauses out of 20144 with flag 445002/445002
296.90/295.50	c cleaning 10007 clauses out of 20110 with flag 455002/455002
304.82/303.42	c cleaning 9997 clauses out of 20103 with flag 465002/465002
313.14/311.77	c cleaning 9994 clauses out of 20104 with flag 475000/475000
318.65/317.25	c cleaning 10025 clauses out of 20113 with flag 485003/485003
324.66/323.31	c cleaning 10020 clauses out of 20086 with flag 495001/495001
330.76/329.34	c cleaning 10010 clauses out of 20066 with flag 505001/505001
337.00/335.54	c cleaning 9995 clauses out of 20055 with flag 515000/515000
342.39/340.93	c cleaning 9990 clauses out of 20060 with flag 525000/525000
348.20/346.74	c cleaning 9990 clauses out of 20071 with flag 535001/535001
354.71/353.22	c cleaning 10004 clauses out of 20083 with flag 545003/545003
360.83/359.34	c cleaning 10004 clauses out of 20078 with flag 555002/555002
366.66/365.17	c cleaning 9997 clauses out of 20073 with flag 565001/565001
372.36/370.88	c cleaning 10001 clauses out of 20076 with flag 575001/575001
379.07/377.58	c cleaning 9986 clauses out of 20077 with flag 585003/585003
383.39/381.82	c cleaning 10000 clauses out of 20088 with flag 595000/595000
389.20/387.65	c cleaning 9997 clauses out of 20089 with flag 605001/605001
394.42/392.82	c cleaning 9992 clauses out of 20094 with flag 615003/615003
400.63/399.04	c cleaning 9999 clauses out of 20100 with flag 625001/625001
408.74/407.17	c cleaning 10013 clauses out of 20102 with flag 635002/635002
417.75/416.12	c cleaning 10012 clauses out of 20087 with flag 645000/645000
430.59/428.98	c cleaning 10006 clauses out of 20075 with flag 655000/655000
443.83/442.16	c cleaning 9999 clauses out of 20083 with flag 665014/665014
456.14/454.43	c cleaning 9984 clauses out of 20071 with flag 675001/675001
464.68/462.91	c cleaning 9995 clauses out of 20088 with flag 685002/685002
472.80/471.06	c cleaning 9995 clauses out of 20092 with flag 695001/695001
481.35/479.54	c cleaning 9997 clauses out of 20096 with flag 705000/705000
489.36/487.59	c cleaning 10000 clauses out of 20099 with flag 715000/715000
497.08/495.20	c cleaning 10024 clauses out of 20101 with flag 725002/725002
506.39/504.57	c cleaning 10012 clauses out of 20075 with flag 735000/735000
516.31/514.41	c cleaning 9968 clauses out of 20063 with flag 745000/745000
528.54/526.63	c cleaning 9985 clauses out of 20095 with flag 755000/755000
540.76/538.84	c cleaning 9991 clauses out of 20110 with flag 765000/765000
552.70/550.76	c cleaning 10035 clauses out of 20119 with flag 775000/775000
562.74/560.71	c cleaning 9996 clauses out of 20085 with flag 785001/785001
570.95/568.98	c cleaning 9989 clauses out of 20088 with flag 795000/795000
580.47/578.40	c cleaning 10008 clauses out of 20102 with flag 805003/805003
587.88/585.89	c cleaning 10006 clauses out of 20091 with flag 815000/815000
595.69/593.66	c cleaning 10006 clauses out of 20088 with flag 825003/825003
603.41/601.34	c cleaning 9993 clauses out of 20081 with flag 835002/835002
611.72/609.68	c cleaning 9991 clauses out of 20089 with flag 845003/845003
620.74/618.60	c cleaning 9995 clauses out of 20095 with flag 855000/855000
628.85/626.77	c cleaning 10004 clauses out of 20100 with flag 865000/865000
636.96/634.86	c cleaning 10003 clauses out of 20096 with flag 875000/875000
643.49/641.37	c cleaning 9980 clauses out of 20093 with flag 885000/885000
648.28/646.12	c cleaning 10028 clauses out of 20113 with flag 895000/895000
652.80/650.68	c cleaning 10011 clauses out of 20085 with flag 905000/905000
658.61/656.44	c cleaning 10011 clauses out of 20074 with flag 915000/915000
665.03/662.83	c cleaning 9995 clauses out of 20063 with flag 925000/925000
672.96/670.73	c cleaning 9993 clauses out of 20076 with flag 935008/935008
678.17/675.99	c cleaning 10015 clauses out of 20075 with flag 945000/945000
681.49/679.28	c cleaning 10007 clauses out of 20062 with flag 955002/955002
684.80/682.58	c cleaning 9987 clauses out of 20055 with flag 965002/965002
690.31/688.07	c cleaning 10004 clauses out of 20068 with flag 975002/975002
697.63/695.32	c cleaning 9994 clauses out of 20062 with flag 985000/985000
704.84/702.56	c cleaning 10003 clauses out of 20068 with flag 995000/995000
711.66/709.37	c cleaning 9997 clauses out of 20065 with flag 1005000/1005000
717.67/715.35	c cleaning 9989 clauses out of 20068 with flag 1015000/1015000
721.98/719.65	c cleaning 9999 clauses out of 20083 with flag 1025004/1025004
727.39/725.01	c cleaning 10003 clauses out of 20081 with flag 1035001/1035001
732.31/729.98	c cleaning 10004 clauses out of 20080 with flag 1045003/1045003
737.62/735.20	c cleaning 10001 clauses out of 20077 with flag 1055004/1055004
742.65/740.23	c cleaning 9992 clauses out of 20073 with flag 1065001/1065001
750.48/748.04	c cleaning 10003 clauses out of 20082 with flag 1075002/1075002
754.90/752.49	c cleaning 9994 clauses out of 20079 with flag 1085002/1085002
763.29/760.87	c cleaning 9967 clauses out of 20086 with flag 1095003/1095003
773.31/770.88	c cleaning 10011 clauses out of 20117 with flag 1105001/1105001
784.43/781.93	c cleaning 10023 clauses out of 20106 with flag 1115001/1115001
796.36/793.86	c cleaning 10014 clauses out of 20087 with flag 1125005/1125005
808.29/805.75	c cleaning 10006 clauses out of 20070 with flag 1135002/1135002
817.01/814.45	c cleaning 9968 clauses out of 20062 with flag 1145000/1145000
825.04/822.48	c cleaning 10014 clauses out of 20094 with flag 1155000/1155000
834.46/831.85	c cleaning 9990 clauses out of 20082 with flag 1165002/1165002
844.37/841.71	c cleaning 9988 clauses out of 20096 with flag 1175006/1175006
850.59/847.98	c cleaning 10031 clauses out of 20102 with flag 1185000/1185000
857.61/854.92	c cleaning 10019 clauses out of 20071 with flag 1195000/1195000
865.22/862.55	c cleaning 10007 clauses out of 20052 with flag 1205000/1205000
872.04/869.36	c cleaning 10004 clauses out of 20046 with flag 1215001/1215001
879.75/877.01	c cleaning 10001 clauses out of 20041 with flag 1225000/1225000
887.57/884.82	c cleaning 10001 clauses out of 20040 with flag 1235000/1235000
894.69/891.93	c cleaning 9999 clauses out of 20039 with flag 1245000/1245000
902.20/899.49	c cleaning 10003 clauses out of 20043 with flag 1255003/1255003
909.81/907.04	c cleaning 9998 clauses out of 20037 with flag 1265000/1265000
917.12/914.36	c cleaning 10003 clauses out of 20042 with flag 1275003/1275003
924.74/921.92	c cleaning 10000 clauses out of 20038 with flag 1285002/1285002
932.54/929.79	c cleaning 9999 clauses out of 20036 with flag 1295000/1295000
939.86/937.04	c cleaning 10001 clauses out of 20038 with flag 1305001/1305001
947.47/944.67	c cleaning 9992 clauses out of 20036 with flag 1315000/1315000
955.28/952.42	c cleaning 10005 clauses out of 20045 with flag 1325001/1325001
958.89/956.07	c cleaning 9982 clauses out of 20040 with flag 1335001/1335001
963.80/960.98	c cleaning 9984 clauses out of 20058 with flag 1345001/1345001
968.82/965.98	c cleaning 9994 clauses out of 20075 with flag 1355002/1355002
975.63/972.74	c cleaning 10003 clauses out of 20079 with flag 1365000/1365000
981.65/978.77	c cleaning 9993 clauses out of 20076 with flag 1375000/1375000
986.96/984.01	c cleaning 10016 clauses out of 20083 with flag 1385000/1385000
992.67/989.71	c cleaning 10011 clauses out of 20068 with flag 1395001/1395001
1000.08/997.18	c cleaning 9999 clauses out of 20058 with flag 1405002/1405002
1004.61/1001.65	c cleaning 10003 clauses out of 20060 with flag 1415003/1415003
1008.12/1005.16	c cleaning 9998 clauses out of 20054 with flag 1425000/1425000
1017.63/1014.61	c cleaning 9978 clauses out of 20056 with flag 1435000/1435000
1034.37/1031.32	c cleaning 10013 clauses out of 20081 with flag 1445003/1445003
1052.90/1049.85	c cleaning 9958 clauses out of 20065 with flag 1455000/1455000
1059.93/1056.84	c cleaning 10012 clauses out of 20107 with flag 1465000/1465000
1067.05/1063.98	c cleaning 10006 clauses out of 20095 with flag 1475000/1475000
1073.66/1070.58	c cleaning 10001 clauses out of 20090 with flag 1485001/1485001
1080.97/1077.83	c cleaning 10001 clauses out of 20088 with flag 1495000/1495000
1087.89/1084.75	c cleaning 10002 clauses out of 20088 with flag 1505001/1505001
1094.60/1091.43	c cleaning 10005 clauses out of 20089 with flag 1515004/1515004
1101.22/1098.09	c cleaning 10007 clauses out of 20082 with flag 1525002/1525002
1108.64/1105.50	c cleaning 10011 clauses out of 20074 with flag 1535001/1535001
1116.24/1113.01	c cleaning 10003 clauses out of 20064 with flag 1545002/1545002
1123.16/1119.92	c cleaning 9993 clauses out of 20061 with flag 1555002/1555002
1130.27/1127.05	c cleaning 10007 clauses out of 20066 with flag 1565000/1565000
1137.58/1134.37	c cleaning 9993 clauses out of 20064 with flag 1575005/1575005
1144.01/1140.77	c cleaning 10011 clauses out of 20071 with flag 1585005/1585005
1150.71/1147.40	c cleaning 9987 clauses out of 20056 with flag 1595001/1595001
1157.32/1154.04	c cleaning 10002 clauses out of 20068 with flag 1605000/1605000
1164.84/1161.60	c cleaning 9991 clauses out of 20069 with flag 1615003/1615003
1171.44/1168.17	c cleaning 10003 clauses out of 20077 with flag 1625002/1625002
1176.75/1173.50	c cleaning 9997 clauses out of 20072 with flag 1635000/1635000
1182.58/1179.27	c cleaning 10003 clauses out of 20077 with flag 1645002/1645002
1187.99/1184.68	c cleaning 10001 clauses out of 20073 with flag 1655001/1655001
1193.19/1189.80	c cleaning 10000 clauses out of 20073 with flag 1665002/1665002
1198.40/1195.06	c cleaning 9992 clauses out of 20071 with flag 1675000/1675000
1203.81/1200.44	c cleaning 9998 clauses out of 20079 with flag 1685000/1685000
1209.12/1205.80	c cleaning 10006 clauses out of 20083 with flag 1695002/1695002
1214.73/1211.37	c cleaning 10002 clauses out of 20075 with flag 1705000/1705000
1220.65/1217.29	c cleaning 10000 clauses out of 20073 with flag 1715000/1715000
1226.26/1222.85	c cleaning 10001 clauses out of 20076 with flag 1725003/1725003
1237.77/1234.39	c cleaning 9969 clauses out of 20072 with flag 1735000/1735000
1247.60/1244.15	c cleaning 9987 clauses out of 20107 with flag 1745004/1745004
1253.80/1250.30	c cleaning 9987 clauses out of 20116 with flag 1755000/1755000
1260.10/1256.64	c cleaning 9999 clauses out of 20129 with flag 1765000/1765000
1267.33/1263.87	c cleaning 9999 clauses out of 20130 with flag 1775000/1775000
1278.64/1275.19	c cleaning 10003 clauses out of 20134 with flag 1785003/1785003
1289.57/1286.03	c cleaning 9994 clauses out of 20129 with flag 1795001/1795001
1302.20/1298.63	c cleaning 10026 clauses out of 20135 with flag 1805001/1805001
1311.63/1308.05	c cleaning 10013 clauses out of 20108 with flag 1815000/1815000
1322.35/1318.80	c cleaning 10016 clauses out of 20095 with flag 1825000/1825000
1333.96/1330.32	c cleaning 10010 clauses out of 20080 with flag 1835001/1835001
1343.18/1339.57	c cleaning 10013 clauses out of 20069 with flag 1845000/1845000
1352.49/1348.83	c cleaning 9974 clauses out of 20056 with flag 1855000/1855000
1363.62/1359.96	c cleaning 9992 clauses out of 20083 with flag 1865001/1865001
1372.25/1368.60	c cleaning 9999 clauses out of 20091 with flag 1875001/1875001
1381.07/1377.37	c cleaning 10029 clauses out of 20091 with flag 1885000/1885000
1393.50/1389.75	c cleaning 10009 clauses out of 20062 with flag 1895000/1895000
1403.81/1400.02	c cleaning 9980 clauses out of 20053 with flag 1905000/1905000
1414.92/1411.18	c cleaning 9987 clauses out of 20076 with flag 1915003/1915003
1423.54/1419.78	c cleaning 9992 clauses out of 20087 with flag 1925001/1925001
1433.67/1429.86	c cleaning 10009 clauses out of 20099 with flag 1935005/1935005
1443.20/1439.37	c cleaning 10020 clauses out of 20087 with flag 1945002/1945002
1453.12/1449.29	c cleaning 10006 clauses out of 20067 with flag 1955002/1955002
1465.64/1461.73	c cleaning 10004 clauses out of 20062 with flag 1965003/1965003
1476.16/1472.23	c cleaning 10003 clauses out of 20055 with flag 1975000/1975000
1485.87/1481.92	c cleaning 10009 clauses out of 20056 with flag 1985004/1985004
1492.20/1488.31	c cleaning 9989 clauses out of 20045 with flag 1995002/1995002
1497.10/1493.11	c cleaning 9983 clauses out of 20056 with flag 2005002/2005002
1501.81/1497.86	c cleaning 9992 clauses out of 20072 with flag 2015001/2015001
1506.83/1502.80	c cleaning 10012 clauses out of 20080 with flag 2025001/2025001
1513.26/1509.28	c cleaning 9945 clauses out of 20067 with flag 2035000/2035000
1522.96/1518.94	c cleaning 10009 clauses out of 20123 with flag 2045001/2045001
1530.28/1526.30	c cleaning 10022 clauses out of 20113 with flag 2055000/2055000
1538.20/1534.16	c cleaning 10002 clauses out of 20091 with flag 2065000/2065000
1545.92/1541.82	c cleaning 10017 clauses out of 20089 with flag 2075000/2075000
1551.63/1547.53	c cleaning 9992 clauses out of 20076 with flag 2085004/2085004
1560.25/1556.15	c cleaning 9987 clauses out of 20081 with flag 2095001/2095001
1571.37/1567.22	c cleaning 10003 clauses out of 20093 with flag 2105000/2105000
1582.09/1577.92	c cleaning 10002 clauses out of 20091 with flag 2115001/2115001
1589.51/1585.32	c cleaning 10007 clauses out of 20089 with flag 2125001/2125001
1594.63/1590.51	c cleaning 10005 clauses out of 20086 with flag 2135005/2135005
1598.75/1594.59	c cleaning 10002 clauses out of 20077 with flag 2145001/2145001
1603.57/1599.40	c cleaning 9998 clauses out of 20074 with flag 2155000/2155000
1610.19/1605.95	c cleaning 10005 clauses out of 20080 with flag 2165004/2165004
1617.09/1612.86	c cleaning 9995 clauses out of 20071 with flag 2175000/2175000
1624.40/1620.11	c cleaning 9999 clauses out of 20076 with flag 2185000/2185000
1629.72/1625.48	c cleaning 10026 clauses out of 20079 with flag 2195002/2195002
1635.64/1631.33	c cleaning 9994 clauses out of 20051 with flag 2205000/2205000
1641.24/1636.97	c cleaning 10012 clauses out of 20057 with flag 2215000/2215000
1646.85/1642.54	c cleaning 10008 clauses out of 20046 with flag 2225001/2225001
1652.26/1647.94	c cleaning 9998 clauses out of 20037 with flag 2235000/2235000
1657.37/1653.01	c cleaning 10006 clauses out of 20040 with flag 2245001/2245001
1662.77/1658.41	c cleaning 10003 clauses out of 20040 with flag 2255007/2255007
1668.79/1664.48	c cleaning 9998 clauses out of 20033 with flag 2265003/2265003
1674.80/1670.47	c cleaning 9992 clauses out of 20034 with flag 2275002/2275002
1681.61/1677.29	c cleaning 10003 clauses out of 20041 with flag 2285001/2285001
1687.34/1682.96	c cleaning 10004 clauses out of 20037 with flag 2295000/2295000
1695.65/1691.24	c cleaning 9986 clauses out of 20034 with flag 2305001/2305001
1705.16/1700.75	c cleaning 10007 clauses out of 20048 with flag 2315001/2315001
1713.39/1708.99	c cleaning 9987 clauses out of 20040 with flag 2325000/2325000
1722.30/1717.80	c cleaning 9994 clauses out of 20054 with flag 2335001/2335001
1731.12/1726.63	c cleaning 10014 clauses out of 20060 with flag 2345001/2345001
1740.54/1736.05	c cleaning 9999 clauses out of 20045 with flag 2355000/2355000
1748.96/1744.44	c cleaning 10004 clauses out of 20046 with flag 2365000/2365000
1759.16/1754.61	c cleaning 9906 clauses out of 20042 with flag 2375000/2375000
1771.38/1766.88	c cleaning 9962 clauses out of 20137 with flag 2385001/2385001
1786.30/1781.73	c cleaning 9938 clauses out of 20175 with flag 2395001/2395001
1800.04/1795.42	c starts		: 229
1800.04/1795.42	c conflicts		: 2404202
1800.04/1795.42	c decisions		: 4292996
1800.04/1795.42	c propagations		: 82741892
1800.04/1795.42	c inspects		: 3193598518
1800.04/1795.42	c shortcuts		: 0
1800.04/1795.42	c learnt literals	: 0
1800.04/1795.42	c learnt binary clauses	: 0
1800.04/1795.42	c learnt ternary clauses	: 0
1800.04/1795.42	c learnt constraints	: 2404202
1800.04/1795.42	c ignored constraints	: 0
1800.04/1795.42	c root simplifications	: 0
1800.04/1795.42	c removed literals (reason simplification)	: 15715329
1800.04/1795.42	c reason swapping (by a shorter reason)	: 0
1800.04/1795.42	c Calls to reduceDB	: 241
1800.04/1795.42	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.42	c number of learned constraints concerned by reduction	: 0
1800.04/1795.42	c number of learning phase by resolution	: 0
1800.04/1795.42	c number of learning phase by cutting planes	: 0
1800.04/1795.42	c speed (assignments/second)	: 46091.71393270119
1800.04/1795.42	c non guided choices	230671
1800.04/1795.43	c learnt constraints type 
1800.04/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19442
1800.04/1795.43	c constraints type 
1800.04/1795.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
1800.04/1795.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.04/1795.43	s UNKNOWN
1800.04/1795.43	c Total wall clock time (in seconds): 1795.324

Verifier Data

ERROR: no interpretation found !

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-3459627-1307152671/watcher-3459627-1307152671 -o /tmp/evaluation-result-3459627-1307152671/solver-3459627-1307152671 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459627-1307152671.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.01 2.03 2.00 3/533 13689
/proc/meminfo: memFree=23028632/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 2498 0 1 0 0 0 0 0 25 0 2 0 905497741 13833195520 2199 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3377245 2213 906 9 0 3368401 0
[pid=13689/tid=13690] ppid=13687 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 6681 0 1 0 0 0 0 0 25 0 2 0 905497742 13850947584 7496 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0612221 s]
/proc/loadavg: 2.01 2.03 2.00 3/533 13689
/proc/meminfo: memFree=23028632/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13615152 CPUtime=0.04 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 14042 0 1 0 3 1 0 0 25 0 13 0 905497741 13941915648 13738 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3403788 13738 1691 9 0 3394536 0
[pid=13689/tid=13690] ppid=13687 vsize=13615152 CPUtime=0.04 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 12894 0 1 0 3 1 0 0 25 0 13 0 905497742 13941915648 13738 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 47414584000419 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13615152

[startup+0.101196 s]
/proc/loadavg: 2.01 2.03 2.00 3/533 13689
/proc/meminfo: memFree=23028632/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13621712 CPUtime=0.1 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 15536 0 1 0 8 2 0 0 25 0 18 0 905497741 13948633088 15202 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3405428 15202 2093 9 0 3396162 0
[pid=13689/tid=13690] ppid=13687 vsize=13621712 CPUtime=0.09 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 13598 0 1 0 7 2 0 0 18 0 18 0 905497742 13948633088 15203 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 47414588468051 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) 13621712

[startup+0.301109 s]
/proc/loadavg: 2.01 2.03 2.00 3/533 13689
/proc/meminfo: memFree=23028632/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=0.58 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 20982 0 1 0 55 3 0 0 25 0 19 0 905497741 13953949696 19644 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 19644 2213 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=0.29 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 16307 0 1 0 27 2 0 0 19 0 19 0 905497742 13953949696 19644 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 46912505217820 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13626904

[startup+0.701101 s]
/proc/loadavg: 2.01 2.03 2.00 3/533 13689
/proc/meminfo: memFree=23028632/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=1.28 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 22611 0 1 0 125 3 0 0 25 0 19 0 905497741 13953949696 20332 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 20333 2223 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=0.68 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 16926 0 1 0 66 2 0 0 19 0 19 0 905497742 13953949696 20333 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 47414588468051 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13626904

[startup+1.50096 s]
/proc/loadavg: 2.01 2.03 2.00 3/552 13708
/proc/meminfo: memFree=22952672/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=2.08 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 23834 0 1 0 205 3 0 0 25 0 19 0 905497741 13953949696 21554 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 21554 2225 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=1.48 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 18145 0 1 0 146 2 0 0 20 0 19 0 905497742 13953949696 21554 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 46912505689287 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21554 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10738 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21554 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21554 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21554 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497744 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10738 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 0 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10738 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 905497745 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10738 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 905497745 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427215281 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13626904 CPUtime=0.29 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10738 0 -1 4202560 2260 0 0 0 29 0 0 0 17 0 19 0 905497747 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13626904 CPUtime=0.28 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10738 0 -1 4202560 2268 0 0 0 28 0 0 0 16 0 19 0 905497747 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 905497747 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 905497769 13953949696 21555 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 13626904

[startup+3.10065 s]
/proc/loadavg: 2.01 2.03 2.00 3/552 13708
/proc/meminfo: memFree=22936980/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=3.72 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 26827 0 1 0 368 4 0 0 25 0 19 0 905497741 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 24544 2251 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=3.06 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 18643 0 1 0 304 2 0 0 19 0 19 0 905497742 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 46912505660734 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10738 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10738 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10738 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10738 0 -1 4202560 633 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10738 0 -1 4202560 473 0 0 0 0 0 0 0 18 0 19 0 905497744 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13626904 CPUtime=0.01 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10738 0 -1 4202560 1240 0 0 0 1 0 0 0 15 0 19 0 905497745 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 0 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10738 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427215281 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13626904 CPUtime=0.31 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10738 0 -1 4202560 2265 0 0 0 31 0 0 0 16 0 19 0 905497747 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13626904 CPUtime=0.29 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10738 0 -1 4202560 2274 0 0 0 29 0 0 0 16 0 19 0 905497747 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 905497747 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 905497769 13953949696 24544 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 13626904

[startup+6.30104 s]
/proc/loadavg: 2.01 2.03 2.00 3/552 13709
/proc/meminfo: memFree=22903896/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=6.96 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 29841 0 1 0 692 4 0 0 25 0 19 0 905497741 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 27532 2252 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=6.24 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 18646 0 1 0 622 2 0 0 25 0 19 0 905497742 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 46912505671694 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10738 0 -1 4202560 628 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10738 0 -1 4202560 647 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10738 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10738 0 -1 4202560 655 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10738 0 -1 4202560 912 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10738 0 -1 4202560 473 0 0 0 0 0 0 0 15 0 19 0 905497744 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13626904 CPUtime=0.03 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10738 0 -1 4202560 2112 0 0 0 3 0 0 0 15 0 19 0 905497745 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 0 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10738 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427215281 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13626904 CPUtime=0.33 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10738 0 -1 4202560 2269 0 0 0 33 0 0 0 15 0 19 0 905497747 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13626904 CPUtime=0.31 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10738 0 -1 4202560 2276 0 0 0 31 0 0 0 15 0 19 0 905497747 13953949696 27532 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0

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

[pid=13689/tid=13697] ppid=13687 vsize=13626904 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10738 0 -1 4202560 4819 0 0 0 62 1 0 0 15 0 19 0 905497744 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13626904 CPUtime=0.64 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10738 0 -1 4202560 5480 0 0 0 64 0 0 0 15 0 19 0 905497744 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13626904 CPUtime=0.71 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10738 0 -1 4202560 4434 0 0 0 71 0 0 0 15 0 19 0 905497744 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13626904 CPUtime=8.87 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10738 0 -1 4202560 17988 0 0 0 881 6 0 0 15 0 19 0 905497745 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 0 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10738 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427215281 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13626904 CPUtime=0.34 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10738 0 -1 4202560 2269 0 0 0 34 0 0 0 15 0 19 0 905497747 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13626904 CPUtime=0.36 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10738 0 -1 4202560 2721 0 0 0 36 0 0 0 15 0 19 0 905497747 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10738 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 905497747 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 905497769 13953949696 93099 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.69
Current children cumulated vsize (KiB) 13626904

[startup+1722.3 s]
/proc/loadavg: 2.18 2.09 2.02 3/552 14250
/proc/meminfo: memFree=22291300/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=1726.82 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 96564 0 1 0 172661 21 0 0 25 0 19 0 905497741 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 93391 2253 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=1711.3 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 33076 0 1 0 171126 4 0 0 25 0 19 0 905497742 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 46912505671557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13626904 CPUtime=0.61 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10738 0 -1 4202560 4875 0 0 0 60 1 0 0 16 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13626904 CPUtime=0.7 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10738 0 -1 4202560 4715 0 0 0 69 1 0 0 16 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13626904 CPUtime=0.7 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10738 0 -1 4202560 3811 0 0 0 70 0 0 0 15 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13626904 CPUtime=0.62 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10738 0 -1 4202560 4388 0 0 0 61 1 0 0 15 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13626904 CPUtime=0.75 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10738 0 -1 4202560 6455 0 0 0 74 1 0 0 16 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13626904 CPUtime=0.67 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10738 0 -1 4202560 4827 0 0 0 66 1 0 0 15 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13626904 CPUtime=0.66 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10738 0 -1 4202560 5480 0 0 0 66 0 0 0 15 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13626904 CPUtime=0.74 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10738 0 -1 4202560 4436 0 0 0 74 0 0 0 16 0 19 0 905497744 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13626904 CPUtime=9.26 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10738 0 -1 4202560 18263 0 0 0 920 6 0 0 15 0 19 0 905497745 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 0 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10738 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427215281 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13626904 CPUtime=0.34 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10738 0 -1 4202560 2269 0 0 0 34 0 0 0 15 0 19 0 905497747 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13626904 CPUtime=0.36 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10738 0 -1 4202560 2721 0 0 0 36 0 0 0 15 0 19 0 905497747 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10738 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 905497747 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 905497769 13953949696 93391 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 13626904

[startup+1782.3 s]
/proc/loadavg: 2.21 2.10 2.02 3/552 14252
/proc/meminfo: memFree=22289752/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=1786.93 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 96825 0 1 0 178672 21 0 0 25 0 19 0 905497741 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 93638 2253 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=1770.95 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 33082 0 1 0 177091 4 0 0 25 0 19 0 905497742 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 46912505671557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13626904 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10738 0 -1 4202560 4875 0 0 0 62 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13626904 CPUtime=0.71 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10738 0 -1 4202560 4715 0 0 0 70 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13626904 CPUtime=0.72 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10738 0 -1 4202560 3893 0 0 0 72 0 0 0 16 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13626904 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10738 0 -1 4202560 4388 0 0 0 62 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13626904 CPUtime=0.76 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10738 0 -1 4202560 6455 0 0 0 75 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13626904 CPUtime=0.7 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10738 0 -1 4202560 4912 0 0 0 69 1 0 0 16 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13626904 CPUtime=0.69 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10738 0 -1 4202560 5480 0 0 0 69 0 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13626904 CPUtime=0.76 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10738 0 -1 4202560 4516 0 0 0 76 0 0 0 16 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13626904 CPUtime=9.56 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10738 0 -1 4202560 18267 0 0 0 950 6 0 0 16 0 19 0 905497745 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 0 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10738 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427215281 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13626904 CPUtime=0.34 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10738 0 -1 4202560 2269 0 0 0 34 0 0 0 15 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13626904 CPUtime=0.36 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10738 0 -1 4202560 2721 0 0 0 36 0 0 0 15 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10738 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 905497769 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.93
Current children cumulated vsize (KiB) 13626904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.08 2.08 2.02 3/552 14300
/proc/meminfo: memFree=22612156/32950928 swapFree=58671692/67111528
[pid=13689] ppid=13687 vsize=13626904 CPUtime=1800.04 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10738 0 -1 4202496 96825 0 1 0 179983 21 0 0 25 0 19 0 905497741 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13689/statm: 3406726 93638 2253 9 0 3397460 0
[pid=13689/tid=13690] ppid=13687 vsize=13626904 CPUtime=1784.07 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10738 0 -1 4202560 33082 0 1 0 178403 4 0 0 25 0 19 0 905497742 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 46912505661256 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13626904 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10738 0 -1 4202560 4875 0 0 0 62 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13626904 CPUtime=0.71 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10738 0 -1 4202560 4715 0 0 0 70 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13626904 CPUtime=0.72 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10738 0 -1 4202560 3893 0 0 0 72 0 0 0 16 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13626904 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10738 0 -1 4202560 4388 0 0 0 62 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13626904 CPUtime=0.76 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10738 0 -1 4202560 6455 0 0 0 75 1 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13626904 CPUtime=0.7 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10738 0 -1 4202560 4912 0 0 0 69 1 0 0 16 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13626904 CPUtime=0.69 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10738 0 -1 4202560 5480 0 0 0 69 0 0 0 15 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 5 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13626904 CPUtime=0.76 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10738 0 -1 4202560 4516 0 0 0 76 0 0 0 16 0 19 0 905497744 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13626904 CPUtime=9.56 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10738 0 -1 4202560 18267 0 0 0 950 6 0 0 15 0 19 0 905497745 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 0 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10738 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10738 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 905497745 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427215281 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13626904 CPUtime=0.34 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10738 0 -1 4202560 2269 0 0 0 34 0 0 0 15 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13626904 CPUtime=0.36 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10738 0 -1 4202560 2721 0 0 0 36 0 0 0 15 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427207577 0 4 0 16800975 18446604456437440960 0 0 -1 1 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10738 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 905497747 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 3 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13626904 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10738 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 905497769 13953949696 93638 33554432000 1073741824 1073778376 140735825785232 18446744073709551615 256427208192 0 4 0 16800975 18446604456437440960 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13626904

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): 1795.47
CPU time (s): 1800.11
CPU user time (s): 1799.88
CPU system time (s): 0.232964
CPU usage (%): 100.259
Max. virtual memory (cumulated for all children) (KiB): 13626904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96867
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= 43849
involuntary context switches= 8721

runsolver used 9.03363 second user time and 22.0526 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 03:57:51
IDJOB=3459627
IDBENCH=2589
IDSOLVER=1952
FILE ID=node115/3459627-1307152671
RUNJOBID= node115-1307147262-12779
PBS_JOBID= 13508801
Free space on /tmp= 73828 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459627-1307152671/watcher-3459627-1307152671 -o /tmp/evaluation-result-3459627-1307152671/solver-3459627-1307152671 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459627-1307152671.opb

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

MD5SUM BENCH= dab917560b0808668d6327532459772d
RANDOM SEED=1089026691

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.75
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.811
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.811
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.77
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.811
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.811
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.811
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	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23028896 kB
Buffers:        170564 kB
Cached:         303632 kB
SwapCached:      65796 kB
Active:        1185028 kB
Inactive:      8495812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23028896 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:            1096 kB
Writeback:          28 kB
AnonPages:     9144852 kB
Mapped:          35640 kB
Slab:            96840 kB
PageTables:      75824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165253992 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= 73836 MiB
End job on node115 at 2011-06-04 04:27:48