Trace number 3742123

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.13 924.265

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K100.opb
MD5SUM96708928b3148fdbe0ae701534d6c3d7
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 benchmark200.867
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints7002
Number of constraints which are clauses6902
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
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 101
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.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742123-1338764218.opb
0.07/0.13	c reading problem ... 
0.71/0.47	c ... done. Wall clock time 0.339s.
0.71/0.47	c #vars     6800
0.71/0.47	c #constraints  7002
0.71/0.47	c constraints type 
0.71/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5613
0.71/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.71/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1287
0.71/0.47	c constraints type 
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1287
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5613
0.71/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
5.16/2.09	c cleaning 2483 clauses out of 4990 with flag 5000/5000
9.07/3.71	c cleaning 4244 clauses out of 8504 with flag 11001/11001
12.64/5.47	c cleaning 5578 clauses out of 11252 with flag 18000/18000
16.83/7.50	c cleaning 6725 clauses out of 13669 with flag 26000/26000
22.01/10.19	c cleaning 7795 clauses out of 15944 with flag 35001/35001
27.77/13.00	c cleaning 8979 clauses out of 18152 with flag 45005/45005
33.31/15.84	c cleaning 9415 clauses out of 19168 with flag 55001/55001
38.08/18.28	c cleaning 9672 clauses out of 19752 with flag 65002/65002
46.82/22.63	c cleaning 9952 clauses out of 20079 with flag 75002/75002
52.37/25.43	c cleaning 9880 clauses out of 20125 with flag 85002/85002
57.49/28.06	c cleaning 10004 clauses out of 20244 with flag 95002/95002
75.84/37.26	c cleaning 10027 clauses out of 20238 with flag 105000/105000
82.13/40.48	c cleaning 10018 clauses out of 20212 with flag 115001/115001
88.05/43.47	c cleaning 9847 clauses out of 20191 with flag 125000/125000
94.15/46.57	c cleaning 10001 clauses out of 20342 with flag 135000/135000
102.07/50.53	c cleaning 10011 clauses out of 20342 with flag 145003/145003
109.91/54.52	c cleaning 9951 clauses out of 20330 with flag 155002/155002
120.42/59.84	c cleaning 9937 clauses out of 20377 with flag 165000/165000
128.52/63.95	c cleaning 9947 clauses out of 20440 with flag 175000/175000
134.20/66.81	c cleaning 10075 clauses out of 20493 with flag 185001/185001
141.05/70.36	c cleaning 9955 clauses out of 20420 with flag 195003/195003
146.93/73.32	c cleaning 9920 clauses out of 20459 with flag 205000/205000
153.03/76.45	c cleaning 9310 clauses out of 20538 with flag 215000/215000
158.91/79.48	c cleaning 9509 clauses out of 21227 with flag 225000/225000
167.52/83.85	c cleaning 9563 clauses out of 21719 with flag 235002/235002
176.39/88.37	c cleaning 9770 clauses out of 22155 with flag 245001/245001
181.86/91.18	c cleaning 9387 clauses out of 22384 with flag 255000/255000
190.94/95.75	c cleaning 9725 clauses out of 22997 with flag 265000/265000
198.32/99.55	c cleaning 9571 clauses out of 23276 with flag 275005/275005
207.59/104.21	c cleaning 9679 clauses out of 23703 with flag 285003/285003
218.06/109.53	c cleaning 9535 clauses out of 24025 with flag 295004/295004
225.38/113.25	c cleaning 9667 clauses out of 24486 with flag 305000/305000
230.93/116.15	c cleaning 9474 clauses out of 24823 with flag 315004/315004
235.78/118.69	c cleaning 9474 clauses out of 25346 with flag 325002/325002
241.63/121.62	c cleaning 9694 clauses out of 25870 with flag 335000/335000
247.33/124.59	c cleaning 9552 clauses out of 26176 with flag 345001/345001
254.88/128.42	c cleaning 9376 clauses out of 26624 with flag 355001/355001
266.53/134.36	c cleaning 9447 clauses out of 27250 with flag 365003/365003
277.57/139.94	c cleaning 9688 clauses out of 27799 with flag 375000/375000
286.99/144.73	c cleaning 9649 clauses out of 28115 with flag 385004/385004
294.34/148.55	c cleaning 9520 clauses out of 28462 with flag 395001/395001
300.57/151.76	c cleaning 9446 clauses out of 28941 with flag 405000/405000
307.00/155.10	c cleaning 9729 clauses out of 29495 with flag 415000/415000
315.02/159.18	c cleaning 9621 clauses out of 29766 with flag 425000/425000
322.14/162.83	c cleaning 9558 clauses out of 30146 with flag 435001/435001
329.74/166.70	c cleaning 9539 clauses out of 30587 with flag 445000/445000
337.96/170.99	c cleaning 9680 clauses out of 31048 with flag 455000/455000
343.96/174.02	c cleaning 9583 clauses out of 31368 with flag 465000/465000
351.45/177.96	c cleaning 9684 clauses out of 31783 with flag 475001/475001
357.24/180.91	c cleaning 9412 clauses out of 32099 with flag 485001/485001
364.24/184.50	c cleaning 9513 clauses out of 32688 with flag 495002/495002
380.63/192.88	c cleaning 9750 clauses out of 33173 with flag 505000/505000
391.10/198.29	c cleaning 9672 clauses out of 33424 with flag 515001/515001
404.13/204.81	c cleaning 9717 clauses out of 33751 with flag 525000/525000
410.32/208.08	c cleaning 9405 clauses out of 34034 with flag 535000/535000
419.13/212.58	c cleaning 9528 clauses out of 34630 with flag 545001/545001
428.40/217.33	c cleaning 9979 clauses out of 35101 with flag 555000/555000
435.01/220.77	c cleaning 9479 clauses out of 35121 with flag 565000/565000
442.60/224.67	c cleaning 9529 clauses out of 35644 with flag 575002/575002
456.57/231.73	c cleaning 9867 clauses out of 36114 with flag 585001/585001
466.24/236.71	c cleaning 9658 clauses out of 36246 with flag 595000/595000
474.03/240.70	c cleaning 9834 clauses out of 36588 with flag 605001/605001
480.82/244.22	c cleaning 9490 clauses out of 36753 with flag 615000/615000
488.20/248.01	c cleaning 0 clauses out of 5001 with flag 0/5001
492.28/250.19	c cleaning 9599 clauses out of 37263 with flag 625000/625000
499.05/253.66	c cleaning 9592 clauses out of 37663 with flag 635000/635000
507.82/258.12	c cleaning 9732 clauses out of 38071 with flag 645000/645000
523.62/266.15	c cleaning 9548 clauses out of 38339 with flag 655000/655000
533.61/271.38	c cleaning 9697 clauses out of 38790 with flag 665000/665000
539.98/274.62	c cleaning 9478 clauses out of 39095 with flag 675002/675002
551.16/280.39	c cleaning 9463 clauses out of 39616 with flag 685001/685001
570.10/289.92	c cleaning 9646 clauses out of 40154 with flag 695002/695002
594.13/302.11	c cleaning 9664 clauses out of 40510 with flag 705004/705004
603.92/307.18	c cleaning 9819 clauses out of 40843 with flag 715001/715001
631.95/321.23	c cleaning 9746 clauses out of 41023 with flag 725000/725000
659.55/335.19	c cleaning 9661 clauses out of 41277 with flag 735000/735000
675.75/343.40	c cleaning 9857 clauses out of 41613 with flag 745000/745000
688.10/349.71	c cleaning 9720 clauses out of 41756 with flag 755000/755000
698.22/354.94	c cleaning 9658 clauses out of 42037 with flag 765001/765001
711.15/361.59	c cleaning 9817 clauses out of 42378 with flag 775000/775000
728.30/370.31	c cleaning 9718 clauses out of 42561 with flag 785000/785000
744.05/378.36	c cleaning 9889 clauses out of 42843 with flag 795000/795000
761.59/387.22	c cleaning 9892 clauses out of 42954 with flag 805000/805000
769.70/391.48	c cleaning 9846 clauses out of 43061 with flag 815000/815000
781.42/397.56	c cleaning 9712 clauses out of 43216 with flag 825001/825001
788.54/401.26	c cleaning 9603 clauses out of 43503 with flag 835000/835000
797.06/405.63	c cleaning 9768 clauses out of 43900 with flag 845000/845000
805.38/409.92	c cleaning 9558 clauses out of 44132 with flag 855000/855000
816.91/416.00	c cleaning 9824 clauses out of 44575 with flag 865001/865001
823.64/419.43	c cleaning 9693 clauses out of 44750 with flag 875000/875000
832.11/423.85	c cleaning 9568 clauses out of 45060 with flag 885003/885003
839.61/427.77	c cleaning 9765 clauses out of 45490 with flag 895001/895001
848.13/432.22	c cleaning 9596 clauses out of 45724 with flag 905000/905000
860.02/438.37	c cleaning 9816 clauses out of 46128 with flag 915000/915000
874.55/445.76	c cleaning 9811 clauses out of 46314 with flag 925002/925002
886.03/451.68	c cleaning 9840 clauses out of 46502 with flag 935001/935001
895.55/456.61	c cleaning 9752 clauses out of 46662 with flag 945001/945001
905.25/461.61	c cleaning 9560 clauses out of 46909 with flag 955000/955000
917.56/467.90	c cleaning 9658 clauses out of 47349 with flag 965000/965000
931.05/474.85	c cleaning 9816 clauses out of 47691 with flag 975000/975000
947.56/483.37	c cleaning 9944 clauses out of 47875 with flag 985000/985000
962.46/490.97	c cleaning 9812 clauses out of 47931 with flag 995000/995000
976.77/498.25	c cleaning 10120 clauses out of 48121 with flag 1005002/1005002
985.23/502.63	c cleaning 9524 clauses out of 48001 with flag 1015002/1015002
993.51/507.02	c cleaning 9585 clauses out of 48475 with flag 1025000/1025000
1001.56/511.20	c cleaning 9869 clauses out of 48890 with flag 1035000/1035000
1013.99/517.64	c cleaning 9740 clauses out of 49021 with flag 1045000/1045000
1028.06/524.80	c cleaning 9806 clauses out of 49282 with flag 1055001/1055001
1042.71/532.47	c cleaning 9841 clauses out of 49475 with flag 1065000/1065000
1055.97/539.22	c cleaning 9841 clauses out of 49634 with flag 1075000/1075000
1071.03/546.95	c cleaning 9813 clauses out of 49796 with flag 1085003/1085003
1079.28/551.27	c cleaning 9821 clauses out of 49979 with flag 1095000/1095000
1088.49/556.10	c cleaning 9658 clauses out of 50158 with flag 1105000/1105000
1106.94/565.54	c cleaning 9708 clauses out of 50499 with flag 1115000/1115000
1118.17/571.30	c cleaning 9625 clauses out of 50791 with flag 1125000/1125000
1127.18/576.04	c cleaning 9764 clauses out of 51166 with flag 1135000/1135000
1138.38/581.93	c cleaning 9647 clauses out of 51403 with flag 1145001/1145001
1146.20/586.06	c cleaning 9728 clauses out of 51756 with flag 1155001/1155001
1158.79/592.56	c cleaning 9755 clauses out of 52027 with flag 1165000/1165000
1168.99/597.84	c cleaning 9671 clauses out of 52272 with flag 1175000/1175000
1177.34/602.31	c cleaning 9776 clauses out of 52601 with flag 1185000/1185000
1186.57/607.19	c cleaning 9794 clauses out of 52827 with flag 1195002/1195002
1193.39/610.78	c cleaning 9530 clauses out of 53032 with flag 1205001/1205001
1199.40/613.98	c cleaning 9867 clauses out of 53501 with flag 1215000/1215000
1205.93/617.52	c cleaning 9573 clauses out of 53634 with flag 1225000/1225000
1216.73/623.15	c cleaning 9729 clauses out of 54064 with flag 1235003/1235003
1238.09/634.01	c cleaning 9571 clauses out of 54335 with flag 1245003/1245003
1251.11/640.73	c cleaning 9584 clauses out of 54761 with flag 1255000/1255000
1262.23/646.63	c cleaning 9862 clauses out of 55177 with flag 1265000/1265000
1277.01/654.25	c cleaning 9644 clauses out of 55317 with flag 1275002/1275002
1292.80/662.32	c cleaning 9674 clauses out of 55673 with flag 1285002/1285002
1319.58/675.95	c cleaning 10408 clauses out of 55997 with flag 1295000/1295000
1327.29/680.10	c cleaning 9652 clauses out of 55589 with flag 1305000/1305000
1336.25/684.80	c cleaning 9867 clauses out of 55939 with flag 1315002/1315002
1345.24/689.54	c cleaning 9764 clauses out of 56070 with flag 1325000/1325000
1353.00/693.64	c cleaning 9757 clauses out of 56308 with flag 1335002/1335002
1364.17/699.51	c cleaning 9880 clauses out of 56551 with flag 1345002/1345002
1377.15/706.29	c cleaning 9706 clauses out of 56674 with flag 1355005/1355005
1389.72/712.71	c cleaning 9807 clauses out of 56963 with flag 1365001/1365001
1409.91/723.07	c cleaning 9929 clauses out of 57156 with flag 1375001/1375001
1416.64/726.77	c cleaning 9607 clauses out of 57228 with flag 1385002/1385002
1425.01/731.11	c cleaning 9493 clauses out of 57620 with flag 1395001/1395001
1435.41/736.59	c cleaning 9543 clauses out of 58126 with flag 1405000/1405000
1450.59/744.30	c cleaning 9487 clauses out of 58583 with flag 1415000/1415000
1465.71/752.24	c cleaning 9771 clauses out of 59097 with flag 1425001/1425001
1490.91/765.10	c cleaning 9655 clauses out of 59327 with flag 1435002/1435002
1517.07/778.38	c cleaning 9642 clauses out of 59672 with flag 1445002/1445002
1543.85/791.96	c cleaning 10040 clauses out of 60028 with flag 1455000/1455000
1564.72/802.70	c cleaning 9450 clauses out of 59988 with flag 1465000/1465000
1586.71/813.99	c cleaning 9810 clauses out of 60540 with flag 1475002/1475002
1606.69/824.11	c cleaning 9849 clauses out of 60729 with flag 1485001/1485001
1626.27/834.14	c cleaning 9830 clauses out of 60879 with flag 1495000/1495000
1645.75/844.20	c cleaning 9786 clauses out of 61050 with flag 1505001/1505001
1663.70/853.41	c cleaning 9899 clauses out of 61263 with flag 1515000/1515000
1680.45/862.01	c cleaning 10507 clauses out of 61364 with flag 1525000/1525000
1692.02/868.10	c cleaning 9726 clauses out of 60859 with flag 1535002/1535002
1708.08/876.46	c cleaning 9820 clauses out of 61131 with flag 1545000/1545000
1728.43/886.83	c cleaning 9755 clauses out of 61311 with flag 1555000/1555000
1737.37/891.52	c cleaning 10126 clauses out of 61556 with flag 1565000/1565000
1744.08/895.15	c cleaning 9668 clauses out of 61430 with flag 1575000/1575000
1755.71/901.35	c cleaning 9731 clauses out of 61765 with flag 1585003/1585003
1771.24/909.34	c cleaning 9681 clauses out of 62032 with flag 1595001/1595001
1782.77/915.38	c cleaning 9714 clauses out of 62353 with flag 1605003/1605003
1800.13/924.21	c starts		: 190
1800.13/924.21	c conflicts		: 1609445
1800.13/924.21	c decisions		: 16910306
1800.13/924.21	c propagations		: 569662984
1800.13/924.21	c inspects		: 1541557902
1800.13/924.21	c shortcuts		: 0
1800.13/924.21	c learnt literals	: 67
1800.13/924.21	c learnt binary clauses	: 43414
1800.13/924.21	c learnt ternary clauses	: 61672
1800.13/924.21	c learnt constraints	: 1609377
1800.13/924.21	c ignored constraints	: 0
1800.13/924.21	c root simplifications	: 0
1800.13/924.21	c removed literals (reason simplification)	: 44667834
1800.13/924.21	c reason swapping (by a shorter reason)	: 0
1800.13/924.21	c Calls to reduceDB	: 162
1800.13/924.21	c number of reductions to clauses (during analyze)	: 0
1800.13/924.21	c number of learned constraints concerned by reduction	: 0
1800.13/924.21	c number of learning phase by resolution	: 0
1800.13/924.21	c number of learning phase by cutting planes	: 0
1800.13/924.21	c speed (assignments/second)	: 616694.5794036392
1800.13/924.21	c non guided choices	6610
1800.13/924.24	c learnt constraints type 
1800.13/924.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43414
1800.13/924.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13673
1800.13/924.24	c constraints type 
1800.13/924.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5613
1800.13/924.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.13/924.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1287
1800.13/924.24	c constraints type 
1800.13/924.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1287
1800.13/924.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5613
1800.13/924.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
1800.13/924.24	s UNKNOWN
1800.13/924.24	c Total wall clock time (in seconds): 924.104

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-3742123-1338764218/watcher-3742123-1338764218 -o /tmp/evaluation-result-3742123-1338764218/solver-3742123-1338764218 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742123-1338764218.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.88 3.92 3.84 3/197 15713
/proc/meminfo: memFree=28163264/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15713/stat : 15713 (java) D 15711 15713 13088 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342546742 9515008 183 33554432000 1073741824 1073778376 140737310401792 140737310392824 240565173941 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/15713/statm: 2323 183 140 9 0 71 0

