Trace number 3742149

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K96.opb
MD5SUM12d577f059d1da283bb935f5e106dee7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark568.277
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6528
Total number of constraints6722
Number of constraints which are clauses6626
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint96
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 97
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3742149-1338764482.opb
0.07/0.14	c reading problem ... 
0.73/0.47	c ... done. Wall clock time 0.335s.
0.73/0.47	c #vars     6528
1.03/0.50	c #constraints  6722
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
1.03/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1235
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5389
1.03/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 96
4.99/1.88	c cleaning 2472 clauses out of 4983 with flag 5001/5001
8.72/3.42	c cleaning 4243 clauses out of 8505 with flag 11003/11003
12.94/5.58	c cleaning 5622 clauses out of 11259 with flag 18001/18001
17.19/7.70	c cleaning 6775 clauses out of 13634 with flag 26005/26005
22.58/10.31	c cleaning 7873 clauses out of 15841 with flag 35000/35000
28.15/13.18	c cleaning 8890 clauses out of 17967 with flag 45000/45000
34.08/16.20	c cleaning 9368 clauses out of 19076 with flag 55000/55000
41.67/19.93	c cleaning 9751 clauses out of 19709 with flag 65001/65001
46.99/22.64	c cleaning 9790 clauses out of 19954 with flag 75000/75000
52.38/25.32	c cleaning 9947 clauses out of 20162 with flag 85000/85000
62.29/30.33	c cleaning 10069 clauses out of 20219 with flag 95004/95004
67.44/32.98	c cleaning 9835 clauses out of 20147 with flag 105001/105001
76.13/37.34	c cleaning 9914 clauses out of 20312 with flag 115001/115001
84.05/41.33	c cleaning 10065 clauses out of 20397 with flag 125000/125000
93.95/46.32	c cleaning 10097 clauses out of 20330 with flag 135001/135001
99.85/49.31	c cleaning 9973 clauses out of 20233 with flag 145002/145002
108.10/53.53	c cleaning 10005 clauses out of 20261 with flag 155003/155003
115.80/57.42	c cleaning 10010 clauses out of 20254 with flag 165001/165001
123.51/61.33	c cleaning 9860 clauses out of 20244 with flag 175001/175001
129.22/64.20	c cleaning 10095 clauses out of 20387 with flag 185005/185005
136.04/67.77	c cleaning 10083 clauses out of 20289 with flag 195002/195002
142.74/71.11	c cleaning 9613 clauses out of 20204 with flag 205000/205000
149.22/74.43	c cleaning 9452 clauses out of 20591 with flag 215000/215000
154.69/77.27	c cleaning 9381 clauses out of 21140 with flag 225001/225001
167.34/83.63	c cleaning 9526 clauses out of 21758 with flag 235000/235000
174.62/87.39	c cleaning 9504 clauses out of 22232 with flag 245000/245000
180.48/90.38	c cleaning 9621 clauses out of 22727 with flag 255000/255000
187.14/93.73	c cleaning 9638 clauses out of 23107 with flag 265001/265001
200.14/100.31	c cleaning 9350 clauses out of 23469 with flag 275001/275001
216.80/108.70	c cleaning 9740 clauses out of 24118 with flag 285000/285000
235.07/117.95	c cleaning 10088 clauses out of 24380 with flag 295002/295002
240.74/120.82	c cleaning 9367 clauses out of 24290 with flag 305000/305000
247.57/124.31	c cleaning 9654 clauses out of 24923 with flag 315000/315000
253.41/127.34	c cleaning 9559 clauses out of 25270 with flag 325001/325001
258.66/130.03	c cleaning 9533 clauses out of 25710 with flag 335002/335002
264.70/133.18	c cleaning 9632 clauses out of 26177 with flag 345002/345002
271.86/136.81	c cleaning 9554 clauses out of 26543 with flag 355000/355000
280.11/141.02	c cleaning 9580 clauses out of 26989 with flag 365001/365001
297.35/149.76	c cleaning 9833 clauses out of 27408 with flag 375000/375000
308.80/155.56	c cleaning 9638 clauses out of 27575 with flag 385001/385001
325.34/163.94	c cleaning 9777 clauses out of 27936 with flag 395000/395000
343.74/173.28	c cleaning 9808 clauses out of 28161 with flag 405002/405002
352.14/177.58	c cleaning 9578 clauses out of 28353 with flag 415002/415002
361.33/182.22	c cleaning 9656 clauses out of 28773 with flag 425000/425000
371.61/187.53	c cleaning 9492 clauses out of 29117 with flag 435000/435000
381.62/192.61	c cleaning 9604 clauses out of 29629 with flag 445004/445004
387.41/195.62	c cleaning 9555 clauses out of 30021 with flag 455000/455000
393.20/198.66	c cleaning 9432 clauses out of 30467 with flag 465001/465001
400.87/202.61	c cleaning 9687 clauses out of 31033 with flag 475000/475000
407.27/205.97	c cleaning 9506 clauses out of 31346 with flag 485000/485000
419.69/212.22	c cleaning 9615 clauses out of 31842 with flag 495003/495003
434.05/219.59	c cleaning 9565 clauses out of 32225 with flag 505001/505001
448.29/226.81	c cleaning 9646 clauses out of 32659 with flag 515000/515000
462.50/234.05	c cleaning 0 clauses out of 5002 with flag 0/5002
469.76/237.64	c cleaning 9750 clauses out of 33013 with flag 525000/525000
489.33/247.52	c cleaning 9838 clauses out of 33265 with flag 535002/535002
508.58/257.31	c cleaning 9778 clauses out of 33427 with flag 545002/545002
520.13/263.27	c cleaning 9949 clauses out of 33647 with flag 555000/555000
530.10/268.37	c cleaning 9651 clauses out of 33699 with flag 565001/565001
546.86/276.88	c cleaning 9740 clauses out of 34051 with flag 575004/575004
562.27/284.79	c cleaning 9701 clauses out of 34307 with flag 585000/585000
574.44/290.99	c cleaning 9794 clauses out of 34607 with flag 595001/595001
584.59/296.14	c cleaning 9803 clauses out of 34812 with flag 605000/605000
592.77/300.35	c cleaning 9765 clauses out of 35012 with flag 615004/615004
601.98/305.18	c cleaning 9765 clauses out of 35246 with flag 625003/625003
611.75/310.18	c cleaning 9676 clauses out of 35478 with flag 635000/635000
621.90/315.34	c cleaning 9701 clauses out of 35802 with flag 645000/645000
631.26/320.17	c cleaning 9849 clauses out of 36102 with flag 655001/655001
641.68/325.53	c cleaning 9821 clauses out of 36256 with flag 665004/665004
656.40/333.02	c cleaning 9804 clauses out of 36432 with flag 675001/675001
662.74/336.31	c cleaning 9840 clauses out of 36626 with flag 685000/685000
668.27/339.26	c cleaning 9609 clauses out of 36791 with flag 695006/695006
674.07/342.37	c cleaning 9530 clauses out of 37175 with flag 705000/705000
681.40/346.10	c cleaning 9728 clauses out of 37648 with flag 715003/715003
687.75/349.47	c cleaning 9548 clauses out of 37916 with flag 725000/725000
695.86/353.68	c cleaning 9669 clauses out of 38368 with flag 735001/735001
703.65/357.72	c cleaning 9604 clauses out of 38697 with flag 745000/745000
711.83/361.97	c cleaning 9682 clauses out of 39097 with flag 755005/755005
723.93/368.18	c cleaning 9720 clauses out of 39411 with flag 765001/765001
733.45/373.07	c cleaning 9669 clauses out of 39694 with flag 775004/775004
744.78/378.95	c cleaning 9688 clauses out of 40021 with flag 785000/785000
756.54/384.99	c cleaning 9989 clauses out of 40334 with flag 795001/795001
763.87/388.76	c cleaning 9588 clauses out of 40345 with flag 805001/805001
774.39/394.16	c cleaning 9527 clauses out of 40756 with flag 815000/815000
790.33/402.32	c cleaning 9867 clauses out of 41229 with flag 825000/825000
799.84/407.22	c cleaning 9818 clauses out of 41363 with flag 835001/835001
810.15/412.54	c cleaning 9702 clauses out of 41544 with flag 845000/845000
818.65/416.96	c cleaning 9869 clauses out of 41842 with flag 855000/855000
825.33/420.51	c cleaning 9538 clauses out of 41973 with flag 865000/865000
837.40/426.78	c cleaning 9763 clauses out of 42437 with flag 875002/875002
847.29/431.86	c cleaning 9791 clauses out of 42673 with flag 885001/885001
855.97/436.38	c cleaning 9645 clauses out of 42883 with flag 895002/895002
866.23/441.74	c cleaning 9847 clauses out of 43235 with flag 905000/905000
874.50/446.08	c cleaning 9719 clauses out of 43388 with flag 915000/915000
887.56/452.77	c cleaning 9746 clauses out of 43669 with flag 925000/925000
893.60/455.93	c cleaning 9680 clauses out of 43923 with flag 935001/935001
901.85/460.36	c cleaning 9611 clauses out of 44245 with flag 945003/945003
912.67/465.92	c cleaning 9631 clauses out of 44632 with flag 955001/955001
919.12/469.35	c cleaning 9656 clauses out of 45003 with flag 965003/965003
925.99/472.91	c cleaning 9815 clauses out of 45344 with flag 975000/975000
933.41/476.95	c cleaning 9509 clauses out of 45528 with flag 985000/985000
940.85/480.81	c cleaning 9581 clauses out of 46019 with flag 995001/995001
952.48/486.80	c cleaning 9838 clauses out of 46437 with flag 1005000/1005000
960.13/490.80	c cleaning 9647 clauses out of 46599 with flag 1015000/1015000
968.75/495.43	c cleaning 9851 clauses out of 46952 with flag 1025000/1025000
981.38/501.93	c cleaning 9928 clauses out of 47103 with flag 1035002/1035002
995.64/509.23	c cleaning 9853 clauses out of 47173 with flag 1045000/1045000
1006.48/514.84	c cleaning 9992 clauses out of 47320 with flag 1055000/1055000
1013.65/518.75	c cleaning 9870 clauses out of 47328 with flag 1065000/1065000
1025.46/524.85	c cleaning 9737 clauses out of 47458 with flag 1075000/1075000
1032.87/528.72	c cleaning 9851 clauses out of 47720 with flag 1085000/1085000
1041.30/533.18	c cleaning 9574 clauses out of 47869 with flag 1095000/1095000
1049.29/537.49	c cleaning 9655 clauses out of 48295 with flag 1105000/1105000
1060.91/543.41	c cleaning 9762 clauses out of 48640 with flag 1115000/1115000
1072.14/549.28	c cleaning 9958 clauses out of 48881 with flag 1125003/1125003
1083.12/554.98	c cleaning 9885 clauses out of 48920 with flag 1135000/1135000
1089.02/558.24	c cleaning 9851 clauses out of 49035 with flag 1145000/1145000
1102.84/565.39	c cleaning 9614 clauses out of 49184 with flag 1155001/1155001
1116.02/572.16	c cleaning 9758 clauses out of 49569 with flag 1165000/1165000
1124.63/576.69	c cleaning 9731 clauses out of 49811 with flag 1175000/1175000
1135.93/582.67	c cleaning 9677 clauses out of 50085 with flag 1185005/1185005
1143.14/586.46	c cleaning 9802 clauses out of 50405 with flag 1195002/1195002
1149.55/589.85	c cleaning 9825 clauses out of 50601 with flag 1205000/1205000
1160.31/595.40	c cleaning 9680 clauses out of 50777 with flag 1215001/1215001
1170.22/600.70	c cleaning 9797 clauses out of 51099 with flag 1225003/1225003
1177.19/604.45	c cleaning 9677 clauses out of 51299 with flag 1235000/1235000
1186.00/609.08	c cleaning 9784 clauses out of 51624 with flag 1245002/1245002
1194.15/613.37	c cleaning 9972 clauses out of 51839 with flag 1255001/1255001
1202.88/618.00	c cleaning 9602 clauses out of 51867 with flag 1265001/1265001
1209.08/621.31	c cleaning 9828 clauses out of 52264 with flag 1275000/1275000
1220.66/627.38	c cleaning 9668 clauses out of 52437 with flag 1285001/1285001
1227.66/631.04	c cleaning 9643 clauses out of 52768 with flag 1295000/1295000
1242.59/638.83	c cleaning 9892 clauses out of 53125 with flag 1305000/1305000
1249.19/642.39	c cleaning 9577 clauses out of 53233 with flag 1315000/1315000
1260.77/648.32	c cleaning 9555 clauses out of 53656 with flag 1325000/1325000
1271.96/654.18	c cleaning 9971 clauses out of 54101 with flag 1335000/1335000
1282.29/659.65	c cleaning 9702 clauses out of 54131 with flag 1345001/1345001
1295.47/666.41	c cleaning 9826 clauses out of 54427 with flag 1355000/1355000
1303.64/670.76	c cleaning 9634 clauses out of 54602 with flag 1365002/1365002
1319.05/678.70	c cleaning 9553 clauses out of 54966 with flag 1375000/1375000
1339.75/689.31	c cleaning 9752 clauses out of 55415 with flag 1385002/1385002
1360.15/699.77	c cleaning 9818 clauses out of 55664 with flag 1395003/1395003
1378.56/709.17	c cleaning 9789 clauses out of 55844 with flag 1405001/1405001
1387.54/713.82	c cleaning 9839 clauses out of 56057 with flag 1415003/1415003
1397.03/718.96	c cleaning 9728 clauses out of 56218 with flag 1425003/1425003
1408.02/724.65	c cleaning 9883 clauses out of 56487 with flag 1435000/1435000
1418.60/730.11	c cleaning 9836 clauses out of 56604 with flag 1445000/1445000
1430.17/736.19	c cleaning 9843 clauses out of 56774 with flag 1455006/1455006
1441.29/742.06	c cleaning 9789 clauses out of 56927 with flag 1465002/1465002
1451.44/747.36	c cleaning 9842 clauses out of 57137 with flag 1475001/1475001
1464.61/754.13	c cleaning 9807 clauses out of 57295 with flag 1485001/1485001
1479.79/761.94	c cleaning 9757 clauses out of 57487 with flag 1495000/1495000
1492.70/768.71	c cleaning 9831 clauses out of 57731 with flag 1505001/1505001
1501.87/773.56	c cleaning 9614 clauses out of 57904 with flag 1515006/1515006
1512.42/779.07	c cleaning 9704 clauses out of 58284 with flag 1525000/1525000
1522.98/784.58	c cleaning 9785 clauses out of 58581 with flag 1535001/1535001
1533.25/790.05	c cleaning 9887 clauses out of 58795 with flag 1545000/1545000
1543.40/795.38	c cleaning 9814 clauses out of 58908 with flag 1555000/1555000
1556.15/801.97	c cleaning 9903 clauses out of 59093 with flag 1565000/1565000
1588.96/818.54	c cleaning 9845 clauses out of 59190 with flag 1575000/1575000
1601.19/825.05	c cleaning 9741 clauses out of 59346 with flag 1585002/1585002
1612.93/831.16	c cleaning 9660 clauses out of 59605 with flag 1595002/1595002
1630.06/839.97	c cleaning 9585 clauses out of 59943 with flag 1605000/1605000
1650.02/850.14	c cleaning 9973 clauses out of 60358 with flag 1615000/1615000
1670.06/860.51	c cleaning 9825 clauses out of 60386 with flag 1625001/1625001
1691.19/871.31	c cleaning 9798 clauses out of 60560 with flag 1635000/1635000
1709.94/880.93	c cleaning 9854 clauses out of 60763 with flag 1645001/1645001
1728.26/890.38	c cleaning 9899 clauses out of 60908 with flag 1655000/1655000
1747.43/900.33	c cleaning 9863 clauses out of 61011 with flag 1665002/1665002
1765.33/909.50	c cleaning 9919 clauses out of 61149 with flag 1675003/1675003
1780.67/917.41	c cleaning 10278 clauses out of 61231 with flag 1685004/1685004
1789.79/922.26	c cleaning 9619 clauses out of 60949 with flag 1695000/1695000
1796.77/926.12	c cleaning 9938 clauses out of 61331 with flag 1705002/1705002
1800.06/928.01	c starts		: 190
1800.06/928.01	c conflicts		: 1708661
1800.06/928.01	c decisions		: 14906724
1800.06/928.01	c propagations		: 591810700
1800.06/928.01	c inspects		: 1748757192
1800.06/928.01	c shortcuts		: 0
1800.06/928.01	c learnt literals	: 86
1800.06/928.01	c learnt binary clauses	: 42597
1800.06/928.01	c learnt ternary clauses	: 61987
1800.06/928.01	c learnt constraints	: 1708575
1800.06/928.01	c ignored constraints	: 0
1800.06/928.01	c root simplifications	: 0
1800.06/928.01	c removed literals (reason simplification)	: 46011581
1800.06/928.01	c reason swapping (by a shorter reason)	: 0
1800.06/928.01	c Calls to reduceDB	: 172
1800.06/928.01	c number of reductions to clauses (during analyze)	: 0
1800.06/928.01	c number of learned constraints concerned by reduction	: 0
1800.06/928.01	c number of learning phase by resolution	: 0
1800.06/928.01	c number of learning phase by cutting planes	: 0
1800.06/928.01	c speed (assignments/second)	: 638046.1523865381
1800.06/928.01	c non guided choices	6575
1800.06/928.04	c learnt constraints type 
1800.06/928.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42598
1800.06/928.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12541
1800.06/928.04	c constraints type 
1800.06/928.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
1800.06/928.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
1800.06/928.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
1800.06/928.04	c constraints type 
1800.06/928.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1235
1800.06/928.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5389
1800.06/928.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 96
1800.06/928.04	s UNKNOWN
1800.06/928.04	c Total wall clock time (in seconds): 927.905

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-3742149-1338764482/watcher-3742149-1338764482 -o /tmp/evaluation-result-3742149-1338764482/solver-3742149-1338764482 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742149-1338764482.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.71 3.71 2.87 2/175 24260
/proc/meminfo: memFree=28280456/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/24260/stat : 24260 (java) R 24258 24260 24098 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 342572515 278528 33 33554432000 1073741824 1073778376 140734384602944 140736913115992 209874677031 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 68 33 25 9 0 25 0

