Trace number 3738389

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.05 930.947

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.11	c version 2.3.1.v20110525
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		9996466904
0.08/0.11	c Max memory 		10048897024
0.08/0.11	c Total memory 		10048897024
0.08/0.11	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3738389-1338725258.opb
0.08/0.13	c reading problem ... 
1.65/0.72	c ... done. Wall clock time 0.584s.
1.65/0.72	c #vars     8424
1.65/0.72	c #constraints  9195
1.65/0.72	c constraints type 
1.65/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1.65/0.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.65/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1.65/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1.65/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
1.65/0.72	c constraints type 
1.65/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
1.65/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
1.65/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1.65/0.72	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.65/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
6.40/2.66	c cleaning 2494 clauses out of 5001 with flag 5001/5001
11.27/4.92	c cleaning 4250 clauses out of 8506 with flag 11000/11000
16.23/7.48	c cleaning 5607 clauses out of 11257 with flag 18001/18001
22.18/10.45	c cleaning 6820 clauses out of 13650 with flag 26001/26001
30.13/14.44	c cleaning 7910 clauses out of 15829 with flag 35000/35000
38.88/18.81	c cleaning 8952 clauses out of 17919 with flag 45000/45000
48.18/23.52	c cleaning 9482 clauses out of 18970 with flag 55003/55003
55.31/27.16	c cleaning 9731 clauses out of 19486 with flag 65001/65001
63.39/31.20	c cleaning 9867 clauses out of 19754 with flag 75000/75000
69.30/34.29	c cleaning 9925 clauses out of 19890 with flag 85003/85003
83.04/41.11	c cleaning 9974 clauses out of 19962 with flag 95000/95000
89.78/44.52	c cleaning 9982 clauses out of 19988 with flag 105000/105000
102.50/50.98	c cleaning 10001 clauses out of 20008 with flag 115002/115002
112.94/56.29	c cleaning 10001 clauses out of 20006 with flag 125001/125001
120.23/59.99	c cleaning 9985 clauses out of 20004 with flag 135000/135000
129.32/64.54	c cleaning 10001 clauses out of 20019 with flag 145000/145000
138.32/69.11	c cleaning 9996 clauses out of 20019 with flag 155001/155001
146.38/73.23	c cleaning 9998 clauses out of 20023 with flag 165001/165001
154.03/77.13	c cleaning 9994 clauses out of 20025 with flag 175001/175001
161.47/80.94	c cleaning 10001 clauses out of 20031 with flag 185001/185001
168.45/84.53	c cleaning 10008 clauses out of 20031 with flag 195002/195002
175.89/88.38	c cleaning 9968 clauses out of 20023 with flag 205002/205002
184.35/92.61	c cleaning 10017 clauses out of 20057 with flag 215004/215004
193.99/97.57	c cleaning 10008 clauses out of 20036 with flag 225000/225000
201.55/101.48	c cleaning 10004 clauses out of 20030 with flag 235002/235002
208.19/104.88	c cleaning 10003 clauses out of 20024 with flag 245000/245000
215.22/108.42	c cleaning 10004 clauses out of 20021 with flag 255000/255000
222.25/112.06	c cleaning 10007 clauses out of 20020 with flag 265003/265003
239.20/120.62	c cleaning 9973 clauses out of 20012 with flag 275002/275002
249.26/125.74	c cleaning 10007 clauses out of 20037 with flag 285000/285000
256.08/129.20	c cleaning 10006 clauses out of 20030 with flag 295000/295000
263.52/133.09	c cleaning 10006 clauses out of 20025 with flag 305001/305001
274.86/138.88	c cleaning 10003 clauses out of 20019 with flag 315001/315001
281.30/142.14	c cleaning 9976 clauses out of 20016 with flag 325001/325001
286.92/145.10	c cleaning 10001 clauses out of 20039 with flag 335000/335000
292.73/148.03	c cleaning 10004 clauses out of 20038 with flag 345000/345000
302.45/153.09	c cleaning 10005 clauses out of 20036 with flag 355002/355002
314.26/159.08	c cleaning 10003 clauses out of 20030 with flag 365001/365001
323.46/163.80	c cleaning 10000 clauses out of 20027 with flag 375001/375001
336.27/170.25	c cleaning 9997 clauses out of 20026 with flag 385000/385000
346.75/175.64	c cleaning 10004 clauses out of 20030 with flag 395001/395001
352.34/178.55	c cleaning 9992 clauses out of 20026 with flag 405001/405001
362.74/183.84	c cleaning 9975 clauses out of 20033 with flag 415000/415000
369.93/187.52	c cleaning 10016 clauses out of 20058 with flag 425000/425000
384.81/195.19	c cleaning 9999 clauses out of 20042 with flag 435000/435000
403.99/204.89	c cleaning 9991 clauses out of 20044 with flag 445001/445001
414.00/209.96	c cleaning 10019 clauses out of 20054 with flag 455002/455002
420.81/213.46	c cleaning 10008 clauses out of 20033 with flag 465000/465000
427.85/217.19	c cleaning 10005 clauses out of 20026 with flag 475001/475001
440.43/223.52	c cleaning 9998 clauses out of 20020 with flag 485000/485000
454.62/230.72	c cleaning 10003 clauses out of 20023 with flag 495001/495001
468.88/237.92	c cleaning 9992 clauses out of 20019 with flag 505000/505000
483.58/245.45	c cleaning 9999 clauses out of 20028 with flag 515001/515001
494.74/251.17	c cleaning 9999 clauses out of 20028 with flag 525000/525000
500.51/254.13	c cleaning 10001 clauses out of 20030 with flag 535001/535001
507.05/257.55	c cleaning 10000 clauses out of 20032 with flag 545004/545004
513.68/261.05	c cleaning 10004 clauses out of 20028 with flag 555000/555000
520.02/264.38	c cleaning 9988 clauses out of 20024 with flag 565000/565000
526.78/267.80	c cleaning 10001 clauses out of 20036 with flag 575000/575000
533.36/271.21	c cleaning 10004 clauses out of 20035 with flag 585000/585000
540.76/275.18	c cleaning 10003 clauses out of 20033 with flag 595002/595002
546.30/278.03	c cleaning 10007 clauses out of 20028 with flag 605000/605000
556.65/283.35	c cleaning 10005 clauses out of 20021 with flag 615000/615000
565.04/287.63	c cleaning 9999 clauses out of 20016 with flag 625000/625000
575.05/292.85	c cleaning 10001 clauses out of 20017 with flag 635000/635000
583.21/297.09	c cleaning 10002 clauses out of 20016 with flag 645000/645000
589.15/300.20	c cleaning 9998 clauses out of 20015 with flag 655001/655001
594.91/303.10	c cleaning 10002 clauses out of 20018 with flag 665002/665002
600.92/306.35	c cleaning 10001 clauses out of 20014 with flag 675000/675000
624.47/318.29	c cleaning 9999 clauses out of 20014 with flag 685001/685001
644.64/328.44	c cleaning 10003 clauses out of 20016 with flag 695002/695002
655.78/334.10	c cleaning 9981 clauses out of 20012 with flag 705001/705001
675.62/344.21	c cleaning 9961 clauses out of 20030 with flag 715000/715000
685.95/349.55	c cleaning 10025 clauses out of 20070 with flag 725001/725001
692.49/352.99	c cleaning 10011 clauses out of 20045 with flag 735001/735001
699.24/356.46	c cleaning 10008 clauses out of 20033 with flag 745000/745000
705.62/359.86	c cleaning 10002 clauses out of 20025 with flag 755000/755000
712.17/363.27	c cleaning 10001 clauses out of 20023 with flag 765000/765000
718.93/366.78	c cleaning 10003 clauses out of 20023 with flag 775001/775001
725.67/370.23	c cleaning 10007 clauses out of 20020 with flag 785001/785001
735.86/375.53	c cleaning 9946 clauses out of 20012 with flag 795000/795000
746.42/380.93	c cleaning 9969 clauses out of 20068 with flag 805002/805002
756.14/385.97	c cleaning 9943 clauses out of 20099 with flag 815002/815002
765.49/390.79	c cleaning 9991 clauses out of 20157 with flag 825003/825003
773.88/395.12	c cleaning 10017 clauses out of 20165 with flag 835002/835002
782.03/399.31	c cleaning 10000 clauses out of 20146 with flag 845000/845000
789.55/403.26	c cleaning 10009 clauses out of 20146 with flag 855000/855000
797.67/407.43	c cleaning 9989 clauses out of 20138 with flag 865001/865001
805.83/411.71	c cleaning 10003 clauses out of 20148 with flag 875000/875000
813.57/415.76	c cleaning 10071 clauses out of 20147 with flag 885002/885002
826.88/422.54	c cleaning 10031 clauses out of 20075 with flag 895001/895001
834.01/426.25	c cleaning 10012 clauses out of 20046 with flag 905003/905003
841.75/430.32	c cleaning 10007 clauses out of 20031 with flag 915000/915000
850.05/434.62	c cleaning 9994 clauses out of 20026 with flag 925002/925002
864.40/441.94	c cleaning 9992 clauses out of 20031 with flag 935001/935001
873.11/446.44	c cleaning 10009 clauses out of 20038 with flag 945000/945000
877.65/448.98	c cleaning 10005 clauses out of 20029 with flag 955000/955000
882.96/451.77	c cleaning 10004 clauses out of 20026 with flag 965002/965002
890.08/455.41	c cleaning 10009 clauses out of 20021 with flag 975001/975001
898.58/459.89	c cleaning 9993 clauses out of 20012 with flag 985001/985001
908.28/464.91	c cleaning 10005 clauses out of 20021 with flag 995003/995003
916.59/469.24	c cleaning 9996 clauses out of 20015 with flag 1005002/1005002
925.08/473.61	c cleaning 10002 clauses out of 20017 with flag 1015000/1015000
933.17/477.81	c cleaning 10001 clauses out of 20019 with flag 1025004/1025004
940.70/481.84	c cleaning 9998 clauses out of 20015 with flag 1035001/1035001
947.76/485.52	c cleaning 9999 clauses out of 20016 with flag 1045000/1045000
954.83/489.24	c cleaning 9996 clauses out of 20017 with flag 1055000/1055000
961.90/492.99	c cleaning 9995 clauses out of 20021 with flag 1065000/1065000
969.59/497.07	c cleaning 10003 clauses out of 20027 with flag 1075001/1075001
979.65/502.26	c cleaning 9958 clauses out of 20024 with flag 1085001/1085001
998.35/511.78	c cleaning 9981 clauses out of 20065 with flag 1095000/1095000
1010.84/518.17	c cleaning 9996 clauses out of 20085 with flag 1105001/1105001
1025.12/525.50	c cleaning 10022 clauses out of 20091 with flag 1115003/1115003
1040.99/533.64	c cleaning 10001 clauses out of 20066 with flag 1125000/1125000
1052.25/539.46	c cleaning 10025 clauses out of 20067 with flag 1135002/1135002
1061.31/544.12	c cleaning 10015 clauses out of 20040 with flag 1145000/1145000
1079.35/553.49	c cleaning 10002 clauses out of 20026 with flag 1155001/1155001
1093.58/560.78	c cleaning 9970 clauses out of 20025 with flag 1165002/1165002
1109.63/568.97	c cleaning 9952 clauses out of 20059 with flag 1175006/1175006
1117.67/573.14	c cleaning 10042 clauses out of 20101 with flag 1185000/1185000
1124.64/576.98	c cleaning 10023 clauses out of 20059 with flag 1195000/1195000
1131.48/580.54	c cleaning 10013 clauses out of 20037 with flag 1205001/1205001
1137.88/583.94	c cleaning 10004 clauses out of 20025 with flag 1215002/1215002
1144.29/587.39	c cleaning 10002 clauses out of 20020 with flag 1225001/1225001
1150.64/590.88	c cleaning 10002 clauses out of 20017 with flag 1235000/1235000
1157.05/594.21	c cleaning 9998 clauses out of 20016 with flag 1245001/1245001
1163.06/597.46	c cleaning 9996 clauses out of 20018 with flag 1255001/1255001
1170.67/601.49	c cleaning 10006 clauses out of 20021 with flag 1265000/1265000
1176.83/604.88	c cleaning 10000 clauses out of 20015 with flag 1275000/1275000
1183.24/608.25	c cleaning 9999 clauses out of 20017 with flag 1285002/1285002
1189.62/611.62	c cleaning 9999 clauses out of 20017 with flag 1295001/1295001
1195.81/614.95	c cleaning 9999 clauses out of 20017 with flag 1305000/1305000
1202.15/618.48	c cleaning 10001 clauses out of 20020 with flag 1315002/1315002
1208.74/621.97	c cleaning 10001 clauses out of 20017 with flag 1325000/1325000
1215.73/625.68	c cleaning 9990 clauses out of 20016 with flag 1335000/1335000
1223.32/629.69	c cleaning 9982 clauses out of 20026 with flag 1345000/1345000
1231.07/633.80	c cleaning 10013 clauses out of 20045 with flag 1355001/1355001
1246.45/641.73	c cleaning 10010 clauses out of 20034 with flag 1365003/1365003
1257.06/647.28	c cleaning 10005 clauses out of 20023 with flag 1375002/1375002
1265.83/651.87	c cleaning 9990 clauses out of 20017 with flag 1385001/1385001
1273.15/655.87	c cleaning 9986 clauses out of 20028 with flag 1395002/1395002
1280.93/659.98	c cleaning 9996 clauses out of 20040 with flag 1405000/1405000
1288.90/664.18	c cleaning 10016 clauses out of 20044 with flag 1415000/1415000
1305.07/672.46	c cleaning 10005 clauses out of 20029 with flag 1425001/1425001
1320.99/680.80	c cleaning 10001 clauses out of 20023 with flag 1435000/1435000
1340.00/690.48	c cleaning 9987 clauses out of 20022 with flag 1445000/1445000
1356.20/698.75	c cleaning 10014 clauses out of 20038 with flag 1455003/1455003
1371.96/706.82	c cleaning 10002 clauses out of 20021 with flag 1465000/1465000
1391.48/716.92	c cleaning 9999 clauses out of 20020 with flag 1475001/1475001
1398.64/720.79	c cleaning 9999 clauses out of 20020 with flag 1485000/1485000
1417.02/730.16	c cleaning 10001 clauses out of 20023 with flag 1495002/1495002
1437.63/740.68	c cleaning 9998 clauses out of 20021 with flag 1505001/1505001
1455.36/749.83	c cleaning 10001 clauses out of 20023 with flag 1515001/1515001
1471.52/758.14	c cleaning 9979 clauses out of 20021 with flag 1525000/1525000
1487.44/766.31	c cleaning 9993 clauses out of 20043 with flag 1535001/1535001
1503.56/774.68	c cleaning 10000 clauses out of 20053 with flag 1545004/1545004
1521.63/784.09	c cleaning 9986 clauses out of 20049 with flag 1555000/1555000
1534.55/790.72	c cleaning 10008 clauses out of 20066 with flag 1565003/1565003
1548.87/798.15	c cleaning 0 clauses out of 5000 with flag 0/5000
1551.19/799.22	c cleaning 9999 clauses out of 20055 with flag 1575000/1575000
1564.66/806.31	c cleaning 9995 clauses out of 20057 with flag 1585001/1585001
1581.08/814.52	c cleaning 10002 clauses out of 20061 with flag 1595000/1595000
1597.00/822.71	c cleaning 9993 clauses out of 20059 with flag 1605000/1605000
1613.10/831.09	c cleaning 9979 clauses out of 20066 with flag 1615000/1615000
1624.75/837.22	c cleaning 10039 clauses out of 20088 with flag 1625001/1625001
1631.07/840.66	c cleaning 10022 clauses out of 20051 with flag 1635003/1635003
1636.99/843.84	c cleaning 10010 clauses out of 20028 with flag 1645002/1645002
1643.49/847.39	c cleaning 10001 clauses out of 20016 with flag 1655000/1655000
1650.12/851.06	c cleaning 9994 clauses out of 20015 with flag 1665000/1665000
1656.22/854.37	c cleaning 9997 clauses out of 20022 with flag 1675001/1675001
1661.51/857.22	c cleaning 9998 clauses out of 20024 with flag 1685000/1685000
1668.02/860.78	c cleaning 10005 clauses out of 20028 with flag 1695002/1695002
1674.64/864.43	c cleaning 9998 clauses out of 20021 with flag 1705000/1705000
1681.14/867.92	c cleaning 10002 clauses out of 20023 with flag 1715000/1715000
1687.02/871.18	c cleaning 10004 clauses out of 20022 with flag 1725001/1725001
1693.10/874.43	c cleaning 9995 clauses out of 20020 with flag 1735003/1735003
1699.27/877.98	c cleaning 10003 clauses out of 20026 with flag 1745004/1745004
1706.16/881.70	c cleaning 9995 clauses out of 20019 with flag 1755000/1755000
1712.25/884.92	c cleaning 10003 clauses out of 20025 with flag 1765001/1765001
1720.13/889.16	c cleaning 10005 clauses out of 20021 with flag 1775000/1775000
1731.09/895.00	c cleaning 9994 clauses out of 20019 with flag 1785003/1785003
1742.20/900.86	c cleaning 10002 clauses out of 20022 with flag 1795000/1795000
1751.69/905.89	c cleaning 10001 clauses out of 20020 with flag 1805000/1805000
1762.38/911.44	c cleaning 9998 clauses out of 20019 with flag 1815000/1815000
1788.74/925.03	c cleaning 9999 clauses out of 20022 with flag 1825001/1825001
1800.05/930.91	c starts		: 210
1800.05/930.91	c conflicts		: 1830979
1800.05/930.91	c decisions		: 3334375
1800.05/930.91	c propagations		: 593415260
1800.05/930.91	c inspects		: 1577745155
1800.05/930.91	c shortcuts		: 0
1800.05/930.91	c learnt literals	: 0
1800.05/930.91	c learnt binary clauses	: 0
1800.05/930.91	c learnt ternary clauses	: 0
1800.05/930.91	c learnt constraints	: 1830979
1800.05/930.91	c ignored constraints	: 0
1800.05/930.91	c root simplifications	: 0
1800.05/930.91	c removed literals (reason simplification)	: 18825982
1800.05/930.91	c reason swapping (by a shorter reason)	: 0
1800.05/930.91	c Calls to reduceDB	: 184
1800.05/930.91	c number of reductions to clauses (during analyze)	: 0
1800.05/930.91	c number of learned constraints concerned by reduction	: 0
1800.05/930.91	c number of learning phase by resolution	: 0
1800.05/930.91	c number of learning phase by cutting planes	: 0
1800.05/930.91	c speed (assignments/second)	: 637951.4292256735
1800.05/930.91	c non guided choices	186040
1800.05/930.92	c learnt constraints type 
1800.05/930.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16005
1800.05/930.92	c constraints type 
1800.05/930.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1800.05/930.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.05/930.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.05/930.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1800.05/930.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
1800.05/930.92	c constraints type 
1800.05/930.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
1800.05/930.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
1800.05/930.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1800.05/930.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.05/930.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.05/930.92	s UNKNOWN
1800.05/930.92	c Total wall clock time (in seconds): 930.787

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3738389-1338725258/watcher-3738389-1338725258 -o /tmp/evaluation-result-3738389-1338725258/solver-3738389-1338725258 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3738389-1338725258.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: 3.78 3.84 3.79 3/199 1610
/proc/meminfo: memFree=27001912/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1610/stat : 1610 (java) R 1608 1610 30903 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 338651230 9515008 175 33554432000 1073741824 1073778376 140733749644256 140733749626984 273905697680 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1610/statm: 2323 175 133 9 0 71 0

