Trace number 3742071

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.79 925.356

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K98.opb
MD5SUM0d56c20200c8726f988a44319a68d2e3
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 benchmark165.396
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6664
Total number of constraints6862
Number of constraints which are clauses6764
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
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 99
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.02/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3742071-1338763784.opb
0.08/0.13	c reading problem ... 
0.75/0.45	c ... done. Wall clock time 0.326s.
0.75/0.45	c #vars     6664
0.75/0.45	c #constraints  6862
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5501
0.75/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 98
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1261
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1261
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5501
0.75/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
4.80/1.89	c cleaning 2489 clauses out of 4989 with flag 5000/5000
8.82/3.54	c cleaning 4240 clauses out of 8498 with flag 11001/11001
13.64/5.94	c cleaning 5593 clauses out of 11251 with flag 18002/18002
18.17/8.17	c cleaning 6790 clauses out of 13651 with flag 26002/26002
24.79/11.47	c cleaning 7864 clauses out of 15856 with flag 35000/35000
30.85/14.47	c cleaning 8898 clauses out of 17989 with flag 45001/45001
36.62/17.38	c cleaning 9419 clauses out of 19090 with flag 55002/55002
42.78/20.42	c cleaning 9716 clauses out of 19669 with flag 65001/65001
48.70/23.49	c cleaning 9853 clauses out of 19952 with flag 75000/75000
55.45/26.84	c cleaning 9915 clauses out of 20099 with flag 85000/85000
64.21/31.20	c cleaning 9944 clauses out of 20181 with flag 95000/95000
69.37/33.84	c cleaning 9999 clauses out of 20244 with flag 105007/105007
76.27/37.39	c cleaning 10058 clauses out of 20241 with flag 115003/115003
83.61/41.05	c cleaning 9903 clauses out of 20182 with flag 125002/125002
89.76/44.16	c cleaning 10092 clauses out of 20273 with flag 135000/135000
94.89/46.71	c cleaning 10036 clauses out of 20181 with flag 145000/145000
100.56/49.62	c cleaning 9955 clauses out of 20144 with flag 155000/155000
107.90/53.36	c cleaning 9919 clauses out of 20189 with flag 165000/165000
120.02/59.45	c cleaning 9910 clauses out of 20271 with flag 175001/175001
140.14/69.59	c cleaning 9855 clauses out of 20365 with flag 185005/185005
146.67/72.83	c cleaning 10095 clauses out of 20501 with flag 195000/195000
154.78/76.93	c cleaning 9906 clauses out of 20406 with flag 205000/205000
160.28/79.75	c cleaning 9641 clauses out of 20502 with flag 215003/215003
169.78/84.55	c cleaning 9648 clauses out of 20860 with flag 225002/225002
175.21/87.32	c cleaning 9399 clauses out of 21208 with flag 235000/235000
180.30/89.92	c cleaning 9608 clauses out of 21810 with flag 245001/245001
185.98/92.88	c cleaning 9617 clauses out of 22196 with flag 255000/255000
200.07/99.99	c cleaning 9620 clauses out of 22578 with flag 265000/265000
213.33/106.63	c cleaning 9466 clauses out of 22958 with flag 275000/275000
238.04/119.07	c cleaning 9549 clauses out of 23492 with flag 285000/285000
244.93/122.53	c cleaning 9521 clauses out of 23942 with flag 295000/295000
252.84/126.54	c cleaning 9484 clauses out of 24421 with flag 305000/305000
261.81/131.18	c cleaning 9522 clauses out of 24937 with flag 315000/315000
269.48/135.01	c cleaning 9925 clauses out of 25415 with flag 325000/325000
274.74/137.74	c cleaning 9538 clauses out of 25491 with flag 335001/335001
280.46/140.70	c cleaning 9504 clauses out of 25952 with flag 345000/345000
287.21/144.18	c cleaning 9657 clauses out of 26453 with flag 355005/355005
294.24/147.72	c cleaning 9548 clauses out of 26792 with flag 365001/365001
305.48/153.45	c cleaning 9471 clauses out of 27245 with flag 375002/375002
318.33/159.93	c cleaning 9540 clauses out of 27772 with flag 385000/385000
335.65/168.77	c cleaning 9773 clauses out of 28231 with flag 395000/395000
344.49/173.22	c cleaning 9583 clauses out of 28461 with flag 405003/405003
355.71/178.92	c cleaning 9489 clauses out of 28876 with flag 415001/415001
365.73/184.02	c cleaning 9822 clauses out of 29387 with flag 425001/425001
371.23/186.99	c cleaning 9568 clauses out of 29566 with flag 435002/435002
377.64/190.26	c cleaning 9807 clauses out of 29999 with flag 445003/445003
395.08/199.02	c cleaning 9554 clauses out of 30192 with flag 455003/455003
411.48/207.33	c cleaning 9700 clauses out of 30638 with flag 465003/465003
416.76/210.19	c cleaning 9573 clauses out of 30937 with flag 475003/475003
422.11/212.99	c cleaning 0 clauses out of 5000 with flag 0/5000
424.13/213.90	c cleaning 9734 clauses out of 31362 with flag 485001/485001
430.65/217.29	c cleaning 9730 clauses out of 31632 with flag 495005/495005
440.48/222.35	c cleaning 9626 clauses out of 31898 with flag 505001/505001
446.86/225.61	c cleaning 9577 clauses out of 32271 with flag 515000/515000
454.63/229.62	c cleaning 9666 clauses out of 32694 with flag 525000/525000
460.61/232.79	c cleaning 9662 clauses out of 33030 with flag 535003/535003
468.24/236.72	c cleaning 9615 clauses out of 33366 with flag 545001/545001
475.81/240.66	c cleaning 9599 clauses out of 33750 with flag 555000/555000
481.17/243.46	c cleaning 9735 clauses out of 34152 with flag 565002/565002
489.54/247.76	c cleaning 9692 clauses out of 34415 with flag 575000/575000
496.96/251.66	c cleaning 9629 clauses out of 34723 with flag 585000/585000
504.53/255.53	c cleaning 9487 clauses out of 35094 with flag 595000/595000
512.69/259.76	c cleaning 9579 clauses out of 35608 with flag 605001/605001
520.64/263.83	c cleaning 9908 clauses out of 36028 with flag 615000/615000
534.85/271.16	c cleaning 9812 clauses out of 36120 with flag 625000/625000
550.01/278.89	c cleaning 10032 clauses out of 36310 with flag 635002/635002
567.20/287.52	c cleaning 9620 clauses out of 36276 with flag 645000/645000
585.58/296.80	c cleaning 9790 clauses out of 36657 with flag 655001/655001
609.86/309.17	c cleaning 9883 clauses out of 36866 with flag 665000/665000
629.60/319.13	c cleaning 9672 clauses out of 36986 with flag 675003/675003
637.97/323.41	c cleaning 9820 clauses out of 37311 with flag 685000/685000
643.49/326.31	c cleaning 9694 clauses out of 37491 with flag 695000/695000
648.85/329.25	c cleaning 9441 clauses out of 37797 with flag 705000/705000
656.39/333.13	c cleaning 9638 clauses out of 38354 with flag 715001/715001
662.14/336.16	c cleaning 9548 clauses out of 38715 with flag 725000/725000
667.66/339.04	c cleaning 9642 clauses out of 39169 with flag 735002/735002
681.21/346.09	c cleaning 9672 clauses out of 39526 with flag 745001/745001
688.56/349.80	c cleaning 9544 clauses out of 39855 with flag 755002/755002
697.67/354.59	c cleaning 9477 clauses out of 40309 with flag 765000/765000
716.80/364.20	c cleaning 9543 clauses out of 40832 with flag 775000/775000
728.54/370.38	c cleaning 9905 clauses out of 41289 with flag 785000/785000
735.47/374.00	c cleaning 9646 clauses out of 41385 with flag 795001/795001
743.58/378.15	c cleaning 9603 clauses out of 41739 with flag 805001/805001
754.50/383.73	c cleaning 9523 clauses out of 42135 with flag 815000/815000
767.65/390.54	c cleaning 9878 clauses out of 42612 with flag 825000/825000
783.77/398.76	c cleaning 9674 clauses out of 42734 with flag 835001/835001
793.88/403.91	c cleaning 9452 clauses out of 43059 with flag 845000/845000
801.38/407.87	c cleaning 9502 clauses out of 43608 with flag 855001/855001
810.70/412.72	c cleaning 9622 clauses out of 44105 with flag 865000/865000
819.40/417.23	c cleaning 9673 clauses out of 44484 with flag 875001/875001
826.90/421.11	c cleaning 9886 clauses out of 44813 with flag 885004/885004
859.25/437.42	c cleaning 9823 clauses out of 44925 with flag 895002/895002
866.79/441.47	c cleaning 9544 clauses out of 45100 with flag 905000/905000
872.71/444.58	c cleaning 9660 clauses out of 45556 with flag 915000/915000
880.81/448.70	c cleaning 9669 clauses out of 45896 with flag 925000/925000
887.70/452.37	c cleaning 9826 clauses out of 46227 with flag 935000/935000
895.78/456.64	c cleaning 9596 clauses out of 46401 with flag 945000/945000
902.46/460.17	c cleaning 9675 clauses out of 46805 with flag 955000/955000
919.74/468.97	c cleaning 9697 clauses out of 47130 with flag 965000/965000
938.06/478.24	c cleaning 9739 clauses out of 47434 with flag 975001/975001
952.76/485.82	c cleaning 9698 clauses out of 47695 with flag 985001/985001
965.62/492.40	c cleaning 10117 clauses out of 47997 with flag 995001/995001
976.32/497.92	c cleaning 9771 clauses out of 47880 with flag 1005001/1005001
985.21/502.60	c cleaning 9785 clauses out of 48109 with flag 1015001/1015001
993.24/506.89	c cleaning 9608 clauses out of 48323 with flag 1025000/1025000
1000.10/510.44	c cleaning 9769 clauses out of 48715 with flag 1035000/1035000
1013.55/517.39	c cleaning 9713 clauses out of 48947 with flag 1045001/1045001
1020.21/520.83	c cleaning 9623 clauses out of 49231 with flag 1055002/1055002
1026.47/524.25	c cleaning 9440 clauses out of 49609 with flag 1065003/1065003
1034.91/528.69	c cleaning 9639 clauses out of 50166 with flag 1075000/1075000
1048.96/535.89	c cleaning 9938 clauses out of 50527 with flag 1085000/1085000
1058.02/540.56	c cleaning 9662 clauses out of 50595 with flag 1095006/1095006
1074.26/548.96	c cleaning 9947 clauses out of 50927 with flag 1105000/1105000
1090.08/557.06	c cleaning 9578 clauses out of 50981 with flag 1115001/1115001
1106.55/565.42	c cleaning 9862 clauses out of 51403 with flag 1125001/1125001
1119.42/572.05	c cleaning 9646 clauses out of 51540 with flag 1135000/1135000
1139.82/582.51	c cleaning 9546 clauses out of 51893 with flag 1145000/1145000
1146.67/586.13	c cleaning 9588 clauses out of 52347 with flag 1155000/1155000
1153.33/589.62	c cleaning 9659 clauses out of 52761 with flag 1165002/1165002
1161.77/594.00	c cleaning 9614 clauses out of 53100 with flag 1175000/1175000
1178.76/602.85	c cleaning 9661 clauses out of 53487 with flag 1185001/1185001
1191.98/609.61	c cleaning 9934 clauses out of 53825 with flag 1195000/1195000
1214.44/621.07	c cleaning 9778 clauses out of 53891 with flag 1205000/1205000
1249.50/638.73	c cleaning 9683 clauses out of 54113 with flag 1215000/1215000
1270.93/649.79	c cleaning 9821 clauses out of 54431 with flag 1225001/1225001
1288.61/658.78	c cleaning 9849 clauses out of 54612 with flag 1235003/1235003
1303.43/666.32	c cleaning 9890 clauses out of 54761 with flag 1245001/1245001
1314.64/672.12	c cleaning 9881 clauses out of 54871 with flag 1255001/1255001
1324.58/677.41	c cleaning 9759 clauses out of 54989 with flag 1265000/1265000
1335.62/683.12	c cleaning 9636 clauses out of 55230 with flag 1275000/1275000
1352.21/691.67	c cleaning 9921 clauses out of 55594 with flag 1285000/1285000
1364.63/698.08	c cleaning 9837 clauses out of 55675 with flag 1295002/1295002
1372.55/702.33	c cleaning 9780 clauses out of 55837 with flag 1305001/1305001
1383.54/708.07	c cleaning 9782 clauses out of 56056 with flag 1315000/1315000
1397.17/715.09	c cleaning 9598 clauses out of 56275 with flag 1325001/1325001
1411.35/722.36	c cleaning 9854 clauses out of 56676 with flag 1335000/1335000
1426.09/730.05	c cleaning 9952 clauses out of 56824 with flag 1345002/1345002
1437.09/735.79	c cleaning 9790 clauses out of 56870 with flag 1355000/1355000
1448.48/741.68	c cleaning 9737 clauses out of 57083 with flag 1365003/1365003
1460.29/747.73	c cleaning 9852 clauses out of 57344 with flag 1375001/1375001
1469.60/752.79	c cleaning 9774 clauses out of 57491 with flag 1385000/1385000
1479.60/757.91	c cleaning 9716 clauses out of 57719 with flag 1395002/1395002
1490.19/763.46	c cleaning 9580 clauses out of 58001 with flag 1405000/1405000
1501.56/769.35	c cleaning 9743 clauses out of 58423 with flag 1415002/1415002
1516.65/777.27	c cleaning 10190 clauses out of 58678 with flag 1425000/1425000
1528.22/783.26	c cleaning 9639 clauses out of 58489 with flag 1435001/1435001
1539.98/789.37	c cleaning 10026 clauses out of 58850 with flag 1445001/1445001
1552.97/796.08	c cleaning 9933 clauses out of 58824 with flag 1455001/1455001
1565.28/802.58	c cleaning 9691 clauses out of 58890 with flag 1465000/1465000
1581.85/811.05	c cleaning 9860 clauses out of 59199 with flag 1475000/1475000
1599.03/819.82	c cleaning 9986 clauses out of 59340 with flag 1485001/1485001
1613.61/827.38	c cleaning 9841 clauses out of 59353 with flag 1495000/1495000
1622.46/832.17	c cleaning 10063 clauses out of 59510 with flag 1505001/1505001
1629.63/835.97	c cleaning 9890 clauses out of 59448 with flag 1515002/1515002
1638.98/840.88	c cleaning 9636 clauses out of 59557 with flag 1525001/1525001
1649.55/846.38	c cleaning 9723 clauses out of 59921 with flag 1535001/1535001
1660.82/852.30	c cleaning 9813 clauses out of 60198 with flag 1545001/1545001
1668.59/856.44	c cleaning 9621 clauses out of 60384 with flag 1555000/1555000
1675.34/860.04	c cleaning 9874 clauses out of 60763 with flag 1565000/1565000
1684.70/864.92	c cleaning 9654 clauses out of 60889 with flag 1575000/1575000
1692.56/869.27	c cleaning 9783 clauses out of 61236 with flag 1585001/1585001
1704.75/875.52	c cleaning 9705 clauses out of 61453 with flag 1595001/1595001
1717.11/881.96	c cleaning 9897 clauses out of 61747 with flag 1605000/1605000
1729.46/888.37	c cleaning 9658 clauses out of 61854 with flag 1615004/1615004
1744.50/896.23	c cleaning 9766 clauses out of 62192 with flag 1625000/1625000
1754.04/901.24	c cleaning 9703 clauses out of 62426 with flag 1635000/1635000
1766.20/907.53	c cleaning 9726 clauses out of 62723 with flag 1645000/1645000
1775.35/912.37	c cleaning 9875 clauses out of 62999 with flag 1655002/1655002
1786.19/918.16	c cleaning 9535 clauses out of 63123 with flag 1665001/1665001
1800.15/925.31	c starts		: 207
1800.15/925.31	c conflicts		: 1672676
1800.15/925.31	c decisions		: 16885643
1800.15/925.31	c propagations		: 606927882
1800.15/925.31	c inspects		: 1654649799
1800.15/925.31	c shortcuts		: 0
1800.15/925.31	c learnt literals	: 78
1800.15/925.31	c learnt binary clauses	: 44296
1800.15/925.31	c learnt ternary clauses	: 64446
1800.15/925.31	c learnt constraints	: 1672597
1800.15/925.31	c ignored constraints	: 0
1800.15/925.31	c root simplifications	: 0
1800.15/925.31	c removed literals (reason simplification)	: 41713982
1800.15/925.31	c reason swapping (by a shorter reason)	: 0
1800.15/925.31	c Calls to reduceDB	: 168
1800.15/925.31	c number of reductions to clauses (during analyze)	: 0
1800.15/925.31	c number of learned constraints concerned by reduction	: 0
1800.15/925.31	c number of learning phase by resolution	: 0
1800.15/925.31	c number of learning phase by cutting planes	: 0
1800.15/925.31	c speed (assignments/second)	: 656239.7019214863
1800.15/925.31	c non guided choices	5677
1800.15/925.34	c learnt constraints type 
1800.15/925.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44296
1800.15/925.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16976
1800.15/925.34	c constraints type 
1800.15/925.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5501
1800.15/925.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 98
1800.15/925.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1261
1800.15/925.34	c constraints type 
1800.15/925.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1261
1800.15/925.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5501
1800.15/925.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
1800.15/925.34	s UNKNOWN
1800.15/925.34	c Total wall clock time (in seconds): 925.211

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-3742071-1338763784/watcher-3742071-1338763784 -o /tmp/evaluation-result-3742071-1338763784/solver-3742071-1338763784 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742071-1338763784.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.81 3.90 3.89 4/197 773
/proc/meminfo: memFree=23573236/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/773/stat : 773 (java) D 771 773 30010 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 342505160 9515008 176 33554432000 1073741824 1073778376 140735882322448 140735882305176 271787574160 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/773/statm: 2323 176 133 9 0 71 0