[startup+0.0899521 s]
/proc/loadavg: 3.71 3.71 2.87 2/175 24260
/proc/meminfo: memFree=28280456/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 3919 0 1 0 5 1 0 0 20 0 18 0 342572515 11864465408 12793 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2896598 12793 1766 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100252 s]
/proc/loadavg: 3.71 3.71 2.87 2/175 24260
/proc/meminfo: memFree=28280456/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 3958 0 1 0 6 1 0 0 20 0 18 0 342572515 11864465408 12832 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2896598 12832 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300216 s]
/proc/loadavg: 3.71 3.71 2.87 2/175 24260
/proc/meminfo: memFree=28280456/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 7491 0 1 0 50 2 0 0 20 0 18 0 342572515 11864465408 17580 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2896598 17580 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.70017 s]
/proc/loadavg: 3.71 3.71 2.87 2/175 24260
/proc/meminfo: memFree=28280456/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11852648 CPUtime=1.82 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 11701 0 1 0 179 3 0 0 20 0 22 0 342572515 12137111552 28896 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2963162 28896 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 11852648

[startup+1.50069 s]
/proc/loadavg: 3.71 3.71 2.87 9/220 24341
/proc/meminfo: memFree=28002892/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11852648 CPUtime=4.38 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 23140 0 1 0 430 8 0 0 20 0 22 0 342572515 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2963162 74501 2265 9 0 2953849 0
[pid=24260/tid=24262] ppid=24258 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/24260/task/24262/stat : 24262 (java) S 24258 24260 24098 0 -1 4202560 2889 0 1 0 42 2 0 0 20 0 22 0 342572516 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885848237208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24270] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24270/stat : 24270 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885816646184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24271] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24271/stat : 24271 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885815593384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24272] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24272/stat : 24272 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885814540584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24273] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24273/stat : 24273 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885813487784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24274] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24274/stat : 24274 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885812436008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24275] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24275/stat : 24275 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885811383208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24276] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24276/stat : 24276 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885678660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24277] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24277/stat : 24277 (java) S 24258 24260 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885677607592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24281] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24281/stat : 24281 (java) S 24258 24260 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885194631656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24282] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24282/stat : 24282 (java) S 24258 24260 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885193577720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24283] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24283/stat : 24283 (java) S 24258 24260 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885192524808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24285] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24285/stat : 24285 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885191473296 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24286] ppid=24258 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/24260/task/24286/stat : 24286 (java) S 24258 24260 24098 0 -1 4202560 10515 0 0 0 88 2 0 0 20 0 22 0 342572523 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885190421432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24287] ppid=24258 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/24260/task/24287/stat : 24287 (java) S 24258 24260 24098 0 -1 4202560 8360 0 0 0 96 0 0 0 20 0 22 0 342572523 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885189368632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24289] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24289/stat : 24289 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885188316024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24291] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24291/stat : 24291 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885187263432 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24334] ppid=24258 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/24260/task/24334/stat : 24334 (java) R 24258 24260 24098 0 -1 4202560 28 0 0 0 99 0 0 0 20 0 22 0 342572563 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885186208408 139885693203490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24335] ppid=24258 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/24260/task/24335/stat : 24335 (java) R 24258 24260 24098 0 -1 4202560 147 0 0 0 98 2 0 0 20 0 22 0 342572563 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885185154904 139885693285243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24336] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24336/stat : 24336 (java) S 24258 24260 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885184103336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24337] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24337/stat : 24337 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 74501 33554432000 1073741824 1073778376 140734384602944 139885183050536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 11852648