[startup+0.0651471 s]
/proc/loadavg: 3.78 3.84 3.79 3/199 1610
/proc/meminfo: memFree=27001912/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 3778 0 1 0 3 1 0 0 20 0 13 0 338651230 11523600384 12142 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2813379 12142 1699 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100326 s]
/proc/loadavg: 3.78 3.84 3.79 3/199 1610
/proc/meminfo: memFree=27001912/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 3960 0 1 0 6 2 0 0 20 0 18 0 338651230 11864465408 12835 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300314 s]
/proc/loadavg: 3.78 3.84 3.79 3/199 1610
/proc/meminfo: memFree=27001912/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 7136 0 1 0 45 3 0 0 20 0 18 0 338651230 11864465408 17240 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2896598 17240 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700292 s]
/proc/loadavg: 3.78 3.84 3.79 3/199 1610
/proc/meminfo: memFree=27001912/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11586392 CPUtime=1.65 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 16453 0 1 0 159 6 0 0 20 0 18 0 338651230 11864465408 38216 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2896598 38216 2246 9 0 2887285 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 11586392

[startup+1.50078 s]
/proc/loadavg: 3.78 3.84 3.79 7/221 1635
/proc/meminfo: memFree=26829844/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11852648 CPUtime=4.09 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 17318 0 1 0 399 10 0 0 20 0 22 0 338651230 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2963162 82389 2262 9 0 2953849 0
[pid=1610/tid=1613] ppid=1608 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/1610/task/1613/stat : 1613 (java) S 1608 1610 30903 0 -1 4202560 2911 0 1 0 65 4 0 0 20 0 22 0 338651231 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480834069656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1614] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1614/stat : 1614 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480802478888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1615] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1615/stat : 1615 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480801426088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1616] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1616/stat : 1616 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480800373800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1617] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1617/stat : 1617 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480799321000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1618] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1618/stat : 1618 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480798267688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1619] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1619/stat : 1619 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480665847976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1622] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1622/stat : 1622 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480664795688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1623] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1623/stat : 1623 (java) S 1608 1610 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480192965032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1624] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1624/stat : 1624 (java) S 1608 1610 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480180767464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1625] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1625/stat : 1625 (java) S 1608 1610 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480179713528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1626] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1626/stat : 1626 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480178661128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1627] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1627/stat : 1627 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480177609616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1628] ppid=1608 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/1610/task/1628/stat : 1628 (java) S 1608 1610 30903 0 -1 4202560 4960 0 0 0 93 2 0 0 20 0 22 0 338651238 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480176556216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1629] ppid=1608 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/1610/task/1629/stat : 1629 (java) S 1608 1610 30903 0 -1 4202560 8078 0 0 0 88 2 0 0 20 0 22 0 338651238 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480175503416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1630] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1630/stat : 1630 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480174451320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1631] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1631/stat : 1631 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480173398728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1632] ppid=1608 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/1610/task/1632/stat : 1632 (java) R 1608 1610 30903 0 -1 4202560 27 0 0 0 76 0 0 0 20 0 22 0 338651302 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480172287048 140480680530475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1633] ppid=1608 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/1610/task/1633/stat : 1633 (java) R 1608 1610 30903 0 -1 4202560 143 0 0 0 70 4 0 0 20 0 22 0 338651302 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480171232968 140480680413076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1634] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1634/stat : 1634 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480170182312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1635] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1635/stat : 1635 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 82389 33554432000 1073741824 1073778376 140734725763552 140480169129512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 3.78 3.84 3.79 5/221 1635
/proc/meminfo: memFree=26470924/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11852648 CPUtime=7.49 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 17958 0 1 0 728 21 0 0 20 0 22 0 338651230 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2963162 205829 2289 9 0 2953849 0
[pid=1610/tid=1613] ppid=1608 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/1610/task/1613/stat : 1613 (java) S 1608 1610 30903 0 -1 4202560 2912 0 1 0 65 4 0 0 20 0 22 0 338651231 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480834069656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1614] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1614/stat : 1614 (java) S 1608 1610 30903 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480802478888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1615] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1615/stat : 1615 (java) S 1608 1610 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480801426088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1616] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1616/stat : 1616 (java) S 1608 1610 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480800373800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1617] ppid=1608 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1610/task/1617/stat : 1617 (java) S 1608 1610 30903 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480799321000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1618] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1618/stat : 1618 (java) S 1608 1610 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480798267688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1619] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1619/stat : 1619 (java) S 1608 1610 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480665847976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1622] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1622/stat : 1622 (java) S 1608 1610 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480664795688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1623] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1623/stat : 1623 (java) S 1608 1610 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480192965032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1624] ppid=1608 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/1610/task/1624/stat : 1624 (java) S 1608 1610 30903 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 338651235 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480180767464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1625] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1625/stat : 1625 (java) S 1608 1610 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480179713528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1626] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1626/stat : 1626 (java) S 1608 1610 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480178661128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1627] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1627/stat : 1627 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480177609616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1628] ppid=1608 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/1610/task/1628/stat : 1628 (java) S 1608 1610 30903 0 -1 4202560 4964 0 0 0 97 2 0 0 20 0 22 0 338651238 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480176556216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1629] ppid=1608 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/1610/task/1629/stat : 1629 (java) S 1608 1610 30903 0 -1 4202560 8408 0 0 0 105 2 0 0 20 0 22 0 338651238 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480175503416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1630] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1630/stat : 1630 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480174451320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1631] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1631/stat : 1631 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480173398728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1632] ppid=1608 vsize=11852648 CPUtime=2.26 cores=1,3,5,7
/proc/1610/task/1632/stat : 1632 (java) R 1608 1610 30903 0 -1 4202560 32 0 0 0 226 0 0 0 20 0 22 0 338651302 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480172286760 140480680530179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1633] ppid=1608 vsize=11852648 CPUtime=2.24 cores=1,3,5,7
/proc/1610/task/1633/stat : 1633 (java) R 1608 1610 30903 0 -1 4202560 366 0 0 0 212 12 0 0 20 0 22 0 338651302 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480171233640 140480680455764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1634] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1634/stat : 1634 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480170182312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1635] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1635/stat : 1635 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 205829 33554432000 1073741824 1073778376 140734725763552 140480169129512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 11852648