[startup+0.036152 s]
/proc/loadavg: 3.81 3.90 3.89 4/197 773
/proc/meminfo: memFree=23573236/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 4536 0 1 0 1 1 0 0 20 0 10 0 342505160 11309641728 11367 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2761143 11369 1535 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.10022 s]
/proc/loadavg: 3.81 3.90 3.89 4/197 773
/proc/meminfo: memFree=23573236/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 5428 0 1 0 7 1 0 0 20 0 18 0 342505160 11864465408 13273 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2896598 13274 2036 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.30017 s]
/proc/loadavg: 3.81 3.90 3.89 4/197 773
/proc/meminfo: memFree=23573236/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11586392 CPUtime=0.53 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 8413 0 1 0 51 2 0 0 20 0 18 0 342505160 11864465408 17952 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2896598 17952 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.700188 s]
/proc/loadavg: 3.81 3.90 3.89 4/197 773
/proc/meminfo: memFree=23573236/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11852648 CPUtime=1.88 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 13600 0 1 0 185 3 0 0 20 0 22 0 342505160 12137111552 29751 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2963162 29764 2260 9 0 2953849 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 11852648

[startup+1.50074 s]
/proc/loadavg: 3.81 3.90 3.89 7/219 795
/proc/meminfo: memFree=23386256/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11852648 CPUtime=4.19 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 21077 0 1 0 411 8 0 0 20 0 22 0 342505160 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2963162 97111 2266 9 0 2953849 0
[pid=773/tid=775] ppid=771 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/773/task/775/stat : 775 (java) S 771 773 30010 0 -1 4202560 3905 0 1 0 41 1 0 0 20 0 22 0 342505161 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994685109400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=776] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/776/stat : 776 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994522241448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=777] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/777/stat : 777 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994521188904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=778] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/778/stat : 778 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994520135848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=779] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/779/stat : 779 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994519083304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=780] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/780/stat : 780 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994518031272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=781] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/781/stat : 781 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994516978728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=782] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/782/stat : 782 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994515925672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=783] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/783/stat : 783 (java) S 771 773 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994514873128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=784] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/784/stat : 784 (java) S 771 773 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342505164 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994502461800 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=785] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/785/stat : 785 (java) S 771 773 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994501408120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=786] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/786/stat : 786 (java) S 771 773 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994500354952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=787] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/787/stat : 787 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994499303696 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=788] ppid=771 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/773/task/788/stat : 788 (java) S 771 773 30010 0 -1 4202560 8734 0 0 0 85 2 0 0 20 0 22 0 342505167 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994498251576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=789] ppid=771 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/773/task/789/stat : 789 (java) S 771 773 30010 0 -1 4202560 7015 0 0 0 77 2 0 0 20 0 22 0 342505167 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994497199032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=790] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/790/stat : 790 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994496146168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=791] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/791/stat : 791 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994495093832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=792] ppid=771 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/773/task/792/stat : 792 (java) R 771 773 30010 0 -1 4202560 25 0 0 0 103 0 0 0 20 0 22 0 342505206 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994494036544 139994543556550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=773/tid=793] ppid=771 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/773/task/793/stat : 793 (java) R 771 773 30010 0 -1 4202560 196 0 0 0 99 4 0 0 20 0 22 0 342505206 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994492985576 139994543552693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=773/tid=794] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/794/stat : 794 (java) S 771 773 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994491933480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=795] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/795/stat : 795 (java) S 771 773 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 97111 33554432000 1073741824 1073778376 140733870649360 139994490880936 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 11852648