[startup+3.10069 s]
/proc/loadavg: 3.71 3.71 2.87 8/220 24341
/proc/meminfo: memFree=27147260/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11852648 CPUtime=8.11 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 24146 0 1 0 799 12 0 0 20 0 22 0 342572515 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2963162 115126 2290 9 0 2953849 0
[pid=24260/tid=24262] ppid=24258 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/24260/task/24262/stat : 24262 (java) S 24258 24260 24098 0 -1 4202560 2889 0 1 0 42 2 0 0 20 0 22 0 342572516 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885848237208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24270] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24270/stat : 24270 (java) S 24258 24260 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885816646184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24271] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24271/stat : 24271 (java) S 24258 24260 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885815593384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24272] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24272/stat : 24272 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885814540584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24273] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24273/stat : 24273 (java) S 24258 24260 24098 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885813487784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24274] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24274/stat : 24274 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885812436008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24275] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24275/stat : 24275 (java) S 24258 24260 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885811383208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24276] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24276/stat : 24276 (java) S 24258 24260 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885678660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24277] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24277/stat : 24277 (java) S 24258 24260 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885677607592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24281] ppid=24258 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/24260/task/24281/stat : 24281 (java) S 24258 24260 24098 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 22 0 342572520 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885194631656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24282] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24282/stat : 24282 (java) S 24258 24260 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885193577720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24283] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24283/stat : 24283 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885192524808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24285] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24285/stat : 24285 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885191473296 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24286] ppid=24258 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/24260/task/24286/stat : 24286 (java) S 24258 24260 24098 0 -1 4202560 11376 0 0 0 140 2 0 0 20 0 22 0 342572523 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885190421432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24287] ppid=24258 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/24260/task/24287/stat : 24287 (java) S 24258 24260 24098 0 -1 4202560 8365 0 0 0 101 0 0 0 20 0 22 0 342572523 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885189368632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24289] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24289/stat : 24289 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885188316024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24291] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24291/stat : 24291 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885187263432 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24334] ppid=24258 vsize=11852648 CPUtime=2.53 cores=0,2,4,6
/proc/24260/task/24334/stat : 24334 (java) R 24258 24260 24098 0 -1 4202560 31 0 0 0 253 0 0 0 20 0 22 0 342572563 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885186207288 139885693129827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24335] ppid=24258 vsize=11852648 CPUtime=2.54 cores=0,2,4,6
/proc/24260/task/24335/stat : 24335 (java) R 24258 24260 24098 0 -1 4202560 215 0 0 0 249 5 0 0 20 0 22 0 342572563 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885185153752 139885693143255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24336] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24336/stat : 24336 (java) S 24258 24260 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885184103336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24337] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24337/stat : 24337 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 115126 33554432000 1073741824 1073778376 140734384602944 139885183050536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 11852648