[startup+6.30092 s]
/proc/loadavg: 3.79 3.85 3.79 5/221 1635
/proc/meminfo: memFree=25932992/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11852648 CPUtime=14.01 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 19028 0 1 0 1373 28 0 0 20 0 22 0 338651230 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2963162 268187 2289 9 0 2953849 0
[pid=1610/tid=1613] ppid=1608 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/1610/task/1613/stat : 1613 (java) S 1608 1610 30903 0 -1 4202560 2913 0 1 0 65 4 0 0 20 0 22 0 338651231 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480834069656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1614] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1614/stat : 1614 (java) S 1608 1610 30903 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480802478888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1615] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1615/stat : 1615 (java) S 1608 1610 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480801426088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1616] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1616/stat : 1616 (java) S 1608 1610 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480800373800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1617] ppid=1608 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/1610/task/1617/stat : 1617 (java) S 1608 1610 30903 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480799321000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1618] ppid=1608 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1610/task/1618/stat : 1618 (java) S 1608 1610 30903 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480798267688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1619] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1619/stat : 1619 (java) S 1608 1610 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480665847976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1622] ppid=1608 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1610/task/1622/stat : 1622 (java) S 1608 1610 30903 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480664795688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1623] ppid=1608 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/1610/task/1623/stat : 1623 (java) S 1608 1610 30903 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 338651233 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480192965032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1624] ppid=1608 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/1610/task/1624/stat : 1624 (java) S 1608 1610 30903 0 -1 4202560 39 0 0 0 11 0 0 0 20 0 22 0 338651235 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480180767464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1625] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1625/stat : 1625 (java) S 1608 1610 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480179713528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1626] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1626/stat : 1626 (java) S 1608 1610 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480178661128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1627] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1627/stat : 1627 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480177609616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1628] ppid=1608 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/1610/task/1628/stat : 1628 (java) S 1608 1610 30903 0 -1 4202560 4964 0 0 0 102 2 0 0 20 0 22 0 338651238 12137111552 268187 33554432000 1073741824 1073778376 140734725763552 140480176556216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/1610/statm: 2963162 971108 2290 9 0 2953849 0
[pid=1610/tid=1613] ppid=1608 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/1610/task/1613/stat : 1613 (java) S 1608 1610 30903 0 -1 4202560 3017 0 1 0 68 5 0 0 20 0 22 0 338651231 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480834069656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1614] ppid=1608 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/1610/task/1614/stat : 1614 (java) S 1608 1610 30903 0 -1 4202560 120 0 0 0 130 4 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480802478888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1615] ppid=1608 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/1610/task/1615/stat : 1615 (java) S 1608 1610 30903 0 -1 4202560 108 0 0 0 131 5 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480801426088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1616] ppid=1608 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/1610/task/1616/stat : 1616 (java) S 1608 1610 30903 0 -1 4202560 143 0 0 0 135 4 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480800373800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1617] ppid=1608 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/1610/task/1617/stat : 1617 (java) S 1608 1610 30903 0 -1 4202560 137 0 0 0 124 6 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480799321000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1618] ppid=1608 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/1610/task/1618/stat : 1618 (java) S 1608 1610 30903 0 -1 4202560 118 0 0 0 129 4 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480798267688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1619] ppid=1608 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/1610/task/1619/stat : 1619 (java) S 1608 1610 30903 0 -1 4202560 101 0 0 0 129 4 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480665847976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1622] ppid=1608 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/1610/task/1622/stat : 1622 (java) S 1608 1610 30903 0 -1 4202560 111 0 0 0 116 4 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480664795688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1623] ppid=1608 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/1610/task/1623/stat : 1623 (java) S 1608 1610 30903 0 -1 4202560 87 0 0 0 127 4 0 0 20 0 22 0 338651233 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480192965032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1624] ppid=1608 vsize=11852648 CPUtime=64.55 cores=1,3,5,7
/proc/1610/task/1624/stat : 1624 (java) S 1608 1610 30903 0 -1 4202560 224 0 0 0 6447 8 0 0 20 0 22 0 338651235 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480180767464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1625] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1625/stat : 1625 (java) S 1608 1610 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480179713528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1626] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1626/stat : 1626 (java) S 1608 1610 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480178661128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1627] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1627/stat : 1627 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480177609616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1628] ppid=1608 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/1610/task/1628/stat : 1628 (java) S 1608 1610 30903 0 -1 4202560 4966 0 0 0 110 2 0 0 20 0 22 0 338651238 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480176556216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1629] ppid=1608 vsize=11852648 CPUtime=2.47 cores=1,3,5,7
/proc/1610/task/1629/stat : 1629 (java) S 1608 1610 30903 0 -1 4202560 20321 0 0 0 243 4 0 0 20 0 22 0 338651238 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480175503416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1630] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1630/stat : 1630 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480174451320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1631] ppid=1608 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/1610/task/1631/stat : 1631 (java) S 1608 1610 30903 0 -1 4202560 51 0 0 0 21 22 0 0 20 0 22 0 338651238 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480173398728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1632] ppid=1608 vsize=11852648 CPUtime=811.52 cores=1,3,5,7
/proc/1610/task/1632/stat : 1632 (java) R 1608 1610 30903 0 -1 4202560 118 0 0 0 81139 13 0 0 20 0 22 0 338651302 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480172286792 140480680420819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1633] ppid=1608 vsize=11852648 CPUtime=811.37 cores=1,3,5,7
/proc/1610/task/1633/stat : 1633 (java) R 1608 1610 30903 0 -1 4202560 1637 0 0 0 81063 74 0 0 20 0 22 0 338651302 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480171231856 140480680546064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1634] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1634/stat : 1634 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480170182312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1635] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1635/stat : 1635 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 971108 33554432000 1073741824 1073778376 140734725763552 140480169129512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1707.05
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+930.901 s]
/proc/loadavg: 4.27 3.88 3.81 5/221 1724
/proc/meminfo: memFree=20766712/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11852648 CPUtime=1800.05 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 32470 0 1 0 179862 143 0 0 20 0 22 0 338651230 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2963162 971122 2290 9 0 2953849 0
[pid=1610/tid=1613] ppid=1608 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/1610/task/1613/stat : 1613 (java) S 1608 1610 30903 0 -1 4202560 3023 0 1 0 69 5 0 0 20 0 22 0 338651231 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480834069656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1614] ppid=1608 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/1610/task/1614/stat : 1614 (java) S 1608 1610 30903 0 -1 4202560 123 0 0 0 137 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480802478888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1615] ppid=1608 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/1610/task/1615/stat : 1615 (java) S 1608 1610 30903 0 -1 4202560 114 0 0 0 137 5 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480801426088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1616] ppid=1608 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/1610/task/1616/stat : 1616 (java) S 1608 1610 30903 0 -1 4202560 143 0 0 0 139 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480800373800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1617] ppid=1608 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/1610/task/1617/stat : 1617 (java) S 1608 1610 30903 0 -1 4202560 137 0 0 0 129 6 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480799321000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1618] ppid=1608 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/1610/task/1618/stat : 1618 (java) S 1608 1610 30903 0 -1 4202560 118 0 0 0 135 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480798267688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1619] ppid=1608 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/1610/task/1619/stat : 1619 (java) S 1608 1610 30903 0 -1 4202560 101 0 0 0 139 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480665847976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1622] ppid=1608 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/1610/task/1622/stat : 1622 (java) S 1608 1610 30903 0 -1 4202560 111 0 0 0 121 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480664795688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1623] ppid=1608 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/1610/task/1623/stat : 1623 (java) S 1608 1610 30903 0 -1 4202560 92 0 0 0 131 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480192965032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1624] ppid=1608 vsize=11852648 CPUtime=68.97 cores=1,3,5,7
/proc/1610/task/1624/stat : 1624 (java) S 1608 1610 30903 0 -1 4202560 226 0 0 0 6888 9 0 0 20 0 22 0 338651235 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480180767464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1625] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1625/stat : 1625 (java) S 1608 1610 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480179713528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1626] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1626/stat : 1626 (java) S 1608 1610 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480178661128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1627] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1627/stat : 1627 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480177609616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1628] ppid=1608 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/1610/task/1628/stat : 1628 (java) S 1608 1610 30903 0 -1 4202560 4966 0 0 0 110 2 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480176556216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1629] ppid=1608 vsize=11852648 CPUtime=2.47 cores=1,3,5,7
/proc/1610/task/1629/stat : 1629 (java) S 1608 1610 30903 0 -1 4202560 20321 0 0 0 243 4 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480175503416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1630] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1630/stat : 1630 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480174451320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1631] ppid=1608 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/1610/task/1631/stat : 1631 (java) S 1608 1610 30903 0 -1 4202560 53 0 0 0 21 23 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480173398728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1632] ppid=1608 vsize=11852648 CPUtime=855.46 cores=1,3,5,7
/proc/1610/task/1632/stat : 1632 (java) R 1608 1610 30903 0 -1 4202560 119 0 0 0 85532 14 0 0 20 0 22 0 338651302 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480172286672 140480680388032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1633] ppid=1608 vsize=11852648 CPUtime=855.3 cores=1,3,5,7
/proc/1610/task/1633/stat : 1633 (java) R 1608 1610 30903 0 -1 4202560 1637 0 0 0 85456 74 0 0 20 0 22 0 338651302 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480171232096 140480680546085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1634] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1634/stat : 1634 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480170182312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1635] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1635/stat : 1635 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480169129512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 11852648

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

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