[startup+3.10085 s]
/proc/loadavg: 3.81 3.90 3.89 6/219 795
/proc/meminfo: memFree=22996828/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11852648 CPUtime=7.95 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 23097 0 1 0 784 11 0 0 20 0 22 0 342505160 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2963162 163364 2290 9 0 2953849 0
[pid=773/tid=775] ppid=771 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/773/task/775/stat : 775 (java) S 771 773 30010 0 -1 4202560 3905 0 1 0 41 1 0 0 20 0 22 0 342505161 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994685109400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=776] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/776/stat : 776 (java) S 771 773 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994522241448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=777] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/777/stat : 777 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994521188904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=778] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/778/stat : 778 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994520135848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=779] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/779/stat : 779 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994519083304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=780] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/780/stat : 780 (java) S 771 773 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994518031272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=781] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/781/stat : 781 (java) S 771 773 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994516978728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=782] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/782/stat : 782 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994515925672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=783] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/783/stat : 783 (java) S 771 773 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994514873128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=784] ppid=771 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/773/task/784/stat : 784 (java) S 771 773 30010 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 342505164 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994502461800 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=785] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/785/stat : 785 (java) S 771 773 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994501408120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=786] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/786/stat : 786 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994500354952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=787] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/787/stat : 787 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994499303696 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=788] ppid=771 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/773/task/788/stat : 788 (java) S 771 773 30010 0 -1 4202560 9307 0 0 0 128 2 0 0 20 0 22 0 342505167 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994498251576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=789] ppid=771 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/773/task/789/stat : 789 (java) S 771 773 30010 0 -1 4202560 8279 0 0 0 91 2 0 0 20 0 22 0 342505167 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994497199032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=790] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/790/stat : 790 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994496146168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=791] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/791/stat : 791 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994495093832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=792] ppid=771 vsize=11852648 CPUtime=2.59 cores=1,3,5,7
/proc/773/task/792/stat : 792 (java) R 771 773 30010 0 -1 4202560 27 0 0 0 259 0 0 0 20 0 22 0 342505206 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994494038272 139994543654080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=773/tid=793] ppid=771 vsize=11852648 CPUtime=2.59 cores=1,3,5,7
/proc/773/task/793/stat : 793 (java) R 771 773 30010 0 -1 4202560 316 0 0 0 252 7 0 0 20 0 22 0 342505206 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994492985752 139994543810464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=773/tid=794] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/794/stat : 794 (java) S 771 773 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994491933480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=795] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/795/stat : 795 (java) S 771 773 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 163364 33554432000 1073741824 1073778376 140733870649360 139994490880936 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.82 3.90 3.89 5/219 795
/proc/meminfo: memFree=22732308/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11852648 CPUtime=14.44 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 23331 0 1 0 1426 18 0 0 20 0 22 0 342505160 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2963162 267671 2290 9 0 2953849 0
[pid=773/tid=775] ppid=771 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/773/task/775/stat : 775 (java) S 771 773 30010 0 -1 4202560 3905 0 1 0 41 1 0 0 20 0 22 0 342505161 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994685109400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=776] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/776/stat : 776 (java) S 771 773 30010 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994522241448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=777] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/777/stat : 777 (java) S 771 773 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994521188904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=778] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/778/stat : 778 (java) S 771 773 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994520135848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=779] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/779/stat : 779 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994519083304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=780] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/780/stat : 780 (java) S 771 773 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994518031272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=781] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/781/stat : 781 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994516978728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=782] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/782/stat : 782 (java) S 771 773 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994515925672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=783] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/783/stat : 783 (java) S 771 773 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342505163 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994514873128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=784] ppid=771 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/773/task/784/stat : 784 (java) S 771 773 30010 0 -1 4202560 43 0 0 0 8 0 0 0 20 0 22 0 342505164 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994502461800 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=785] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/785/stat : 785 (java) S 771 773 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994501408120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=786] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/786/stat : 786 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994500354952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=787] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/787/stat : 787 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994499303696 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=788] ppid=771 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/773/task/788/stat : 788 (java) S 771 773 30010 0 -1 4202560 9308 0 0 0 133 2 0 0 20 0 22 0 342505167 12137111552 267671 33554432000 1073741824 1073778376 140733870649360 139994498251576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=773/tid=793] ppid=771 vsize=11852648 CPUtime=770.54 cores=1,3,5,7
/proc/773/task/793/stat : 793 (java) R 771 773 30010 0 -1 4202560 1647 0 0 0 76996 58 0 0 20 0 22 0 342505206 12137111552 959331 33554432000 1073741824 1073778376 140733870649360 139994492984000 139994543758584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=773/tid=794] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/794/stat : 794 (java) S 771 773 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 959331 33554432000 1073741824 1073778376 140733870649360 139994491933480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=795] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/795/stat : 795 (java) S 771 773 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 959331 33554432000 1073741824 1073778376 140733870649360 139994490880936 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1603.61
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.93 3.87 3.87 4/219 889
/proc/meminfo: memFree=20071984/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11852648 CPUtime=1717.64 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 26504 0 1 0 171664 100 0 0 20 0 22 0 342505160 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2963162 961929 2291 9 0 2953849 0
[pid=773/tid=775] ppid=771 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/773/task/775/stat : 775 (java) S 771 773 30010 0 -1 4202560 4009 0 1 0 43 3 0 0 20 0 22 0 342505161 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994685109112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=776] ppid=771 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/773/task/776/stat : 776 (java) S 771 773 30010 0 -1 4202560 121 0 0 0 139 3 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994522241448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=777] ppid=771 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/773/task/777/stat : 777 (java) S 771 773 30010 0 -1 4202560 98 0 0 0 141 3 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994521188904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=778] ppid=771 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/773/task/778/stat : 778 (java) S 771 773 30010 0 -1 4202560 107 0 0 0 141 4 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994520135848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=779] ppid=771 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/773/task/779/stat : 779 (java) S 771 773 30010 0 -1 4202560 124 0 0 0 139 4 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994519083304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=780] ppid=771 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/773/task/780/stat : 780 (java) S 771 773 30010 0 -1 4202560 103 0 0 0 143 3 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994518031272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=781] ppid=771 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/773/task/781/stat : 781 (java) S 771 773 30010 0 -1 4202560 89 0 0 0 125 3 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994516978728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=782] ppid=771 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/773/task/782/stat : 782 (java) S 771 773 30010 0 -1 4202560 120 0 0 0 140 5 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994515925672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=783] ppid=771 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/773/task/783/stat : 783 (java) S 771 773 30010 0 -1 4202560 116 0 0 0 149 3 0 0 20 0 22 0 342505163 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994514873128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=784] ppid=771 vsize=11852648 CPUtime=54.58 cores=1,3,5,7
/proc/773/task/784/stat : 784 (java) R 771 773 30010 0 -1 4202560 254 0 0 0 5450 8 0 0 20 0 22 0 342505164 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994502460656 139994691616800 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=773/tid=785] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/785/stat : 785 (java) S 771 773 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994501408120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=786] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/786/stat : 786 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994500354952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=787] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/787/stat : 787 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994499303696 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=788] ppid=771 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/773/task/788/stat : 788 (java) S 771 773 30010 0 -1 4202560 10110 0 0 0 209 2 0 0 20 0 22 0 342505167 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994498251576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=789] ppid=771 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/773/task/789/stat : 789 (java) S 771 773 30010 0 -1 4202560 8279 0 0 0 106 2 0 0 20 0 22 0 342505167 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994497199032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=790] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/790/stat : 790 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994496146168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=791] ppid=771 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/773/task/791/stat : 791 (java) S 771 773 30010 0 -1 4202560 51 0 0 0 17 19 0 0 20 0 22 0 342505167 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994495093832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=792] ppid=771 vsize=11852648 CPUtime=823.9 cores=1,3,5,7
/proc/773/task/792/stat : 792 (java) S 771 773 30010 0 -1 4202560 86 0 0 0 82376 14 0 0 20 0 22 0 342505206 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994494038456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=793] ppid=771 vsize=11852648 CPUtime=823.86 cores=1,3,5,7
/proc/773/task/793/stat : 793 (java) S 771 773 30010 0 -1 4202560 1648 0 0 0 82327 59 0 0 20 0 22 0 342505206 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994492984120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=794] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/794/stat : 794 (java) S 771 773 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994491933480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=795] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/795/stat : 795 (java) S 771 773 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 961929 33554432000 1073741824 1073778376 140733870649360 139994490880936 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1717.64
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.301 s]
/proc/loadavg: 3.78 3.84 3.86 5/219 889
/proc/meminfo: memFree=20043316/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11852648 CPUtime=1800.15 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 26540 0 1 0 179915 100 0 0 20 0 22 0 342505160 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2963162 963999 2291 9 0 2953849 0
[pid=773/tid=775] ppid=771 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/773/task/775/stat : 775 (java) S 771 773 30010 0 -1 4202560 4014 0 1 0 43 3 0 0 20 0 22 0 342505161 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994685109400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=776] ppid=771 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/773/task/776/stat : 776 (java) S 771 773 30010 0 -1 4202560 124 0 0 0 144 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994522241448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=777] ppid=771 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/773/task/777/stat : 777 (java) S 771 773 30010 0 -1 4202560 98 0 0 0 144 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994521188904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=778] ppid=771 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/773/task/778/stat : 778 (java) S 771 773 30010 0 -1 4202560 108 0 0 0 147 4 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994520135848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=779] ppid=771 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/773/task/779/stat : 779 (java) S 771 773 30010 0 -1 4202560 130 0 0 0 146 4 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994519083304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=780] ppid=771 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/773/task/780/stat : 780 (java) S 771 773 30010 0 -1 4202560 108 0 0 0 149 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994518031272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=781] ppid=771 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/773/task/781/stat : 781 (java) S 771 773 30010 0 -1 4202560 92 0 0 0 129 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994516978728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=782] ppid=771 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/773/task/782/stat : 782 (java) S 771 773 30010 0 -1 4202560 120 0 0 0 145 5 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994515925672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=783] ppid=771 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/773/task/783/stat : 783 (java) S 771 773 30010 0 -1 4202560 120 0 0 0 158 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994514873128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=784] ppid=771 vsize=11852648 CPUtime=58.26 cores=1,3,5,7
/proc/773/task/784/stat : 784 (java) S 771 773 30010 0 -1 4202560 260 0 0 0 5818 8 0 0 20 0 22 0 342505164 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994502461800 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=785] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/785/stat : 785 (java) S 771 773 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994501408120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=786] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/786/stat : 786 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994500354952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=787] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/787/stat : 787 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994499303696 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=788] ppid=771 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/773/task/788/stat : 788 (java) S 771 773 30010 0 -1 4202560 10110 0 0 0 209 2 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994498251576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=789] ppid=771 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/773/task/789/stat : 789 (java) S 771 773 30010 0 -1 4202560 8279 0 0 0 106 2 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994497199032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=790] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/790/stat : 790 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994496146168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=791] ppid=771 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/773/task/791/stat : 791 (java) S 771 773 30010 0 -1 4202560 53 0 0 0 17 21 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994495093832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=792] ppid=771 vsize=11852648 CPUtime=863.12 cores=1,3,5,7
/proc/773/task/792/stat : 792 (java) R 771 773 30010 0 -1 4202560 87 0 0 0 86297 15 0 0 20 0 22 0 342505206 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994494038336 139994543632255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=773/tid=793] ppid=771 vsize=11852648 CPUtime=863.06 cores=1,3,5,7
/proc/773/task/793/stat : 793 (java) R 771 773 30010 0 -1 4202560 1648 0 0 0 86246 60 0 0 20 0 22 0 342505206 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994492984016 139994543681413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=773/tid=794] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/794/stat : 794 (java) S 771 773 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994491933480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=795] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/795/stat : 795 (java) S 771 773 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994490880936 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

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

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