[startup+6.30069 s]
/proc/loadavg: 3.73 3.72 2.87 5/220 24341
/proc/meminfo: memFree=26654860/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11852648 CPUtime=14.57 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 24406 0 1 0 1437 20 0 0 20 0 22 0 342572515 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2963162 229093 2290 9 0 2953849 0
[pid=24260/tid=24262] ppid=24258 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/24260/task/24262/stat : 24262 (java) S 24258 24260 24098 0 -1 4202560 2889 0 1 0 42 2 0 0 20 0 22 0 342572516 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885848237208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24270] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24270/stat : 24270 (java) S 24258 24260 24098 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885816646184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24271] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24271/stat : 24271 (java) S 24258 24260 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885815593384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24272] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24272/stat : 24272 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885814540584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24273] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24273/stat : 24273 (java) S 24258 24260 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885813487784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24274] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24274/stat : 24274 (java) S 24258 24260 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885812436008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24275] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24275/stat : 24275 (java) S 24258 24260 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885811383208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24276] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24276/stat : 24276 (java) S 24258 24260 24098 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885678660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24277] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24277/stat : 24277 (java) S 24258 24260 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572518 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885677607592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24281] ppid=24258 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/24260/task/24281/stat : 24281 (java) S 24258 24260 24098 0 -1 4202560 45 0 0 0 10 0 0 0 20 0 22 0 342572520 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885194631656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24282] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24282/stat : 24282 (java) S 24258 24260 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885193577720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24283] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24283/stat : 24283 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885192524808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24285] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24285/stat : 24285 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885191473296 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24286] ppid=24258 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/24260/task/24286/stat : 24286 (java) S 24258 24260 24098 0 -1 4202560 11383 0 0 0 146 2 0 0 20 0 22 0 342572523 12137111552 229093 33554432000 1073741824 1073778376 140734384602944 139885190421432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/24260/statm: 2963162 763624 2291 9 0 2953849 0
[pid=24260/tid=24262] ppid=24258 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/24260/task/24262/stat : 24262 (java) S 24258 24260 24098 0 -1 4202560 3003 0 1 0 44 3 0 0 20 0 22 0 342572516 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885848237208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24270] ppid=24258 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/24260/task/24270/stat : 24270 (java) S 24258 24260 24098 0 -1 4202560 98 0 0 0 148 3 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885816646184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24271] ppid=24258 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/24260/task/24271/stat : 24271 (java) S 24258 24260 24098 0 -1 4202560 81 0 0 0 141 1 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885815593384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24272] ppid=24258 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/24260/task/24272/stat : 24272 (java) S 24258 24260 24098 0 -1 4202560 82 0 0 0 138 2 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885814540584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24273] ppid=24258 vsize=11852648 CPUtime=1.56 cores=0,2,4,6
/proc/24260/task/24273/stat : 24273 (java) S 24258 24260 24098 0 -1 4202560 79 0 0 0 154 2 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885813487784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24274] ppid=24258 vsize=11852648 CPUtime=1.65 cores=0,2,4,6
/proc/24260/task/24274/stat : 24274 (java) S 24258 24260 24098 0 -1 4202560 90 0 0 0 162 3 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885812436008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24275] ppid=24258 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/24260/task/24275/stat : 24275 (java) S 24258 24260 24098 0 -1 4202560 82 0 0 0 146 2 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885811383208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24276] ppid=24258 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/24260/task/24276/stat : 24276 (java) S 24258 24260 24098 0 -1 4202560 90 0 0 0 150 3 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885678660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24277] ppid=24258 vsize=11852648 CPUtime=1.56 cores=0,2,4,6
/proc/24260/task/24277/stat : 24277 (java) S 24258 24260 24098 0 -1 4202560 67 0 0 0 155 1 0 0 20 0 22 0 342572518 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885677607592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24281] ppid=24258 vsize=11852648 CPUtime=56.47 cores=0,2,4,6
/proc/24260/task/24281/stat : 24281 (java) S 24258 24260 24098 0 -1 4202560 255 0 0 0 5636 11 0 0 20 0 22 0 342572520 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885194631656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24282] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24282/stat : 24282 (java) S 24258 24260 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885193577720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24283] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24283/stat : 24283 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885192524808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24285] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24285/stat : 24285 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885191473296 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24286] ppid=24258 vsize=11852648 CPUtime=1.97 cores=0,2,4,6
/proc/24260/task/24286/stat : 24286 (java) S 24258 24260 24098 0 -1 4202560 12879 0 0 0 195 2 0 0 20 0 22 0 342572523 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885190421432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24287] ppid=24258 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/24260/task/24287/stat : 24287 (java) S 24258 24260 24098 0 -1 4202560 8366 0 0 0 109 1 0 0 20 0 22 0 342572523 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885189368632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24289] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24289/stat : 24289 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885188316024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24291] ppid=24258 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/24260/task/24291/stat : 24291 (java) S 24258 24260 24098 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 342572523 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885187263432 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24334] ppid=24258 vsize=11852648 CPUtime=759.78 cores=0,2,4,6
/proc/24260/task/24334/stat : 24334 (java) R 24258 24260 24098 0 -1 4202560 72 0 0 0 75965 13 0 0 20 0 22 0 342572563 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885186208208 139885692983687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24335] ppid=24258 vsize=11852648 CPUtime=759.64 cores=0,2,4,6
/proc/24260/task/24335/stat : 24335 (java) R 24258 24260 24098 0 -1 4202560 1299 0 0 0 75912 52 0 0 20 0 22 0 342572563 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885185153616 139885692979681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24336] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24336/stat : 24336 (java) S 24258 24260 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885184103336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24337] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24337/stat : 24337 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 763624 33554432000 1073741824 1073778376 140734384602944 139885183050536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1595.78
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.90 3.88 3.48 5/219 24347
/proc/meminfo: memFree=21389900/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11852648 CPUtime=1712.25 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 27913 0 1 0 171132 93 0 0 20 0 22 0 342572515 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2963162 780054 2291 9 0 2953849 0
[pid=24260/tid=24262] ppid=24258 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/24260/task/24262/stat : 24262 (java) S 24258 24260 24098 0 -1 4202560 3008 0 1 0 44 3 0 0 20 0 22 0 342572516 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885848237208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24270] ppid=24258 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/24260/task/24270/stat : 24270 (java) S 24258 24260 24098 0 -1 4202560 116 0 0 0 160 3 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885816646184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24271] ppid=24258 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/24260/task/24271/stat : 24271 (java) S 24258 24260 24098 0 -1 4202560 95 0 0 0 152 2 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885815593384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24272] ppid=24258 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/24260/task/24272/stat : 24272 (java) S 24258 24260 24098 0 -1 4202560 98 0 0 0 148 2 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885814540584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24273] ppid=24258 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/24260/task/24273/stat : 24273 (java) S 24258 24260 24098 0 -1 4202560 85 0 0 0 162 2 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885813487784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24274] ppid=24258 vsize=11852648 CPUtime=1.77 cores=0,2,4,6
/proc/24260/task/24274/stat : 24274 (java) S 24258 24260 24098 0 -1 4202560 99 0 0 0 174 3 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885812436008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24275] ppid=24258 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/24260/task/24275/stat : 24275 (java) S 24258 24260 24098 0 -1 4202560 102 0 0 0 158 3 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885811383208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24276] ppid=24258 vsize=11852648 CPUtime=1.65 cores=0,2,4,6
/proc/24260/task/24276/stat : 24276 (java) S 24258 24260 24098 0 -1 4202560 103 0 0 0 162 3 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885678660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24277] ppid=24258 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/24260/task/24277/stat : 24277 (java) S 24258 24260 24098 0 -1 4202560 81 0 0 0 165 2 0 0 20 0 22 0 342572518 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885677607592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24281] ppid=24258 vsize=11852648 CPUtime=60.39 cores=0,2,4,6
/proc/24260/task/24281/stat : 24281 (java) S 24258 24260 24098 0 -1 4202560 270 0 0 0 6027 12 0 0 20 0 22 0 342572520 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885194631656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24282] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24282/stat : 24282 (java) S 24258 24260 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885193577720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24283] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24283/stat : 24283 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885192524808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24285] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24285/stat : 24285 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885191473296 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24286] ppid=24258 vsize=11852648 CPUtime=1.97 cores=0,2,4,6
/proc/24260/task/24286/stat : 24286 (java) S 24258 24260 24098 0 -1 4202560 12879 0 0 0 195 2 0 0 20 0 22 0 342572523 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885190421432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24287] ppid=24258 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/24260/task/24287/stat : 24287 (java) S 24258 24260 24098 0 -1 4202560 8366 0 0 0 109 1 0 0 20 0 22 0 342572523 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885189368632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24289] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24289/stat : 24289 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885188316024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24291] ppid=24258 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/24260/task/24291/stat : 24291 (java) S 24258 24260 24098 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 342572523 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885187263432 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24334] ppid=24258 vsize=11852648 CPUtime=815.45 cores=0,2,4,6
/proc/24260/task/24334/stat : 24334 (java) R 24258 24260 24098 0 -1 4202560 74 0 0 0 81531 14 0 0 20 0 22 0 342572563 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885186208208 139885693023441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24335] ppid=24258 vsize=11852648 CPUtime=815.33 cores=0,2,4,6
/proc/24260/task/24335/stat : 24335 (java) R 24258 24260 24098 0 -1 4202560 1299 0 0 0 81480 53 0 0 20 0 22 0 342572563 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885185153616 139885693127911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24336] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24336/stat : 24336 (java) S 24258 24260 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885184103336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24337] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24337/stat : 24337 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 780054 33554432000 1073741824 1073778376 140734384602944 139885183050536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1712.25
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.001 s]
/proc/loadavg: 3.81 3.86 3.50 4/215 24405
/proc/meminfo: memFree=24992932/32873844 swapFree=7632/7632
[pid=24260] ppid=24258 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/24260/stat : 24260 (java) S 24258 24260 24098 0 -1 4202496 27960 0 1 0 179910 96 0 0 20 0 22 0 342572515 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 140734384594080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24260/statm: 2963162 785708 2291 9 0 2953849 0
[pid=24260/tid=24262] ppid=24258 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/24260/task/24262/stat : 24262 (java) S 24258 24260 24098 0 -1 4202560 3011 0 1 0 44 3 0 0 20 0 22 0 342572516 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885848237208 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24270] ppid=24258 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/24260/task/24270/stat : 24270 (java) S 24258 24260 24098 0 -1 4202560 122 0 0 0 170 4 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885816646184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24271] ppid=24258 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/24260/task/24271/stat : 24271 (java) S 24258 24260 24098 0 -1 4202560 98 0 0 0 160 2 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885815593384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24272] ppid=24258 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/24260/task/24272/stat : 24272 (java) S 24258 24260 24098 0 -1 4202560 103 0 0 0 158 3 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885814540584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24273] ppid=24258 vsize=11852648 CPUtime=1.72 cores=0,2,4,6
/proc/24260/task/24273/stat : 24273 (java) S 24258 24260 24098 0 -1 4202560 88 0 0 0 169 3 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885813487784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24274] ppid=24258 vsize=11852648 CPUtime=1.87 cores=0,2,4,6
/proc/24260/task/24274/stat : 24274 (java) S 24258 24260 24098 0 -1 4202560 106 0 0 0 184 3 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885812436008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24275] ppid=24258 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/24260/task/24275/stat : 24275 (java) S 24258 24260 24098 0 -1 4202560 104 0 0 0 164 3 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885811383208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24276] ppid=24258 vsize=11852648 CPUtime=1.71 cores=0,2,4,6
/proc/24260/task/24276/stat : 24276 (java) S 24258 24260 24098 0 -1 4202560 107 0 0 0 168 3 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885678660392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24277] ppid=24258 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/24260/task/24277/stat : 24277 (java) S 24258 24260 24098 0 -1 4202560 81 0 0 0 174 2 0 0 20 0 22 0 342572518 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885677607592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24281] ppid=24258 vsize=11852648 CPUtime=64.29 cores=0,2,4,6
/proc/24260/task/24281/stat : 24281 (java) S 24258 24260 24098 0 -1 4202560 279 0 0 0 6416 13 0 0 20 0 22 0 342572520 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885194631656 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24282] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24282/stat : 24282 (java) S 24258 24260 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885193577720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24283] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24283/stat : 24283 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572520 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885192524808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24285] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24285/stat : 24285 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885191473296 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24286] ppid=24258 vsize=11852648 CPUtime=1.97 cores=0,2,4,6
/proc/24260/task/24286/stat : 24286 (java) S 24258 24260 24098 0 -1 4202560 12879 0 0 0 195 2 0 0 20 0 22 0 342572523 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885190421432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24287] ppid=24258 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/24260/task/24287/stat : 24287 (java) S 24258 24260 24098 0 -1 4202560 8366 0 0 0 109 1 0 0 20 0 22 0 342572523 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885189368632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24289] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24289/stat : 24289 (java) S 24258 24260 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572523 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885188316024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24260/tid=24291] ppid=24258 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/24260/task/24291/stat : 24291 (java) S 24258 24260 24098 0 -1 4202560 53 0 0 0 14 18 0 0 20 0 22 0 342572523 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885187263432 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24334] ppid=24258 vsize=11852648 CPUtime=856.94 cores=0,2,4,6
/proc/24260/task/24334/stat : 24334 (java) R 24258 24260 24098 0 -1 4202560 77 0 0 0 85679 15 0 0 20 0 22 0 342572563 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885186208208 139885693129767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24260/tid=24335] ppid=24258 vsize=11852648 CPUtime=856.82 cores=0,2,4,6
/proc/24260/task/24335/stat : 24335 (java) R 24258 24260 24098 0 -1 4202560 1299 0 0 0 85628 54 0 0 20 0 22 0 342572563 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885185153616 139885693226533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24260/tid=24336] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24336/stat : 24336 (java) S 24258 24260 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885184103336 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24260/tid=24337] ppid=24258 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24260/task/24337/stat : 24337 (java) S 24258 24260 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572564 12137111552 785708 33554432000 1073741824 1073778376 140734384602944 139885183050536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