[startup+0.0229869 s]
/proc/loadavg: 3.88 3.92 3.84 3/197 15713
/proc/meminfo: memFree=28163264/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=10496720 CPUtime=0 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 1609 0 1 0 0 0 0 0 20 0 2 0 342546742 10748641280 1800 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2624180 1800 931 9 0 2615289 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10496720

[startup+0.100237 s]
/proc/loadavg: 3.88 3.92 3.84 3/197 15713
/proc/meminfo: memFree=28163264/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 3962 0 1 0 6 1 0 0 20 0 18 0 342546742 11864465408 12835 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300224 s]
/proc/loadavg: 3.88 3.92 3.84 3/197 15713
/proc/meminfo: memFree=28163264/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11586392 CPUtime=0.51 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 7385 0 1 0 49 2 0 0 20 0 18 0 342546742 11864465408 17464 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2896598 17464 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 11586392

[startup+0.700175 s]
/proc/loadavg: 3.88 3.92 3.84 3/197 15713
/proc/meminfo: memFree=28163264/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11852648 CPUtime=1.81 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 9075 0 1 0 178 3 0 0 20 0 22 0 342546742 12137111552 28249 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2963162 28249 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 11852648

[startup+1.50071 s]
/proc/loadavg: 3.88 3.92 3.84 6/219 15735
/proc/meminfo: memFree=27994832/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11852648 CPUtime=4.1 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 15700 0 1 0 401 9 0 0 20 0 22 0 342546742 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2963162 101301 2265 9 0 2953849 0
[pid=15713/tid=15715] ppid=15711 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/15713/task/15715/stat : 15715 (java) S 15711 15713 13088 0 -1 4202560 2890 0 1 0 42 2 0 0 20 0 22 0 342546743 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140074019116184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15716] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15716/stat : 15716 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073987525544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15717] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15717/stat : 15717 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073986473000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15718] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15718/stat : 15718 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073985419944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15719] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15719/stat : 15719 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073984367400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15720] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15720/stat : 15720 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073851914664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15721] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15721/stat : 15721 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073850862120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15722] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15722/stat : 15722 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073513248936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15723] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15723/stat : 15723 (java) S 15711 15713 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073512196392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15724] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15724/stat : 15724 (java) S 15711 15713 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073499999080 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15725] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15725/stat : 15725 (java) S 15711 15713 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073498945400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15726] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15726/stat : 15726 (java) S 15711 15713 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073497892232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15727] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15727/stat : 15727 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073496840976 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15728] ppid=15711 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/15713/task/15728/stat : 15728 (java) S 15711 15713 13088 0 -1 4202560 3267 0 0 0 66 0 0 0 20 0 22 0 342546750 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073495787832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15729] ppid=15711 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/15713/task/15729/stat : 15729 (java) S 15711 15713 13088 0 -1 4202560 8104 0 0 0 92 2 0 0 20 0 22 0 342546750 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073494735288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15730] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15730/stat : 15730 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073493682424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15731] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15731/stat : 15731 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073492630088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15732] ppid=15711 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/15713/task/15732/stat : 15732 (java) R 15711 15713 13088 0 -1 4202560 27 0 0 0 99 0 0 0 20 0 22 0 342546790 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073491574000 140073866301999 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15733] ppid=15711 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/15713/task/15733/stat : 15733 (java) R 15711 15713 13088 0 -1 4202560 209 0 0 0 96 4 0 0 20 0 22 0 342546790 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073490523000 140073866232947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15734] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15734/stat : 15734 (java) S 15711 15713 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073489470760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15735] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15735/stat : 15735 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 101301 33554432000 1073741824 1073778376 140737050147104 140073488418216 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 11852648