[startup+925.301 s]
/proc/loadavg: 3.78 3.84 3.86 5/219 889
/proc/meminfo: memFree=20043316/32873648 swapFree=6852/6852
[pid=773] ppid=771 vsize=11852648 CPUtime=1800.15 cores=1,3,5,7
/proc/773/stat : 773 (java) S 771 773 30010 0 -1 4202496 26540 0 1 0 179915 100 0 0 20 0 22 0 342505160 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 140733870640496 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/773/statm: 2963162 963999 2291 9 0 2953849 0
[pid=773/tid=775] ppid=771 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/773/task/775/stat : 775 (java) S 771 773 30010 0 -1 4202560 4014 0 1 0 43 3 0 0 20 0 22 0 342505161 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994685109400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=776] ppid=771 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/773/task/776/stat : 776 (java) S 771 773 30010 0 -1 4202560 124 0 0 0 144 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994522241448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=777] ppid=771 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/773/task/777/stat : 777 (java) S 771 773 30010 0 -1 4202560 98 0 0 0 144 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994521188904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=778] ppid=771 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/773/task/778/stat : 778 (java) S 771 773 30010 0 -1 4202560 108 0 0 0 147 4 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994520135848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=779] ppid=771 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/773/task/779/stat : 779 (java) S 771 773 30010 0 -1 4202560 130 0 0 0 146 4 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994519083304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=780] ppid=771 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/773/task/780/stat : 780 (java) S 771 773 30010 0 -1 4202560 108 0 0 0 149 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994518031272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=781] ppid=771 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/773/task/781/stat : 781 (java) S 771 773 30010 0 -1 4202560 92 0 0 0 129 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994516978728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=782] ppid=771 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/773/task/782/stat : 782 (java) S 771 773 30010 0 -1 4202560 120 0 0 0 145 5 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994515925672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=783] ppid=771 vsize=11852648 CPUtime=1.61 cores=1,3,5,7
/proc/773/task/783/stat : 783 (java) S 771 773 30010 0 -1 4202560 120 0 0 0 158 3 0 0 20 0 22 0 342505163 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994514873128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=784] ppid=771 vsize=11852648 CPUtime=58.26 cores=1,3,5,7
/proc/773/task/784/stat : 784 (java) S 771 773 30010 0 -1 4202560 260 0 0 0 5818 8 0 0 20 0 22 0 342505164 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994502461800 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=785] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/785/stat : 785 (java) S 771 773 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994501408120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=786] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/786/stat : 786 (java) S 771 773 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342505165 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994500354952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=787] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/787/stat : 787 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994499303696 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=788] ppid=771 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/773/task/788/stat : 788 (java) S 771 773 30010 0 -1 4202560 10110 0 0 0 209 2 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994498251576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=773/tid=789] ppid=771 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/773/task/789/stat : 789 (java) S 771 773 30010 0 -1 4202560 8279 0 0 0 106 2 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994497199032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=790] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/790/stat : 790 (java) S 771 773 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994496146168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=773/tid=791] ppid=771 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/773/task/791/stat : 791 (java) S 771 773 30010 0 -1 4202560 53 0 0 0 17 21 0 0 20 0 22 0 342505167 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994495093832 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=773/tid=792] ppid=771 vsize=11852648 CPUtime=863.12 cores=1,3,5,7
/proc/773/task/792/stat : 792 (java) R 771 773 30010 0 -1 4202560 87 0 0 0 86297 15 0 0 20 0 22 0 342505206 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994494038336 139994543632255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=773/tid=793] ppid=771 vsize=11852648 CPUtime=863.06 cores=1,3,5,7
/proc/773/task/793/stat : 793 (java) R 771 773 30010 0 -1 4202560 1648 0 0 0 86246 60 0 0 20 0 22 0 342505206 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994492984016 139994543681413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=773/tid=794] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/794/stat : 794 (java) S 771 773 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994491933480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=773/tid=795] ppid=771 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/773/task/795/stat : 795 (java) S 771 773 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342505207 12137111552 963999 33554432000 1073741824 1073778376 140733870649360 139994490880936 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 925.356
CPU time (s): 1800.79
CPU user time (s): 1799.23
CPU system time (s): 1.56376
CPU usage (%): 194.605
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.56376
maximum resident set size= 3858168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26573
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= 26955
involuntary context switches= 33049

runsolver used 3.47947 second user time and 8.59469 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 00:49:44
IDJOB=3742071
IDBENCH=90129
IDSOLVER=2328
FILE ID=node115/3742071-1338763784
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= 0d56c20200c8726f988a44319a68d2e3
RANDOM SEED=48766376

node115.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.462
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	: 5332.92
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.462
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.462
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.92
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.462
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		: 2666.462
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.462
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.462
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		: 2666.462
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:       32873648 kB
MemFree:        23573392 kB
Buffers:         1443884 kB
Cached:          3619492 kB
SwapCached:         1016 kB
Active:          6067564 kB
Inactive:        2309068 kB
Active(anon):    3301512 kB
Inactive(anon):     9868 kB
Active(file):    2766052 kB
Inactive(file):  2299200 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3322992 kB
Mapped:            19880 kB
Shmem:                96 kB
Slab:             771912 kB
SReclaimable:     216024 kB
SUnreclaim:       555888 kB
KernelStack:        1624 kB
PageTables:        10748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3272704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node115 at 2012-06-04 01:05:11