Trace number 3742162

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.1 925.071

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 84
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3742162-1338764482.opb
0.09/0.12	c reading problem ... 
0.56/0.42	c ... done. Wall clock time 0.307s.
0.56/0.42	c #vars     5644
0.56/0.42	c #constraints  5812
0.56/0.42	c constraints type 
0.56/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
0.56/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
0.56/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
0.56/0.42	c constraints type 
0.56/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1066
0.56/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4661
0.56/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
5.07/1.93	c cleaning 2487 clauses out of 4986 with flag 5000/5000
9.18/3.82	c cleaning 4231 clauses out of 8496 with flag 11001/11001
13.28/5.86	c cleaning 5615 clauses out of 11260 with flag 18003/18003
18.26/8.35	c cleaning 6752 clauses out of 13632 with flag 26000/26000
24.08/11.26	c cleaning 7889 clauses out of 15880 with flag 35005/35005
30.64/14.54	c cleaning 8897 clauses out of 17979 with flag 45001/45001
35.80/17.16	c cleaning 9441 clauses out of 19081 with flag 55000/55000
41.39/19.91	c cleaning 9698 clauses out of 19645 with flag 65005/65005
48.32/23.44	c cleaning 9817 clauses out of 19943 with flag 75001/75001
54.88/26.76	c cleaning 9851 clauses out of 20124 with flag 85000/85000
63.01/30.89	c cleaning 9977 clauses out of 20273 with flag 95000/95000
69.94/34.31	c cleaning 10002 clauses out of 20296 with flag 105002/105002
77.43/38.13	c cleaning 9966 clauses out of 20293 with flag 115002/115002
82.55/40.71	c cleaning 10044 clauses out of 20325 with flag 125000/125000
90.47/44.76	c cleaning 10015 clauses out of 20279 with flag 135000/135000
95.98/47.53	c cleaning 10028 clauses out of 20266 with flag 145002/145002
101.85/50.57	c cleaning 9958 clauses out of 20235 with flag 155001/155001
110.16/54.72	c cleaning 10043 clauses out of 20276 with flag 165000/165000
120.48/59.98	c cleaning 10034 clauses out of 20234 with flag 175001/175001
130.77/65.10	c cleaning 9903 clauses out of 20200 with flag 185001/185001
143.83/71.70	c cleaning 9984 clauses out of 20300 with flag 195004/195004
150.32/75.09	c cleaning 10060 clauses out of 20318 with flag 205006/205006
157.81/78.90	c cleaning 9988 clauses out of 20254 with flag 215002/215002
165.67/82.83	c cleaning 10070 clauses out of 20263 with flag 225002/225002
176.06/88.16	c cleaning 9901 clauses out of 20191 with flag 235000/235000
184.55/92.43	c cleaning 9978 clauses out of 20290 with flag 245000/245000
197.00/98.74	c cleaning 9585 clauses out of 20313 with flag 255001/255001
205.67/103.18	c cleaning 9458 clauses out of 20727 with flag 265000/265000
218.84/109.81	c cleaning 9556 clauses out of 21271 with flag 275002/275002
230.70/115.80	c cleaning 9857 clauses out of 21713 with flag 285000/285000
237.55/119.30	c cleaning 9523 clauses out of 21857 with flag 295001/295001
244.39/122.85	c cleaning 9606 clauses out of 22334 with flag 305001/305001
255.54/128.59	c cleaning 9668 clauses out of 22730 with flag 315003/315003
267.18/134.42	c cleaning 9839 clauses out of 23062 with flag 325003/325003
285.45/143.61	c cleaning 10035 clauses out of 23222 with flag 335002/335002
299.11/150.60	c cleaning 9475 clauses out of 23185 with flag 345000/345000
315.03/158.62	c cleaning 9430 clauses out of 23711 with flag 355001/355001
328.26/165.36	c cleaning 9926 clauses out of 24280 with flag 365000/365000
339.50/171.01	c cleaning 9607 clauses out of 24355 with flag 375001/375001
350.33/176.55	c cleaning 9748 clauses out of 24747 with flag 385000/385000
362.83/182.91	c cleaning 9587 clauses out of 25002 with flag 395003/395003
377.30/190.21	c cleaning 9604 clauses out of 25415 with flag 405003/405003
391.89/197.68	c cleaning 9575 clauses out of 25810 with flag 415002/415002
399.29/201.42	c cleaning 9616 clauses out of 26233 with flag 425000/425000
406.35/205.11	c cleaning 9705 clauses out of 26617 with flag 435000/435000
412.79/208.46	c cleaning 9731 clauses out of 26912 with flag 445000/445000
420.79/212.50	c cleaning 9672 clauses out of 27181 with flag 455000/455000
434.17/219.33	c cleaning 9589 clauses out of 27509 with flag 465000/465000
448.80/226.80	c cleaning 9850 clauses out of 27921 with flag 475001/475001
463.19/234.12	c cleaning 9932 clauses out of 28070 with flag 485000/485000
474.98/240.13	c cleaning 9726 clauses out of 28136 with flag 495000/495000
485.96/245.70	c cleaning 9704 clauses out of 28410 with flag 505000/505000
503.00/254.47	c cleaning 9931 clauses out of 28706 with flag 515000/515000
519.38/262.78	c cleaning 9977 clauses out of 28775 with flag 525000/525000
531.15/268.78	c cleaning 9848 clauses out of 28798 with flag 535000/535000
538.73/272.62	c cleaning 9751 clauses out of 28950 with flag 545000/545000
547.93/277.49	c cleaning 9637 clauses out of 29200 with flag 555001/555001
561.09/284.10	c cleaning 9816 clauses out of 29563 with flag 565001/565001
567.24/287.36	c cleaning 9862 clauses out of 29745 with flag 575000/575000
576.97/292.35	c cleaning 9572 clauses out of 29885 with flag 585002/585002
585.77/296.95	c cleaning 9668 clauses out of 30312 with flag 595001/595001
601.10/304.73	c cleaning 9575 clauses out of 30645 with flag 605002/605002
609.84/309.28	c cleaning 9766 clauses out of 31068 with flag 615000/615000
621.78/315.34	c cleaning 9796 clauses out of 31304 with flag 625002/625002
639.96/324.67	c cleaning 9965 clauses out of 31505 with flag 635000/635000
645.93/327.79	c cleaning 9580 clauses out of 31540 with flag 645000/645000
657.65/333.76	c cleaning 9624 clauses out of 31960 with flag 655000/655000
665.39/337.70	c cleaning 9654 clauses out of 32336 with flag 665000/665000
675.55/343.01	c cleaning 9720 clauses out of 32684 with flag 675002/675002
685.69/348.25	c cleaning 9596 clauses out of 32962 with flag 685000/685000
694.65/352.88	c cleaning 9830 clauses out of 33367 with flag 695001/695001
697.38/354.36	c cleaning 0 clauses out of 5003 with flag 0/5003
713.22/362.31	c cleaning 9662 clauses out of 33536 with flag 705000/705000
728.47/370.03	c cleaning 9772 clauses out of 33878 with flag 715004/715004
735.40/373.61	c cleaning 9666 clauses out of 34106 with flag 725004/725004
742.35/377.23	c cleaning 9560 clauses out of 34441 with flag 735005/735005
754.09/383.33	c cleaning 9650 clauses out of 34876 with flag 745000/745000
761.21/387.01	c cleaning 9718 clauses out of 35226 with flag 755000/755000
769.74/391.41	c cleaning 9836 clauses out of 35508 with flag 765000/765000
776.66/395.05	c cleaning 9365 clauses out of 35672 with flag 775000/775000
784.38/399.19	c cleaning 9651 clauses out of 36308 with flag 785001/785001
793.51/403.83	c cleaning 9724 clauses out of 36656 with flag 795000/795000
802.64/408.55	c cleaning 9706 clauses out of 36932 with flag 805000/805000
812.36/413.60	c cleaning 9617 clauses out of 37229 with flag 815003/815003
821.88/418.53	c cleaning 9668 clauses out of 37610 with flag 825001/825001
829.59/422.51	c cleaning 9923 clauses out of 37943 with flag 835002/835002
855.70/435.74	c cleaning 9680 clauses out of 38022 with flag 845004/845004
881.61/448.89	c cleaning 9781 clauses out of 38340 with flag 855002/855002
910.73/463.66	c cleaning 9750 clauses out of 38558 with flag 865001/865001
918.64/467.72	c cleaning 9779 clauses out of 38807 with flag 875000/875000
927.34/472.26	c cleaning 9682 clauses out of 39029 with flag 885001/885001
941.02/479.30	c cleaning 9688 clauses out of 39346 with flag 895000/895000
953.13/485.56	c cleaning 9622 clauses out of 39659 with flag 905001/905001
965.61/491.92	c cleaning 9808 clauses out of 40036 with flag 915000/915000
975.50/497.09	c cleaning 9840 clauses out of 40228 with flag 925000/925000
981.79/500.35	c cleaning 9717 clauses out of 40388 with flag 935001/935001
988.87/504.13	c cleaning 9595 clauses out of 40670 with flag 945000/945000
996.15/507.99	c cleaning 9664 clauses out of 41075 with flag 955000/955000
1008.42/514.26	c cleaning 9708 clauses out of 41411 with flag 965000/965000
1022.10/521.22	c cleaning 9673 clauses out of 41703 with flag 975000/975000
1037.38/529.18	c cleaning 9719 clauses out of 42031 with flag 985001/985001
1047.84/534.57	c cleaning 9967 clauses out of 42311 with flag 995000/995000
1058.32/539.95	c cleaning 9788 clauses out of 42348 with flag 1005004/1005004
1070.98/546.47	c cleaning 9779 clauses out of 42557 with flag 1015001/1015001
1085.27/553.84	c cleaning 9782 clauses out of 42779 with flag 1025002/1025002
1098.17/560.44	c cleaning 9895 clauses out of 42997 with flag 1035002/1035002
1120.44/571.77	c cleaning 9743 clauses out of 43100 with flag 1045000/1045000
1131.13/577.21	c cleaning 9837 clauses out of 43357 with flag 1055000/1055000
1139.58/581.80	c cleaning 9717 clauses out of 43519 with flag 1065000/1065000
1150.86/587.59	c cleaning 9707 clauses out of 43803 with flag 1075001/1075001
1166.71/595.60	c cleaning 9842 clauses out of 44096 with flag 1085001/1085001
1180.79/602.86	c cleaning 9834 clauses out of 44254 with flag 1095001/1095001
1191.06/608.30	c cleaning 9786 clauses out of 44424 with flag 1105005/1105005
1201.30/613.57	c cleaning 9729 clauses out of 44633 with flag 1115000/1115000
1214.37/620.27	c cleaning 9743 clauses out of 44904 with flag 1125000/1125000
1223.80/625.17	c cleaning 9692 clauses out of 45162 with flag 1135001/1135001
1232.42/629.79	c cleaning 9604 clauses out of 45472 with flag 1145003/1145003
1244.88/636.13	c cleaning 9825 clauses out of 45866 with flag 1155001/1155001
1254.73/641.26	c cleaning 9722 clauses out of 46040 with flag 1165000/1165000
1265.75/646.95	c cleaning 10030 clauses out of 46318 with flag 1175000/1175000
1275.39/652.05	c cleaning 9764 clauses out of 46288 with flag 1185000/1185000
1284.43/656.77	c cleaning 9676 clauses out of 46524 with flag 1195000/1195000
1292.26/660.88	c cleaning 9629 clauses out of 46848 with flag 1205000/1205000
1302.71/666.20	c cleaning 9725 clauses out of 47219 with flag 1215000/1215000
1311.70/671.04	c cleaning 9803 clauses out of 47495 with flag 1225001/1225001
1323.72/677.25	c cleaning 9473 clauses out of 47693 with flag 1235002/1235002
1337.17/684.18	c cleaning 9992 clauses out of 48218 with flag 1245000/1245000
1347.58/689.52	c cleaning 9784 clauses out of 48230 with flag 1255004/1255004
1357.36/694.76	c cleaning 9751 clauses out of 48442 with flag 1265000/1265000
1366.18/699.31	c cleaning 9881 clauses out of 48692 with flag 1275001/1275001
1375.79/704.39	c cleaning 9796 clauses out of 48811 with flag 1285001/1285001
1388.21/710.76	c cleaning 9824 clauses out of 49015 with flag 1295001/1295001
1402.60/718.23	c cleaning 9995 clauses out of 49190 with flag 1305000/1305000
1414.21/724.24	c cleaning 9616 clauses out of 49195 with flag 1315000/1315000
1427.61/731.17	c cleaning 9877 clauses out of 49580 with flag 1325001/1325001
1439.59/737.34	c cleaning 9776 clauses out of 49702 with flag 1335000/1335000
1448.94/742.40	c cleaning 10010 clauses out of 49926 with flag 1345000/1345000
1459.54/747.86	c cleaning 9867 clauses out of 49916 with flag 1355000/1355000
1471.54/754.08	c cleaning 9869 clauses out of 50049 with flag 1365000/1365000
1490.14/763.55	c cleaning 9832 clauses out of 50182 with flag 1375002/1375002
1503.89/770.71	c cleaning 9971 clauses out of 50350 with flag 1385002/1385002
1519.52/778.73	c cleaning 9716 clauses out of 50377 with flag 1395000/1395000
1534.09/786.26	c cleaning 9960 clauses out of 50661 with flag 1405000/1405000
1545.30/792.08	c cleaning 9884 clauses out of 50702 with flag 1415001/1415001
1558.61/799.03	c cleaning 9768 clauses out of 50818 with flag 1425001/1425001
1566.20/803.08	c cleaning 9905 clauses out of 51051 with flag 1435002/1435002
1579.77/810.07	c cleaning 9675 clauses out of 51145 with flag 1445001/1445001
1588.54/814.62	c cleaning 9710 clauses out of 51470 with flag 1455001/1455001
1602.85/822.15	c cleaning 9781 clauses out of 51760 with flag 1465001/1465001
1619.43/830.64	c cleaning 9852 clauses out of 51978 with flag 1475000/1475000
1628.61/835.41	c cleaning 9576 clauses out of 52127 with flag 1485001/1485001
1639.58/841.11	c cleaning 9731 clauses out of 52551 with flag 1495001/1495001
1649.28/846.31	c cleaning 9800 clauses out of 52819 with flag 1505000/1505000
1663.48/853.67	c cleaning 9699 clauses out of 53019 with flag 1515000/1515000
1675.85/860.08	c cleaning 10011 clauses out of 53322 with flag 1525002/1525002
1688.41/866.55	c cleaning 9860 clauses out of 53309 with flag 1535000/1535000
1700.08/872.76	c cleaning 9830 clauses out of 53451 with flag 1545002/1545002
1710.44/878.15	c cleaning 9875 clauses out of 53620 with flag 1555001/1555001
1724.39/885.33	c cleaning 9885 clauses out of 53744 with flag 1565000/1565000
1738.15/892.47	c cleaning 9844 clauses out of 53860 with flag 1575001/1575001
1751.01/899.23	c cleaning 9735 clauses out of 54017 with flag 1585002/1585002
1765.17/906.52	c cleaning 9953 clauses out of 54284 with flag 1595004/1595004
1778.11/913.27	c cleaning 9851 clauses out of 54329 with flag 1605002/1605002
1789.67/919.25	c cleaning 9855 clauses out of 54473 with flag 1615001/1615001
1798.72/924.11	c cleaning 9774 clauses out of 54617 with flag 1625000/1625000
1800.10/925.02	c starts		: 208
1800.10/925.02	c conflicts		: 1626067
1800.10/925.02	c decisions		: 11469553
1800.10/925.02	c propagations		: 607772694
1800.10/925.02	c inspects		: 1763993265
1800.10/925.02	c shortcuts		: 0
1800.10/925.02	c learnt literals	: 69
1800.10/925.02	c learnt binary clauses	: 36539
1800.10/925.02	c learnt ternary clauses	: 56339
1800.10/925.02	c learnt constraints	: 1625997
1800.10/925.02	c ignored constraints	: 0
1800.10/925.02	c root simplifications	: 0
1800.10/925.02	c removed literals (reason simplification)	: 51454996
1800.10/925.02	c reason swapping (by a shorter reason)	: 0
1800.10/925.02	c Calls to reduceDB	: 164
1800.10/925.02	c number of reductions to clauses (during analyze)	: 0
1800.10/925.02	c number of learned constraints concerned by reduction	: 0
1800.10/925.02	c number of learning phase by resolution	: 0
1800.10/925.02	c number of learning phase by cutting planes	: 0
1800.10/925.02	c speed (assignments/second)	: 657339.3691291863
1800.10/925.02	c non guided choices	4385
1800.10/925.04	c learnt constraints type 
1800.10/925.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36539
1800.10/925.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9407
1800.10/925.04	c constraints type 
1800.10/925.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
1800.10/925.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
1800.10/925.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
1800.10/925.04	c constraints type 
1800.10/925.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1066
1800.10/925.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4661
1800.10/925.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
1800.10/925.04	s UNKNOWN
1800.10/925.04	c Total wall clock time (in seconds): 924.925

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-3742162-1338764482/watcher-3742162-1338764482 -o /tmp/evaluation-result-3742162-1338764482/solver-3742162-1338764482 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742162-1338764482.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.71 3.71 2.87 3/194 24315
/proc/meminfo: memFree=28233220/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/24315/stat : 24315 (java) R 24313 24315 24098 0 -1 4202496 307 0 0 0 0 0 0 0 20 0 1 0 342572533 5767168 56 33554432000 1073741824 1073778376 140735644750416 140735644747544 209874677031 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2303 62 48 9 0 35 0