[startup+3.10077 s]
/proc/loadavg: 3.88 3.92 3.84 11/219 15735
/proc/meminfo: memFree=27496428/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11852648 CPUtime=7.83 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 20335 0 1 0 767 16 0 0 20 0 22 0 342546742 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2963162 183236 2290 9 0 2953849 0
[pid=15713/tid=15715] ppid=15711 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/15713/task/15715/stat : 15715 (java) S 15711 15713 13088 0 -1 4202560 2890 0 1 0 42 2 0 0 20 0 22 0 342546743 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140074019116184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15716] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15716/stat : 15716 (java) S 15711 15713 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073987525544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15717] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15717/stat : 15717 (java) S 15711 15713 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073986473000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15718] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15718/stat : 15718 (java) S 15711 15713 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073985419944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15719] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15719/stat : 15719 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073984367400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15720] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15720/stat : 15720 (java) S 15711 15713 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073851914664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15721] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15721/stat : 15721 (java) S 15711 15713 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073850862120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15722] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15722/stat : 15722 (java) S 15711 15713 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073513248936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15723] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15723/stat : 15723 (java) S 15711 15713 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073512196392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15724] ppid=15711 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/15713/task/15724/stat : 15724 (java) S 15711 15713 13088 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342546747 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073499999080 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15725] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15725/stat : 15725 (java) S 15711 15713 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073498945400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15726] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15726/stat : 15726 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073497892232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15727] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15727/stat : 15727 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073496840976 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15728] ppid=15711 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/15713/task/15728/stat : 15728 (java) S 15711 15713 13088 0 -1 4202560 7681 0 0 0 110 1 0 0 20 0 22 0 342546750 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073495787832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15729] ppid=15711 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/15713/task/15729/stat : 15729 (java) S 15711 15713 13088 0 -1 4202560 8109 0 0 0 100 2 0 0 20 0 22 0 342546750 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073494735288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15730] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15730/stat : 15730 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073493682424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15731] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15731/stat : 15731 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073492630088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15732] ppid=15711 vsize=11852648 CPUtime=2.52 cores=0,2,4,6
/proc/15713/task/15732/stat : 15732 (java) R 15711 15713 13088 0 -1 4202560 30 0 0 0 252 0 0 0 20 0 22 0 342546790 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073491575720 140073866424569 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15733] ppid=15711 vsize=11852648 CPUtime=2.54 cores=0,2,4,6
/proc/15713/task/15733/stat : 15733 (java) R 15711 15713 13088 0 -1 4202560 353 0 0 0 245 9 0 0 20 0 22 0 342546790 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073490522520 140073866664626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15734] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15734/stat : 15734 (java) S 15711 15713 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073489470760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15735] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15735/stat : 15735 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 183236 33554432000 1073741824 1073778376 140737050147104 140073488418216 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 11852648