[startup+930.901 s]
/proc/loadavg: 4.27 3.88 3.81 5/221 1724
/proc/meminfo: memFree=20766712/32873844 swapFree=7124/7124
[pid=1610] ppid=1608 vsize=11852648 CPUtime=1800.05 cores=1,3,5,7
/proc/1610/stat : 1610 (java) S 1608 1610 30903 0 -1 4202496 32470 0 1 0 179862 143 0 0 20 0 22 0 338651230 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140734725754688 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1610/statm: 2963162 971122 2290 9 0 2953849 0
[pid=1610/tid=1613] ppid=1608 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/1610/task/1613/stat : 1613 (java) S 1608 1610 30903 0 -1 4202560 3023 0 1 0 69 5 0 0 20 0 22 0 338651231 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480834069656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1614] ppid=1608 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/1610/task/1614/stat : 1614 (java) S 1608 1610 30903 0 -1 4202560 123 0 0 0 137 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480802478888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1615] ppid=1608 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/1610/task/1615/stat : 1615 (java) S 1608 1610 30903 0 -1 4202560 114 0 0 0 137 5 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480801426088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1616] ppid=1608 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/1610/task/1616/stat : 1616 (java) S 1608 1610 30903 0 -1 4202560 143 0 0 0 139 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480800373800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1617] ppid=1608 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/1610/task/1617/stat : 1617 (java) S 1608 1610 30903 0 -1 4202560 137 0 0 0 129 6 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480799321000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1618] ppid=1608 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/1610/task/1618/stat : 1618 (java) S 1608 1610 30903 0 -1 4202560 118 0 0 0 135 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480798267688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1619] ppid=1608 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/1610/task/1619/stat : 1619 (java) S 1608 1610 30903 0 -1 4202560 101 0 0 0 139 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480665847976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1622] ppid=1608 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/1610/task/1622/stat : 1622 (java) S 1608 1610 30903 0 -1 4202560 111 0 0 0 121 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480664795688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1623] ppid=1608 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/1610/task/1623/stat : 1623 (java) S 1608 1610 30903 0 -1 4202560 92 0 0 0 131 4 0 0 20 0 22 0 338651233 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480192965032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1624] ppid=1608 vsize=11852648 CPUtime=68.97 cores=1,3,5,7
/proc/1610/task/1624/stat : 1624 (java) S 1608 1610 30903 0 -1 4202560 226 0 0 0 6888 9 0 0 20 0 22 0 338651235 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480180767464 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1625] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1625/stat : 1625 (java) S 1608 1610 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480179713528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1626] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1626/stat : 1626 (java) S 1608 1610 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338651235 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480178661128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1627] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1627/stat : 1627 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480177609616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1628] ppid=1608 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/1610/task/1628/stat : 1628 (java) S 1608 1610 30903 0 -1 4202560 4966 0 0 0 110 2 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480176556216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1629] ppid=1608 vsize=11852648 CPUtime=2.47 cores=1,3,5,7
/proc/1610/task/1629/stat : 1629 (java) S 1608 1610 30903 0 -1 4202560 20321 0 0 0 243 4 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480175503416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1630] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1630/stat : 1630 (java) S 1608 1610 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480174451320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1610/tid=1631] ppid=1608 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/1610/task/1631/stat : 1631 (java) S 1608 1610 30903 0 -1 4202560 53 0 0 0 21 23 0 0 20 0 22 0 338651238 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480173398728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1632] ppid=1608 vsize=11852648 CPUtime=855.46 cores=1,3,5,7
/proc/1610/task/1632/stat : 1632 (java) R 1608 1610 30903 0 -1 4202560 119 0 0 0 85532 14 0 0 20 0 22 0 338651302 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480172286672 140480680388032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1610/tid=1633] ppid=1608 vsize=11852648 CPUtime=855.3 cores=1,3,5,7
/proc/1610/task/1633/stat : 1633 (java) R 1608 1610 30903 0 -1 4202560 1637 0 0 0 85456 74 0 0 20 0 22 0 338651302 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480171232096 140480680546085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1610/tid=1634] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1634/stat : 1634 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480170182312 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1610/tid=1635] ppid=1608 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1610/task/1635/stat : 1635 (java) S 1608 1610 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338651304 12137111552 971122 33554432000 1073741824 1073778376 140734725763552 140480169129512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 930.947
CPU time (s): 1800.05
CPU user time (s): 1798.62
CPU system time (s): 1.43
CPU usage (%): 193.357
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.82272
maximum resident set size= 3895636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27908
involuntary context switches= 34323

runsolver used 3.79342 second user time and 9.01163 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 14:07:38
IDJOB=3738389
IDBENCH=71849
IDSOLVER=2328
FILE ID=node134/3738389-1338725258
RUNJOBID= node134-1338713778-30920
PBS_JOBID= 14636743
Free space on /tmp= 70360 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738389-1338725258/watcher-3738389-1338725258 -o /tmp/evaluation-result-3738389-1338725258/solver-3738389-1338725258 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3738389-1338725258.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=409260377

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27002292 kB
Buffers:          488368 kB
Cached:          3304528 kB
SwapCached:           76 kB
Active:          2919104 kB
Inactive:        2050036 kB
Active(anon):    1167584 kB
Inactive(anon):    10496 kB
Active(file):    1751520 kB
Inactive(file):  2039540 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       1182696 kB
Mapped:            19320 kB
Shmem:                96 kB
Slab:             761380 kB
SReclaimable:     202988 kB
SUnreclaim:       558392 kB
KernelStack:        1648 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70356 MiB
End job on node134 at 2012-06-03 14:23:11