[startup+0.073508 s]
/proc/loadavg: 3.71 3.71 2.87 3/194 24315
/proc/meminfo: memFree=28233220/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11586392 CPUtime=0.05 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 4422 0 1 0 4 1 0 0 20 0 18 0 342572533 11864465408 12785 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2896598 12785 1764 9 0 2887285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586392

[startup+0.100286 s]
/proc/loadavg: 3.71 3.71 2.87 3/194 24315
/proc/meminfo: memFree=28233220/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 5261 0 1 0 8 1 0 0 20 0 18 0 342572533 11864465408 13601 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2896598 13601 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300187 s]
/proc/loadavg: 3.71 3.71 2.87 3/194 24315
/proc/meminfo: memFree=28233220/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11586392 CPUtime=0.56 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 8265 0 1 0 54 2 0 0 20 0 18 0 342572533 11864465408 17942 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2896598 17942 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700217 s]
/proc/loadavg: 3.71 3.71 2.87 3/194 24315
/proc/meminfo: memFree=28233220/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11852648 CPUtime=1.97 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 11360 0 1 0 194 3 0 0 20 0 22 0 342572533 12137111552 27509 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2963162 27509 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 11852648

[startup+1.50089 s]
/proc/loadavg: 3.71 3.71 2.87 8/220 24341
/proc/meminfo: memFree=27827140/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11852648 CPUtime=4.26 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 22391 0 1 0 413 13 0 0 20 0 22 0 342572533 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2963162 122941 2264 9 0 2953849 0
[pid=24315/tid=24317] ppid=24313 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24098 0 -1 4202560 3397 0 1 0 38 2 0 0 20 0 22 0 342572534 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723290764440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723279825576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723278773032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723277720488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723276667944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723275614376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723274561832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723273509288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723120339496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723108141672 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723107087992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723106035336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723104984080 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 24098 0 -1 4202560 7046 0 0 0 79 2 0 0 20 0 22 0 342572540 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723103930424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 24098 0 -1 4202560 10468 0 0 0 85 2 0 0 20 0 22 0 342572540 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723102877880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723101825528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723100773192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24338] ppid=24313 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24315/task/24338/stat : 24338 (java) R 24313 24315 24098 0 -1 4202560 25 0 0 0 105 0 0 0 20 0 22 0 342572576 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723099718424 139723155482884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24339] ppid=24313 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24315/task/24339/stat : 24339 (java) R 24313 24315 24098 0 -1 4202560 253 0 0 0 98 7 0 0 20 0 22 0 342572576 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723098665016 139723155441870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723097613864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24341] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24341/stat : 24341 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 122941 33554432000 1073741824 1073778376 140735644750416 139723096561320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 11852648