[startup+6.30083 s]
/proc/loadavg: 3.89 3.92 3.84 5/219 15735
/proc/meminfo: memFree=27376900/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11852648 CPUtime=14.4 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 20420 0 1 0 1422 18 0 0 20 0 22 0 342546742 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2963162 199101 2290 9 0 2953849 0
[pid=15713/tid=15715] ppid=15711 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/15713/task/15715/stat : 15715 (java) S 15711 15713 13088 0 -1 4202560 2890 0 1 0 42 2 0 0 20 0 22 0 342546743 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140074019116184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15716] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15716/stat : 15716 (java) S 15711 15713 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073987525544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15717] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15717/stat : 15717 (java) S 15711 15713 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073986473000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15718] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15718/stat : 15718 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073985419944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15719] ppid=15711 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/15713/task/15719/stat : 15719 (java) S 15711 15713 13088 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073984367400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15720] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15720/stat : 15720 (java) S 15711 15713 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073851914664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15721] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15721/stat : 15721 (java) S 15711 15713 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073850862120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15722] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15722/stat : 15722 (java) S 15711 15713 13088 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073513248936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15723] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15723/stat : 15723 (java) S 15711 15713 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342546745 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073512196392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15724] ppid=15711 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/15713/task/15724/stat : 15724 (java) S 15711 15713 13088 0 -1 4202560 46 0 0 0 10 0 0 0 20 0 22 0 342546747 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073499999080 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15725] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15725/stat : 15725 (java) S 15711 15713 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073498945400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15726] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15726/stat : 15726 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073497892232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15727] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15727/stat : 15727 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073496840976 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15728] ppid=15711 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/15713/task/15728/stat : 15728 (java) S 15711 15713 13088 0 -1 4202560 7697 0 0 0 121 2 0 0 20 0 22 0 342546750 12137111552 199101 33554432000 1073741824 1073778376 140737050147104 140073495787832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/15713/statm: 2963162 749458 2291 9 0 2953849 0
[pid=15713/tid=15715] ppid=15711 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/15713/task/15715/stat : 15715 (java) S 15711 15713 13088 0 -1 4202560 2965 0 1 0 43 4 0 0 20 0 22 0 342546743 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140074019116184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15716] ppid=15711 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/15713/task/15716/stat : 15716 (java) S 15711 15713 13088 0 -1 4202560 72 0 0 0 118 2 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073987525544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15717] ppid=15711 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/15713/task/15717/stat : 15717 (java) S 15711 15713 13088 0 -1 4202560 58 0 0 0 123 0 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073986473000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15718] ppid=15711 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/15713/task/15718/stat : 15718 (java) S 15711 15713 13088 0 -1 4202560 70 0 0 0 128 2 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073985419944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15719] ppid=15711 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/15713/task/15719/stat : 15719 (java) S 15711 15713 13088 0 -1 4202560 68 0 0 0 117 2 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073984367400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15720] ppid=15711 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/15713/task/15720/stat : 15720 (java) S 15711 15713 13088 0 -1 4202560 56 0 0 0 119 0 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073851914664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15721] ppid=15711 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/15713/task/15721/stat : 15721 (java) S 15711 15713 13088 0 -1 4202560 69 0 0 0 121 2 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073850862120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15722] ppid=15711 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/15713/task/15722/stat : 15722 (java) S 15711 15713 13088 0 -1 4202560 82 0 0 0 113 2 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073513248936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15723] ppid=15711 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/15713/task/15723/stat : 15723 (java) S 15711 15713 13088 0 -1 4202560 75 0 0 0 118 2 0 0 20 0 22 0 342546745 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073512196392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15724] ppid=15711 vsize=11852648 CPUtime=47.81 cores=0,2,4,6
/proc/15713/task/15724/stat : 15724 (java) S 15711 15713 13088 0 -1 4202560 262 0 0 0 4770 11 0 0 20 0 22 0 342546747 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073499999080 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15725] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15725/stat : 15725 (java) S 15711 15713 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073498945400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15726] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15726/stat : 15726 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073497892232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15727] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15727/stat : 15727 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073496840976 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15728] ppid=15711 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/15713/task/15728/stat : 15728 (java) S 15711 15713 13088 0 -1 4202560 7698 0 0 0 130 2 0 0 20 0 22 0 342546750 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073495787832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15729] ppid=15711 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/15713/task/15729/stat : 15729 (java) S 15711 15713 13088 0 -1 4202560 9101 0 0 0 161 2 0 0 20 0 22 0 342546750 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073494735288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15730] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15730/stat : 15730 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073493682424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15731] ppid=15711 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/15713/task/15731/stat : 15731 (java) S 15711 15713 13088 0 -1 4202560 46 0 0 0 14 15 0 0 20 0 22 0 342546750 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073492630088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15732] ppid=15711 vsize=11852648 CPUtime=768.95 cores=0,2,4,6
/proc/15713/task/15732/stat : 15732 (java) R 15711 15713 13088 0 -1 4202560 91 0 0 0 76883 12 0 0 20 0 22 0 342546790 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073491575632 140073866228407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15733] ppid=15711 vsize=11852648 CPUtime=768.9 cores=0,2,4,6
/proc/15713/task/15733/stat : 15733 (java) R 15711 15713 13088 0 -1 4202560 1316 0 0 0 76837 53 0 0 20 0 22 0 342546790 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073490520784 140073866510546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15734] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15734/stat : 15734 (java) S 15711 15713 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073489470760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15735] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15735/stat : 15735 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 749458 33554432000 1073741824 1073778376 140737050147104 140073488418216 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1603.08
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.96 3.90 3.86 5/219 15830
/proc/meminfo: memFree=24303168/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11852648 CPUtime=1719.41 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 23279 0 1 0 171848 93 0 0 20 0 22 0 342546742 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2963162 752570 2291 9 0 2953849 0
[pid=15713/tid=15715] ppid=15711 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/15713/task/15715/stat : 15715 (java) S 15711 15713 13088 0 -1 4202560 2971 0 1 0 43 5 0 0 20 0 22 0 342546743 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140074019116184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15716] ppid=15711 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/15713/task/15716/stat : 15716 (java) S 15711 15713 13088 0 -1 4202560 77 0 0 0 128 2 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073987525544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15717] ppid=15711 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/15713/task/15717/stat : 15717 (java) S 15711 15713 13088 0 -1 4202560 61 0 0 0 128 1 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073986473000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15718] ppid=15711 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/15713/task/15718/stat : 15718 (java) S 15711 15713 13088 0 -1 4202560 73 0 0 0 137 2 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073985419944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15719] ppid=15711 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/15713/task/15719/stat : 15719 (java) S 15711 15713 13088 0 -1 4202560 71 0 0 0 125 2 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073984367400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15720] ppid=15711 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/15713/task/15720/stat : 15720 (java) S 15711 15713 13088 0 -1 4202560 68 0 0 0 129 0 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073851914664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15721] ppid=15711 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/15713/task/15721/stat : 15721 (java) S 15711 15713 13088 0 -1 4202560 76 0 0 0 129 2 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073850862120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15722] ppid=15711 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/15713/task/15722/stat : 15722 (java) S 15711 15713 13088 0 -1 4202560 83 0 0 0 121 3 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073513248936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15723] ppid=15711 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/15713/task/15723/stat : 15723 (java) S 15711 15713 13088 0 -1 4202560 81 0 0 0 128 2 0 0 20 0 22 0 342546745 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073512196392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15724] ppid=15711 vsize=11852648 CPUtime=51.8 cores=0,2,4,6
/proc/15713/task/15724/stat : 15724 (java) S 15711 15713 13088 0 -1 4202560 272 0 0 0 5168 12 0 0 20 0 22 0 342546747 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073499999080 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15725] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15725/stat : 15725 (java) S 15711 15713 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073498945400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15726] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15726/stat : 15726 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073497892232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15727] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15727/stat : 15727 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073496840976 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15728] ppid=15711 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/15713/task/15728/stat : 15728 (java) S 15711 15713 13088 0 -1 4202560 7698 0 0 0 130 2 0 0 20 0 22 0 342546750 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073495787832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15729] ppid=15711 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/15713/task/15729/stat : 15729 (java) S 15711 15713 13088 0 -1 4202560 9101 0 0 0 161 2 0 0 20 0 22 0 342546750 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073494735288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15730] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15730/stat : 15730 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073493682424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15731] ppid=15711 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/15713/task/15731/stat : 15731 (java) S 15711 15713 13088 0 -1 4202560 50 0 0 0 16 16 0 0 20 0 22 0 342546750 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073492630088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15732] ppid=15711 vsize=11852648 CPUtime=824.63 cores=0,2,4,6
/proc/15713/task/15732/stat : 15732 (java) R 15711 15713 13088 0 -1 4202560 92 0 0 0 82450 13 0 0 20 0 22 0 342546790 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073491575632 140073866301392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15733] ppid=15711 vsize=11852648 CPUtime=824.58 cores=0,2,4,6
/proc/15713/task/15733/stat : 15733 (java) R 15711 15713 13088 0 -1 4202560 1316 0 0 0 82404 54 0 0 20 0 22 0 342546790 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073490521040 140073866233188 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15734] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15734/stat : 15734 (java) S 15711 15713 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073489470760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15735] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15735/stat : 15735 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 752570 33554432000 1073741824 1073778376 140737050147104 140073488418216 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1719.41
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.201 s]
/proc/loadavg: 3.98 3.91 3.87 4/219 15830
/proc/meminfo: memFree=24280392/32873844 swapFree=7116/7116
[pid=15713] ppid=15711 vsize=11852648 CPUtime=1800.13 cores=0,2,4,6
/proc/15713/stat : 15713 (java) S 15711 15713 13088 0 -1 4202496 23330 0 1 0 179918 95 0 0 20 0 22 0 342546742 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140737050138240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15713/statm: 2963162 757203 2291 9 0 2953849 0
[pid=15713/tid=15715] ppid=15711 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/15713/task/15715/stat : 15715 (java) S 15711 15713 13088 0 -1 4202560 2975 0 1 0 43 5 0 0 20 0 22 0 342546743 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140074019116184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15716] ppid=15711 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/15713/task/15716/stat : 15716 (java) S 15711 15713 13088 0 -1 4202560 79 0 0 0 135 2 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073987525544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15717] ppid=15711 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/15713/task/15717/stat : 15717 (java) S 15711 15713 13088 0 -1 4202560 66 0 0 0 134 1 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073986473000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15718] ppid=15711 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/15713/task/15718/stat : 15718 (java) S 15711 15713 13088 0 -1 4202560 77 0 0 0 143 2 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073985419944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15719] ppid=15711 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/15713/task/15719/stat : 15719 (java) S 15711 15713 13088 0 -1 4202560 79 0 0 0 132 2 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073984367400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15720] ppid=15711 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/15713/task/15720/stat : 15720 (java) S 15711 15713 13088 0 -1 4202560 69 0 0 0 139 0 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073851914664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15713/tid=15721] ppid=15711 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/15713/task/15721/stat : 15721 (java) S 15711 15713 13088 0 -1 4202560 78 0 0 0 136 2 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073850862120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15722] ppid=15711 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/15713/task/15722/stat : 15722 (java) S 15711 15713 13088 0 -1 4202560 88 0 0 0 129 3 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073513248936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15723] ppid=15711 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/15713/task/15723/stat : 15723 (java) S 15711 15713 13088 0 -1 4202560 88 0 0 0 136 2 0 0 20 0 22 0 342546745 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073512196392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15724] ppid=15711 vsize=11852648 CPUtime=55.13 cores=0,2,4,6
/proc/15713/task/15724/stat : 15724 (java) S 15711 15713 13088 0 -1 4202560 280 0 0 0 5501 12 0 0 20 0 22 0 342546747 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073499999080 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15725] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15725/stat : 15725 (java) S 15711 15713 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073498945400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15726] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15726/stat : 15726 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546747 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073497892232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15727] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15727/stat : 15727 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073496840976 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15728] ppid=15711 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/15713/task/15728/stat : 15728 (java) S 15711 15713 13088 0 -1 4202560 7698 0 0 0 130 2 0 0 20 0 22 0 342546750 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073495787832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15729] ppid=15711 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/15713/task/15729/stat : 15729 (java) S 15711 15713 13088 0 -1 4202560 9101 0 0 0 161 2 0 0 20 0 22 0 342546750 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073494735288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15730] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15730/stat : 15730 (java) S 15711 15713 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342546750 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073493682424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15731] ppid=15711 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/15713/task/15731/stat : 15731 (java) S 15711 15713 13088 0 -1 4202560 52 0 0 0 17 17 0 0 20 0 22 0 342546750 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073492630088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15732] ppid=15711 vsize=11852648 CPUtime=862.92 cores=0,2,4,6
/proc/15713/task/15732/stat : 15732 (java) R 15711 15713 13088 0 -1 4202560 94 0 0 0 86278 14 0 0 20 0 22 0 342546790 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073491575632 140073866369984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15713/tid=15733] ppid=15711 vsize=11852648 CPUtime=862.88 cores=0,2,4,6
/proc/15713/task/15733/stat : 15733 (java) R 15711 15713 13088 0 -1 4202560 1317 0 0 0 86233 55 0 0 20 0 22 0 342546790 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073490521184 140073866559432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15713/tid=15734] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15734/stat : 15734 (java) S 15711 15713 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073489470760 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15713/tid=15735] ppid=15711 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/15713/task/15735/stat : 15735 (java) S 15711 15713 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342546791 12137111552 757203 33554432000 1073741824 1073778376 140737050147104 140073488418216 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 15713 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=728159
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=381789
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 924.265
CPU time (s): 1800.13
CPU user time (s): 1799.18
CPU system time (s): 0.95
CPU usage (%): 194.763
Max. virtual memory (cumulated for all children) (KiB): 11854520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 1.38179
maximum resident set size= 3030984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23364
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26639
involuntary context switches= 31868

runsolver used 3.56046 second user time and 8.01578 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 00:56:58
IDJOB=3742123
IDBENCH=90133
IDSOLVER=2328
FILE ID=node146/3742123-1338764218
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70908 MiB

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

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

MD5SUM BENCH= 96708928b3148fdbe0ae701534d6c3d7
RANDOM SEED=582097340

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28163272 kB
Buffers:          323388 kB
Cached:           609040 kB
SwapCached:         1792 kB
Active:          3387328 kB
Inactive:         498832 kB
Active(anon):    2953996 kB
Inactive(anon):     1664 kB
Active(file):     433332 kB
Inactive(file):   497168 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2959644 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             678112 kB
SReclaimable:     117968 kB
SUnreclaim:       560144 kB
KernelStack:        1624 kB
PageTables:         9952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2916352 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= 70904 MiB
End job on node146 at 2012-06-04 01:12:24