Child status: 143

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

Real time (s): 928.064
CPU time (s): 1800.06
CPU user time (s): 1799.1
CPU system time (s): 0.96
CPU usage (%): 193.959
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.46278
maximum resident set size= 3142960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27994
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= 27163
involuntary context switches= 36509

runsolver used 3.16152 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:01:22
IDJOB=3742149
IDBENCH=90135
IDSOLVER=2328
FILE ID=node141/3742149-1338764482
RUNJOBID= node141-1338763554-24114
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K96.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742149-1338764482/watcher-3742149-1338764482 -o /tmp/evaluation-result-3742149-1338764482/solver-3742149-1338764482 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742149-1338764482.opb

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

MD5SUM BENCH= 12d577f059d1da283bb935f5e106dee7
RANDOM SEED=998683247

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28280348 kB
Buffers:          433296 kB
Cached:          3263172 kB
SwapCached:          216 kB
Active:          1287560 kB
Inactive:        2423332 kB
Active(anon):       4876 kB
Inactive(anon):    11288 kB
Active(file):    1282684 kB
Inactive(file):  2412044 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:         20708 kB
Mapped:            10656 kB
Shmem:               172 kB
Slab:             741916 kB
SReclaimable:     184084 kB
SUnreclaim:       557832 kB
KernelStack:        1448 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70720 MiB
End job on node141 at 2012-06-04 01:16:52