[startup+3.10085 s]
/proc/loadavg: 3.71 3.71 2.87 6/220 24341
/proc/meminfo: memFree=27085572/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11852648 CPUtime=7.6 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 23915 0 1 0 741 19 0 0 20 0 22 0 342572533 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2963162 190216 2290 9 0 2953849 0
[pid=24315/tid=24317] ppid=24313 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24098 0 -1 4202560 3397 0 1 0 38 2 0 0 20 0 22 0 342572534 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723290764440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723279825576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723278773032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723277720488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723276667944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723275614376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723274561832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723273509288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723120339496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24098 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 342572538 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723108141672 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723107087992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723106035336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723104984080 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 24098 0 -1 4202560 8377 0 0 0 92 2 0 0 20 0 22 0 342572540 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723103930424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 24098 0 -1 4202560 10471 0 0 0 89 2 0 0 20 0 22 0 342572540 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723102877880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723101825528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723100773192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24338] ppid=24313 vsize=11852648 CPUtime=2.6 cores=1,3,5,7
/proc/24315/task/24338/stat : 24338 (java) R 24313 24315 24098 0 -1 4202560 28 0 0 0 260 0 0 0 20 0 22 0 342572576 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723099716016 139723155482862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24339] ppid=24313 vsize=11852648 CPUtime=2.61 cores=1,3,5,7
/proc/24315/task/24339/stat : 24339 (java) R 24313 24315 24098 0 -1 4202560 376 0 0 0 249 12 0 0 20 0 22 0 342572576 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723098663688 139723155499878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723097613864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24341] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24341/stat : 24341 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 190216 33554432000 1073741824 1073778376 140735644750416 139723096561320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 11852648

[startup+6.3009 s]
/proc/loadavg: 3.73 3.72 2.87 7/220 24341
/proc/meminfo: memFree=26569256/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11852648 CPUtime=14.25 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 26254 0 1 0 1401 24 0 0 20 0 22 0 342572533 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2963162 250092 2290 9 0 2953849 0
[pid=24315/tid=24317] ppid=24313 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24098 0 -1 4202560 3397 0 1 0 38 2 0 0 20 0 22 0 342572534 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723290764440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723279825576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723278773032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723277720488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723276667944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24098 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723275614376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24098 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723274561832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723273509288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342572536 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723120339496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24098 0 -1 4202560 44 0 0 0 10 0 0 0 20 0 22 0 342572538 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723108141672 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723107087992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723106035336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723104984080 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 24098 0 -1 4202560 10521 0 0 0 116 2 0 0 20 0 22 0 342572540 12137111552 250092 33554432000 1073741824 1073778376 140735644750416 139723103930424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/24315/statm: 2963162 939995 2291 9 0 2953849 0
[pid=24315/tid=24317] ppid=24313 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24098 0 -1 4202560 3491 0 1 0 40 4 0 0 20 0 22 0 342572534 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723290764440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24098 0 -1 4202560 73 0 0 0 103 2 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723279825576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24098 0 -1 4202560 80 0 0 0 113 2 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723278773032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24098 0 -1 4202560 68 0 0 0 109 2 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723277720488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24098 0 -1 4202560 68 0 0 0 114 2 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723276667944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24098 0 -1 4202560 76 0 0 0 123 2 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723275614376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24098 0 -1 4202560 67 0 0 0 113 3 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723274561832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24098 0 -1 4202560 63 0 0 0 113 2 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723273509288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24098 0 -1 4202560 56 0 0 0 102 0 0 0 20 0 22 0 342572536 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723120339496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=11852648 CPUtime=47.53 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) R 24313 24315 24098 0 -1 4202560 261 0 0 0 4744 9 0 0 20 0 22 0 342572538 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723108140648 139723298530725 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723107087992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723106035336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723104984080 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 24098 0 -1 4202560 10527 0 0 0 120 2 0 0 20 0 22 0 342572540 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723103930424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=11852648 CPUtime=1.62 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 24098 0 -1 4202560 12762 0 0 0 159 3 0 0 20 0 22 0 342572540 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723102877880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723101825528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 24098 0 -1 4202560 47 0 0 0 17 18 0 0 20 0 22 0 342572540 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723100773192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24338] ppid=24313 vsize=11852648 CPUtime=769.6 cores=1,3,5,7
/proc/24315/task/24338/stat : 24338 (java) S 24313 24315 24098 0 -1 4202560 85 0 0 0 76949 11 0 0 20 0 22 0 342572576 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723099718344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24339] ppid=24313 vsize=11852648 CPUtime=769.29 cores=1,3,5,7
/proc/24315/task/24339/stat : 24339 (java) S 24313 24315 24098 0 -1 4202560 1648 0 0 0 76867 62 0 0 20 0 22 0 342572576 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723098663816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723097613864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24341] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24341/stat : 24341 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 939995 33554432000 1073741824 1073778376 140735644750416 139723096561320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1603.15
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=24315] ppid=24313 vsize=11852648 CPUtime=1718.39 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 30619 0 1 0 171738 101 0 0 20 0 22 0 342572533 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2963162 943102 2291 9 0 2953849 0
[pid=24315/tid=24317] ppid=24313 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24098 0 -1 4202560 3498 0 1 0 40 4 0 0 20 0 22 0 342572534 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723290764440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24098 0 -1 4202560 75 0 0 0 110 2 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723279825576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24098 0 -1 4202560 86 0 0 0 122 2 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723278773032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24098 0 -1 4202560 73 0 0 0 118 2 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723277720488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24098 0 -1 4202560 75 0 0 0 122 2 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723276667944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24098 0 -1 4202560 80 0 0 0 132 2 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723275614376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24098 0 -1 4202560 72 0 0 0 122 3 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723274561832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24098 0 -1 4202560 68 0 0 0 124 2 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723273509288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24098 0 -1 4202560 57 0 0 0 112 0 0 0 20 0 22 0 342572536 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723120339496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=11852648 CPUtime=52.56 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24098 0 -1 4202560 271 0 0 0 5247 9 0 0 20 0 22 0 342572538 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723108141672 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723107087992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723106035336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723104984080 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 24098 0 -1 4202560 10527 0 0 0 120 2 0 0 20 0 22 0 342572540 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723103930424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=11852648 CPUtime=1.62 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 24098 0 -1 4202560 12762 0 0 0 159 3 0 0 20 0 22 0 342572540 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723102877880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723101825528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 24098 0 -1 4202560 51 0 0 0 19 19 0 0 20 0 22 0 342572540 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723100773192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24338] ppid=24313 vsize=11852648 CPUtime=824.22 cores=1,3,5,7
/proc/24315/task/24338/stat : 24338 (java) R 24313 24315 24098 0 -1 4202560 88 0 0 0 82409 13 0 0 20 0 22 0 342572576 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723099718224 139723155450605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24339] ppid=24313 vsize=11852648 CPUtime=823.88 cores=1,3,5,7
/proc/24315/task/24339/stat : 24339 (java) R 24313 24315 24098 0 -1 4202560 1648 0 0 0 82325 63 0 0 20 0 22 0 342572576 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723098663792 139723155510582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723097613864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24341] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24341/stat : 24341 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 943102 33554432000 1073741824 1073778376 140735644750416 139723096561320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1718.39
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.001 s]
/proc/loadavg: 3.81 3.86 3.50 5/219 24347
/proc/meminfo: memFree=21346644/32873844 swapFree=7632/7632
[pid=24315] ppid=24313 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/24315/stat : 24315 (java) S 24313 24315 24098 0 -1 4202496 30665 0 1 0 179907 103 0 0 20 0 22 0 342572533 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 140735644741552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24315/statm: 2963162 948247 2291 9 0 2953849 0
[pid=24315/tid=24317] ppid=24313 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24098 0 -1 4202560 3504 0 1 0 41 4 0 0 20 0 22 0 342572534 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723290764440 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24098 0 -1 4202560 78 0 0 0 118 2 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723279825576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24098 0 -1 4202560 89 0 0 0 131 2 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723278773032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24098 0 -1 4202560 76 0 0 0 125 2 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723277720488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24098 0 -1 4202560 75 0 0 0 132 2 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723276667944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24098 0 -1 4202560 81 0 0 0 138 2 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723275614376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24323] ppid=24313 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24098 0 -1 4202560 79 0 0 0 129 3 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723274561832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24098 0 -1 4202560 72 0 0 0 131 2 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723273509288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24098 0 -1 4202560 61 0 0 0 118 0 0 0 20 0 22 0 342572536 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723120339496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=11852648 CPUtime=56.56 cores=1,3,5,7
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24098 0 -1 4202560 283 0 0 0 5646 10 0 0 20 0 22 0 342572538 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723108141672 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24327] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723107087992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24328] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24328/stat : 24328 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572538 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723106035336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24329] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24329/stat : 24329 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723104984080 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24315/tid=24330] ppid=24313 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/24315/task/24330/stat : 24330 (java) S 24313 24315 24098 0 -1 4202560 10527 0 0 0 120 2 0 0 20 0 22 0 342572540 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723103930424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24331] ppid=24313 vsize=11852648 CPUtime=1.62 cores=1,3,5,7
/proc/24315/task/24331/stat : 24331 (java) S 24313 24315 24098 0 -1 4202560 12762 0 0 0 159 3 0 0 20 0 22 0 342572540 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723102877880 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24332] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24332/stat : 24332 (java) S 24313 24315 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342572540 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723101825528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24315/tid=24333] ppid=24313 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24315/task/24333/stat : 24333 (java) S 24313 24315 24098 0 -1 4202560 53 0 0 0 20 20 0 0 20 0 22 0 342572540 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723100773192 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24338] ppid=24313 vsize=11852648 CPUtime=862.66 cores=1,3,5,7
/proc/24315/task/24338/stat : 24338 (java) R 24313 24315 24098 0 -1 4202560 89 0 0 0 86252 14 0 0 20 0 22 0 342572576 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723099718184 139723155309664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24315/tid=24339] ppid=24313 vsize=11852648 CPUtime=862.31 cores=1,3,5,7
/proc/24315/task/24339/stat : 24339 (java) R 24313 24315 24098 0 -1 4202560 1648 0 0 0 86167 64 0 0 20 0 22 0 342572576 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723098663696 139723155505127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24340] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24340/stat : 24340 (java) S 24313 24315 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723097613864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24315/tid=24341] ppid=24313 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24315/task/24341/stat : 24341 (java) S 24313 24315 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342572578 12137111552 948247 33554432000 1073741824 1073778376 140735644750416 139723096561320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 24315 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=508193
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=493772
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 925.071
CPU time (s): 1800.1
CPU user time (s): 1799.07
CPU system time (s): 1.03
CPU usage (%): 194.591
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.49377
maximum resident set size= 3795156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30698
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26705
involuntary context switches= 33704

runsolver used 3.34949 second user time and 9.41557 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:01:22
IDJOB=3742162
IDBENCH=90136
IDSOLVER=2328
FILE ID=node141/3742162-1338764482
RUNJOBID= node141-1338763554-24115
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_K83.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742162-1338764482/watcher-3742162-1338764482 -o /tmp/evaluation-result-3742162-1338764482/solver-3742162-1338764482 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742162-1338764482.opb

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
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:        28233376 kB
Buffers:          433312 kB
Cached:          3262768 kB
SwapCached:          216 kB
Active:          1331676 kB
Inactive:        2423332 kB
Active(anon):      49252 kB
Inactive(anon):    11288 kB
Active(file):    1282424 kB
Inactive(file):  2412044 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:         29244 kB
Mapped:            18416 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:   10452760 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:49