Trace number 3742197

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.04 919.589

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K101.opb
MD5SUMa3de6c6ee42f8b511357d3857e721bb4
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 benchmark198.533
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6868
Total number of constraints7072
Number of constraints which are clauses6971
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint101
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 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.0.v20100531
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		1349517296
0.05/0.08	c Max memory 		1356595200
0.05/0.08	c Total memory 		1356595200
0.05/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742197-1338785469.opb
0.09/0.11	c reading problem ... 
0.77/0.48	c ... done. Wall clock time 0.366s.
0.77/0.48	c #vars     6868
0.77/0.48	c #constraints  7072
0.77/0.48	c constraints type 
0.77/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5669
0.77/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
0.77/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1300
0.77/0.48	c constraints type 
0.77/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1300
0.77/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5669
0.77/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
5.69/2.06	c cleaning 2487 clauses out of 4998 with flag 5001/5001
10.24/4.23	c cleaning 4247 clauses out of 8503 with flag 11000/11000
14.61/6.32	c cleaning 5595 clauses out of 11252 with flag 18000/18000
18.80/8.48	c cleaning 6742 clauses out of 13652 with flag 26000/26000
24.22/11.14	c cleaning 7898 clauses out of 15903 with flag 35001/35001
31.13/14.56	c cleaning 8868 clauses out of 17994 with flag 45000/45000
37.72/17.87	c cleaning 9385 clauses out of 19127 with flag 55003/55003
46.11/22.05	c cleaning 9741 clauses out of 19735 with flag 65001/65001
52.83/25.40	c cleaning 9803 clauses out of 19985 with flag 75000/75000
59.38/28.78	c cleaning 9998 clauses out of 20179 with flag 85001/85001
64.94/31.52	c cleaning 9977 clauses out of 20176 with flag 95000/95000
71.68/34.98	c cleaning 9867 clauses out of 20201 with flag 105003/105003
77.65/37.98	c cleaning 10099 clauses out of 20328 with flag 115001/115001
83.03/40.65	c cleaning 10027 clauses out of 20228 with flag 125001/125001
89.56/43.98	c cleaning 9884 clauses out of 20202 with flag 135003/135003
97.72/48.08	c cleaning 9973 clauses out of 20316 with flag 145002/145002
106.83/52.63	c cleaning 9828 clauses out of 20341 with flag 155000/155000
114.18/56.34	c cleaning 10125 clauses out of 20515 with flag 165002/165002
120.51/59.52	c cleaning 10079 clauses out of 20385 with flag 175001/175001
127.86/63.20	c cleaning 9761 clauses out of 20309 with flag 185004/185004
135.95/67.31	c cleaning 9481 clauses out of 20542 with flag 195000/195000
148.10/73.42	c cleaning 9634 clauses out of 21061 with flag 205000/205000
154.43/76.68	c cleaning 9631 clauses out of 21424 with flag 215001/215001
167.37/83.11	c cleaning 9664 clauses out of 21792 with flag 225000/225000
177.25/88.11	c cleaning 9429 clauses out of 22128 with flag 235001/235001
185.59/92.38	c cleaning 9436 clauses out of 22698 with flag 245001/245001
198.11/98.68	c cleaning 9520 clauses out of 23261 with flag 255000/255000
205.24/102.21	c cleaning 9707 clauses out of 23741 with flag 265001/265001
219.68/109.56	c cleaning 9730 clauses out of 24033 with flag 275000/275000
225.96/112.73	c cleaning 9558 clauses out of 24303 with flag 285000/285000
232.66/116.12	c cleaning 9600 clauses out of 24748 with flag 295003/295003
243.36/121.53	c cleaning 9499 clauses out of 25145 with flag 305000/305000
252.75/126.39	c cleaning 9607 clauses out of 25647 with flag 315001/315001
263.86/131.95	c cleaning 9461 clauses out of 26039 with flag 325000/325000
272.38/136.22	c cleaning 9897 clauses out of 26577 with flag 335000/335000
278.70/139.47	c cleaning 9348 clauses out of 26680 with flag 345000/345000
287.12/143.72	c cleaning 9651 clauses out of 27331 with flag 355000/355000
294.25/147.35	c cleaning 9442 clauses out of 27680 with flag 365000/365000
302.49/151.55	c cleaning 9662 clauses out of 28238 with flag 375000/375000
309.79/155.26	c cleaning 9592 clauses out of 28577 with flag 385001/385001
316.37/158.62	c cleaning 9451 clauses out of 28984 with flag 395000/395000
324.05/162.52	c cleaning 9498 clauses out of 29533 with flag 405001/405001
331.53/166.38	c cleaning 9553 clauses out of 30032 with flag 415001/415001
337.99/169.60	c cleaning 9510 clauses out of 30478 with flag 425000/425000
344.37/172.95	c cleaning 9263 clauses out of 30969 with flag 435001/435001
351.24/176.41	c cleaning 9706 clauses out of 31705 with flag 445001/445001
359.48/180.61	c cleaning 9639 clauses out of 31999 with flag 455001/455001
371.37/186.64	c cleaning 9975 clauses out of 32361 with flag 465003/465003
384.53/193.32	c cleaning 9609 clauses out of 32384 with flag 475001/475001
407.04/204.66	c cleaning 9544 clauses out of 32774 with flag 485000/485000
447.06/224.66	c cleaning 10074 clauses out of 33230 with flag 495000/495000
469.81/236.08	c cleaning 9687 clauses out of 33156 with flag 505000/505000
499.62/251.02	c cleaning 9804 clauses out of 33469 with flag 515000/515000
542.99/272.71	c cleaning 9783 clauses out of 33669 with flag 525004/525004
572.51/287.59	c cleaning 0 clauses out of 5000 with flag 0/5000
581.10/291.85	c cleaning 9864 clauses out of 33882 with flag 535000/535000
587.74/295.39	c cleaning 9968 clauses out of 34018 with flag 545001/545001
594.52/298.85	c cleaning 9603 clauses out of 34049 with flag 555000/555000
600.94/302.19	c cleaning 9429 clauses out of 34446 with flag 565000/565000
608.92/306.20	c cleaning 9653 clauses out of 35017 with flag 575001/575001
626.61/315.27	c cleaning 9557 clauses out of 35363 with flag 585000/585000
633.41/318.74	c cleaning 9600 clauses out of 35806 with flag 595001/595001
644.43/324.39	c cleaning 9452 clauses out of 36204 with flag 605000/605000
653.64/329.09	c cleaning 9675 clauses out of 36752 with flag 615000/615000
660.29/332.58	c cleaning 9658 clauses out of 37076 with flag 625000/625000
672.51/338.78	c cleaning 9491 clauses out of 37418 with flag 635000/635000
684.30/344.78	c cleaning 9522 clauses out of 37927 with flag 645000/645000
694.48/349.92	c cleaning 9837 clauses out of 38407 with flag 655002/655002
701.71/353.74	c cleaning 9439 clauses out of 38567 with flag 665000/665000
717.81/361.82	c cleaning 9742 clauses out of 39130 with flag 675002/675002
736.59/371.35	c cleaning 9945 clauses out of 39386 with flag 685000/685000
752.45/379.36	c cleaning 9718 clauses out of 39441 with flag 695000/695000
761.65/384.11	c cleaning 9756 clauses out of 39726 with flag 705004/705004
787.49/397.17	c cleaning 9715 clauses out of 39967 with flag 715001/715001
829.79/418.35	c cleaning 9833 clauses out of 40251 with flag 725000/725000
864.15/435.53	c cleaning 9859 clauses out of 40423 with flag 735005/735005
888.99/448.13	c cleaning 9869 clauses out of 40563 with flag 745004/745004
919.19/463.30	c cleaning 9809 clauses out of 40690 with flag 755000/755000
939.56/473.64	c cleaning 9716 clauses out of 40881 with flag 765000/765000
945.68/476.84	c cleaning 9562 clauses out of 41165 with flag 775000/775000
952.98/480.77	c cleaning 9772 clauses out of 41604 with flag 785002/785002
960.66/484.74	c cleaning 9565 clauses out of 41834 with flag 795004/795004
969.37/489.22	c cleaning 9605 clauses out of 42267 with flag 805002/805002
977.05/493.25	c cleaning 9608 clauses out of 42659 with flag 815000/815000
988.14/499.01	c cleaning 9544 clauses out of 43051 with flag 825000/825000
1003.43/506.89	c cleaning 9804 clauses out of 43508 with flag 835001/835001
1017.14/513.84	c cleaning 9572 clauses out of 43703 with flag 845000/845000
1025.61/518.29	c cleaning 9714 clauses out of 44133 with flag 855002/855002
1030.90/521.13	c cleaning 9792 clauses out of 44417 with flag 865000/865000
1037.18/524.40	c cleaning 9614 clauses out of 44627 with flag 875002/875002
1044.09/528.08	c cleaning 9712 clauses out of 45013 with flag 885002/885002
1049.17/530.77	c cleaning 9839 clauses out of 45300 with flag 895002/895002
1057.25/535.09	c cleaning 9556 clauses out of 45459 with flag 905000/905000
1066.15/539.62	c cleaning 9493 clauses out of 45904 with flag 915001/915001
1089.83/551.65	c cleaning 9598 clauses out of 46410 with flag 925000/925000
1097.92/555.81	c cleaning 9677 clauses out of 46812 with flag 935000/935000
1108.20/561.27	c cleaning 10050 clauses out of 47135 with flag 945000/945000
1128.10/571.34	c cleaning 9922 clauses out of 47087 with flag 955002/955002
1137.41/576.12	c cleaning 9727 clauses out of 47164 with flag 965001/965001
1148.31/581.77	c cleaning 9597 clauses out of 47436 with flag 975000/975000
1165.83/590.71	c cleaning 9729 clauses out of 47843 with flag 985004/985004
1177.72/596.86	c cleaning 9755 clauses out of 48110 with flag 995000/995000
1192.82/604.58	c cleaning 9856 clauses out of 48356 with flag 1005001/1005001
1198.13/607.31	c cleaning 9623 clauses out of 48501 with flag 1015002/1015002
1206.43/611.73	c cleaning 9695 clauses out of 48878 with flag 1025002/1025002
1213.91/615.65	c cleaning 9813 clauses out of 49181 with flag 1035000/1035000
1221.99/619.84	c cleaning 9788 clauses out of 49368 with flag 1045000/1045000
1229.87/623.92	c cleaning 9723 clauses out of 49580 with flag 1055000/1055000
1242.95/630.73	c cleaning 9837 clauses out of 49857 with flag 1065000/1065000
1253.46/636.17	c cleaning 9772 clauses out of 50021 with flag 1075001/1075001
1259.35/639.25	c cleaning 9775 clauses out of 50249 with flag 1085001/1085001
1266.84/643.13	c cleaning 9632 clauses out of 50474 with flag 1095001/1095001
1273.32/646.66	c cleaning 10016 clauses out of 50842 with flag 1105001/1105001
1279.64/649.98	c cleaning 9546 clauses out of 50824 with flag 1115000/1115000
1286.33/653.42	c cleaning 9701 clauses out of 51280 with flag 1125002/1125002
1295.79/658.33	c cleaning 9457 clauses out of 51577 with flag 1135000/1135000
1307.51/664.42	c cleaning 9961 clauses out of 52120 with flag 1145000/1145000
1313.38/667.54	c cleaning 9557 clauses out of 52159 with flag 1155000/1155000
1319.46/670.77	c cleaning 9732 clauses out of 52604 with flag 1165002/1165002
1339.38/680.84	c cleaning 9603 clauses out of 52871 with flag 1175001/1175001
1354.09/688.49	c cleaning 9805 clauses out of 53267 with flag 1185000/1185000
1359.99/691.53	c cleaning 9715 clauses out of 53463 with flag 1195001/1195001
1368.29/695.85	c cleaning 9803 clauses out of 53747 with flag 1205001/1205001
1375.78/699.79	c cleaning 9790 clauses out of 53944 with flag 1215001/1215001
1383.88/704.02	c cleaning 9582 clauses out of 54154 with flag 1225001/1225001
1392.77/708.67	c cleaning 9663 clauses out of 54571 with flag 1235000/1235000
1399.07/711.92	c cleaning 9602 clauses out of 54911 with flag 1245003/1245003
1408.97/717.07	c cleaning 9633 clauses out of 55307 with flag 1255001/1255001
1416.84/721.24	c cleaning 9796 clauses out of 55674 with flag 1265001/1265001
1422.72/724.31	c cleaning 9645 clauses out of 55877 with flag 1275000/1275000
1432.44/729.37	c cleaning 9713 clauses out of 56237 with flag 1285005/1285005
1442.93/734.76	c cleaning 9675 clauses out of 56519 with flag 1295000/1295000
1449.62/738.32	c cleaning 9814 clauses out of 56844 with flag 1305000/1305000
1457.53/742.47	c cleaning 9637 clauses out of 57030 with flag 1315000/1315000
1468.03/747.88	c cleaning 9837 clauses out of 57393 with flag 1325000/1325000
1473.92/750.97	c cleaning 9459 clauses out of 57557 with flag 1335001/1335001
1482.03/755.20	c cleaning 9799 clauses out of 58097 with flag 1345000/1345000
1490.12/759.48	c cleaning 9735 clauses out of 58298 with flag 1355000/1355000
1502.61/765.85	c cleaning 9828 clauses out of 58564 with flag 1365001/1365001
1512.72/771.08	c cleaning 9765 clauses out of 58735 with flag 1375000/1375000
1523.43/776.64	c cleaning 9903 clauses out of 58970 with flag 1385000/1385000
1529.33/779.77	c cleaning 9679 clauses out of 59068 with flag 1395001/1395001
1536.02/783.26	c cleaning 9863 clauses out of 59389 with flag 1405001/1405001
1547.11/788.96	c cleaning 9692 clauses out of 59528 with flag 1415003/1415003
1565.23/798.26	c cleaning 9621 clauses out of 59833 with flag 1425000/1425000
1584.11/807.86	c cleaning 9842 clauses out of 60214 with flag 1435002/1435002
1590.61/811.27	c cleaning 9679 clauses out of 60370 with flag 1445000/1445000
1600.50/816.38	c cleaning 9669 clauses out of 60691 with flag 1455000/1455000
1613.62/823.18	c cleaning 9993 clauses out of 61022 with flag 1465000/1465000
1624.89/828.94	c cleaning 9677 clauses out of 61029 with flag 1475000/1475000
1635.59/834.45	c cleaning 9909 clauses out of 61352 with flag 1485000/1485000
1647.09/840.34	c cleaning 9835 clauses out of 61443 with flag 1495000/1495000
1659.16/846.61	c cleaning 9607 clauses out of 61610 with flag 1505002/1505002
1669.45/851.96	c cleaning 9732 clauses out of 62001 with flag 1515000/1515000
1678.54/856.61	c cleaning 9947 clauses out of 62270 with flag 1525001/1525001
1686.63/860.86	c cleaning 9862 clauses out of 62322 with flag 1535000/1535000
1701.71/868.64	c cleaning 9694 clauses out of 62460 with flag 1545000/1545000
1712.58/874.20	c cleaning 9810 clauses out of 62765 with flag 1555000/1555000
1718.66/877.48	c cleaning 9603 clauses out of 62957 with flag 1565002/1565002
1724.94/880.70	c cleaning 9681 clauses out of 63354 with flag 1575002/1575002
1731.82/884.40	c cleaning 9633 clauses out of 63673 with flag 1585002/1585002
1740.31/888.89	c cleaning 9479 clauses out of 64039 with flag 1595001/1595001
1746.97/892.33	c cleaning 9700 clauses out of 64562 with flag 1605003/1605003
1755.16/896.52	c cleaning 9609 clauses out of 64857 with flag 1615000/1615000
1773.55/905.97	c cleaning 9682 clauses out of 65250 with flag 1625002/1625002
1781.54/910.07	c cleaning 9970 clauses out of 65567 with flag 1635001/1635001
1791.51/915.16	c cleaning 9785 clauses out of 65596 with flag 1645000/1645000
1800.04/919.55	c starts		: 206
1800.04/919.55	c conflicts		: 1654567
1800.04/919.55	c decisions		: 18955826
1800.04/919.55	c propagations		: 600774538
1800.04/919.55	c inspects		: 1654140194
1800.04/919.55	c learnt literals	: 104
1800.04/919.55	c learnt binary clauses	: 46221
1800.04/919.55	c learnt ternary clauses	: 67604
1800.04/919.55	c learnt clauses	: 1654463
1800.04/919.55	c ignored clauses	: 0
1800.04/919.55	c root simplifications	: 0
1800.04/919.55	c removed literals (reason simplification)	: 32901825
1800.04/919.55	c reason swapping (by a shorter reason)	: 0
1800.04/919.55	c Calls to reduceDB	: 166
1800.04/919.55	c number of reductions to clauses (during analyze)	: 0
1800.04/919.55	c number of learned constraints concerned by reduction	: 0
1800.04/919.55	c number of learning phase by resolution	: 0
1800.04/919.55	c number of learning phase by cutting planes	: 0
1800.04/919.55	c speed (assignments/second)	: 653676.8069896743
1800.04/919.55	c non guided choices	12700
1800.04/919.58	c learnt constraints type 
1800.04/919.58	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19225
1800.04/919.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46226
1800.04/919.58	c constraints type 
1800.04/919.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5669
1800.04/919.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
1800.04/919.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1300
1800.04/919.58	c constraints type 
1800.04/919.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1300
1800.04/919.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5669
1800.04/919.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
1800.04/919.58	s UNKNOWN
1800.04/919.58	c Total wall clock time (in seconds): 919.463

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-3742197-1338785469/watcher-3742197-1338785469 -o /tmp/evaluation-result-3742197-1338785469/solver-3742197-1338785469 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742197-1338785469.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.87 3.88 3.49 4/197 15836
/proc/meminfo: memFree=24753460/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15836/stat : 15836 (java6) D 15834 15836 15509 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 344674157 9515008 175 33554432000 1073741824 1073778376 140734310701344 140734310684072 213866333072 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/15836/statm: 2323 175 133 9 0 71 0

[startup+0.0737991 s]
/proc/loadavg: 3.87 3.88 3.49 4/197 15836
/proc/meminfo: memFree=24753460/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 3912 0 1 0 4 1 0 0 20 0 18 0 344674157 2764726272 5120 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 674982 5120 1759 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100269 s]
/proc/loadavg: 3.87 3.88 3.49 4/197 15836
/proc/meminfo: memFree=24753460/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 4738 0 1 0 8 1 0 0 20 0 18 0 344674157 2764726272 5935 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 674982 5935 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300232 s]
/proc/loadavg: 3.87 3.88 3.49 4/197 15836
/proc/meminfo: memFree=24753460/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 7530 0 1 0 53 2 0 0 20 0 18 0 344674157 2764726272 10393 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 674982 10393 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700183 s]
/proc/loadavg: 3.87 3.88 3.49 4/197 15836
/proc/meminfo: memFree=24753460/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 13193 0 1 0 183 4 0 0 20 0 22 0 344674157 3037372416 21893 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 741546 21893 2253 9 0 732240 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.87 3.88 3.49 7/219 15858
/proc/meminfo: memFree=24614520/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2966184 CPUtime=4.63 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 27355 0 1 0 453 10 0 0 20 0 22 0 344674157 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 741546 72704 2258 9 0 732240 0
[pid=15836/tid=15838] ppid=15834 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/15836/task/15838/stat : 15838 (java) S 15834 15836 15509 0 -1 4202560 2870 0 1 0 43 2 0 0 20 0 22 0 344674158 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982579176600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15839] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15839/stat : 15839 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982514969128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15840] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15840/stat : 15840 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982444677544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15841] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15841/stat : 15841 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982443624744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15842] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15842/stat : 15842 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982442571944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15843] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15843/stat : 15843 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982441520168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15844] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15844/stat : 15844 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982440467368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15845] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15845/stat : 15845 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982439414568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15846] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15846/stat : 15846 (java) S 15834 15836 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982438361768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15847] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15847/stat : 15847 (java) S 15834 15836 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982426163688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15848] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15848/stat : 15848 (java) S 15834 15836 15509 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982425109752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15849] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15849/stat : 15849 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982424056840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15850] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15850/stat : 15850 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982423005328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15851] ppid=15834 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/15836/task/15851/stat : 15851 (java) S 15834 15836 15509 0 -1 4202560 12794 0 0 0 106 3 0 0 20 0 22 0 344674164 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982421953464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15852] ppid=15834 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/15836/task/15852/stat : 15852 (java) S 15834 15836 15509 0 -1 4202560 10307 0 0 0 104 3 0 0 20 0 22 0 344674164 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982420900664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15853] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15853/stat : 15853 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982419848056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15854] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15854/stat : 15854 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982418795464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15855] ppid=15834 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/15836/task/15855/stat : 15855 (java) R 15834 15836 15509 0 -1 4202560 24 0 0 0 98 0 0 0 20 0 22 0 344674206 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982417740472 139982519718707 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15856] ppid=15834 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/15836/task/15856/stat : 15856 (java) R 15834 15836 15509 0 -1 4202560 159 0 0 0 96 3 0 0 20 0 22 0 344674206 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982416687224 139982519483884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15857] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15857/stat : 15857 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982415635368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15858] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15858/stat : 15858 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 72704 33554432000 1073741824 1073778376 140737423805536 139982414582568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.87 3.88 3.49 4/219 15858
/proc/meminfo: memFree=24317864/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2966184 CPUtime=7.98 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 27535 0 1 0 784 14 0 0 20 0 22 0 344674157 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 741546 110154 2283 9 0 732240 0
[pid=15836/tid=15838] ppid=15834 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/15836/task/15838/stat : 15838 (java) S 15834 15836 15509 0 -1 4202560 2870 0 1 0 43 2 0 0 20 0 22 0 344674158 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982579176600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15839] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15839/stat : 15839 (java) S 15834 15836 15509 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982514969128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15840] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15840/stat : 15840 (java) S 15834 15836 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982444677544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15841] ppid=15834 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15836/task/15841/stat : 15841 (java) S 15834 15836 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982443624744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15842] ppid=15834 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15836/task/15842/stat : 15842 (java) S 15834 15836 15509 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982442571944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15843] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15843/stat : 15843 (java) S 15834 15836 15509 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982441520168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15844] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15844/stat : 15844 (java) S 15834 15836 15509 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982440467368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15845] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15845/stat : 15845 (java) S 15834 15836 15509 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982439414568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15846] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15846/stat : 15846 (java) S 15834 15836 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344674160 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982438361768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15847] ppid=15834 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15836/task/15847/stat : 15847 (java) S 15834 15836 15509 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 22 0 344674161 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982426163688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15848] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15848/stat : 15848 (java) S 15834 15836 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982425109752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15849] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15849/stat : 15849 (java) S 15834 15836 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982424056840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15850] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15850/stat : 15850 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982423005328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15851] ppid=15834 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/15836/task/15851/stat : 15851 (java) S 15834 15836 15509 0 -1 4202560 12804 0 0 0 113 3 0 0 20 0 22 0 344674164 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982421953464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15852] ppid=15834 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/15836/task/15852/stat : 15852 (java) S 15834 15836 15509 0 -1 4202560 10322 0 0 0 111 3 0 0 20 0 22 0 344674164 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982420900664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15853] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15853/stat : 15853 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982419848056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15854] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15854/stat : 15854 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982418795464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15855] ppid=15834 vsize=2966184 CPUtime=2.5 cores=0,2,4,6
/proc/15836/task/15855/stat : 15855 (java) R 15834 15836 15509 0 -1 4202560 27 0 0 0 250 0 0 0 20 0 22 0 344674206 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982417738064 139982519726600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15856] ppid=15834 vsize=2966184 CPUtime=2.51 cores=0,2,4,6
/proc/15836/task/15856/stat : 15856 (java) R 15834 15836 15509 0 -1 4202560 220 0 0 0 246 5 0 0 20 0 22 0 344674206 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982416686080 139982519629822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15857] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15857/stat : 15857 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982415635368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15858] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15858/stat : 15858 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 110154 33554432000 1073741824 1073778376 140737423805536 139982414582568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 2966184

[startup+6.30073 s]
/proc/loadavg: 3.88 3.89 3.49 5/219 15858
/proc/meminfo: memFree=24300984/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2966184 CPUtime=14.61 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 27616 0 1 0 1447 14 0 0 20 0 22 0 344674157 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 741546 113171 2283 9 0 732240 0
[pid=15836/tid=15838] ppid=15834 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/15836/task/15838/stat : 15838 (java) S 15834 15836 15509 0 -1 4202560 2870 0 1 0 43 2 0 0 20 0 22 0 344674158 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982579176600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15839] ppid=15834 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15836/task/15839/stat : 15839 (java) S 15834 15836 15509 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982514969128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15840] ppid=15834 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15836/task/15840/stat : 15840 (java) S 15834 15836 15509 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982444677544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15841] ppid=15834 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15836/task/15841/stat : 15841 (java) S 15834 15836 15509 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982443624744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15842] ppid=15834 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15836/task/15842/stat : 15842 (java) S 15834 15836 15509 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982442571944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15843] ppid=15834 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15836/task/15843/stat : 15843 (java) S 15834 15836 15509 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982441520168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15844] ppid=15834 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15836/task/15844/stat : 15844 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982440467368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15845] ppid=15834 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15836/task/15845/stat : 15845 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982439414568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15846] ppid=15834 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15836/task/15846/stat : 15846 (java) S 15834 15836 15509 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 344674160 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982438361768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15847] ppid=15834 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/15836/task/15847/stat : 15847 (java) S 15834 15836 15509 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 22 0 344674161 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982426163688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15848] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15848/stat : 15848 (java) S 15834 15836 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982425109752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15849] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15849/stat : 15849 (java) S 15834 15836 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982424056840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15850] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15850/stat : 15850 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982423005328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15851] ppid=15834 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/15836/task/15851/stat : 15851 (java) S 15834 15836 15509 0 -1 4202560 12804 0 0 0 121 3 0 0 20 0 22 0 344674164 3037372416 113171 33554432000 1073741824 1073778376 140737423805536 139982421953464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/15836/statm: 741546 203932 2284 9 0 732240 0
[pid=15836/tid=15838] ppid=15834 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/15836/task/15838/stat : 15838 (java) S 15834 15836 15509 0 -1 4202560 2913 0 1 0 44 3 0 0 20 0 22 0 344674158 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982579176600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15839] ppid=15834 vsize=2966184 CPUtime=2.02 cores=0,2,4,6
/proc/15836/task/15839/stat : 15839 (java) S 15834 15836 15509 0 -1 4202560 143 0 0 0 197 5 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982514969128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15840] ppid=15834 vsize=2966184 CPUtime=1.91 cores=0,2,4,6
/proc/15836/task/15840/stat : 15840 (java) S 15834 15836 15509 0 -1 4202560 116 0 0 0 186 5 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982444677544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15841] ppid=15834 vsize=2966184 CPUtime=2 cores=0,2,4,6
/proc/15836/task/15841/stat : 15841 (java) S 15834 15836 15509 0 -1 4202560 146 0 0 0 195 5 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982443624744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15842] ppid=15834 vsize=2966184 CPUtime=2.01 cores=0,2,4,6
/proc/15836/task/15842/stat : 15842 (java) S 15834 15836 15509 0 -1 4202560 134 0 0 0 196 5 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982442571944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15843] ppid=15834 vsize=2966184 CPUtime=1.93 cores=0,2,4,6
/proc/15836/task/15843/stat : 15843 (java) S 15834 15836 15509 0 -1 4202560 144 0 0 0 188 5 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982441520168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15844] ppid=15834 vsize=2966184 CPUtime=1.9 cores=0,2,4,6
/proc/15836/task/15844/stat : 15844 (java) S 15834 15836 15509 0 -1 4202560 159 0 0 0 185 5 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982440467368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15845] ppid=15834 vsize=2966184 CPUtime=1.93 cores=0,2,4,6
/proc/15836/task/15845/stat : 15845 (java) S 15834 15836 15509 0 -1 4202560 120 0 0 0 189 4 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982439414568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15846] ppid=15834 vsize=2966184 CPUtime=1.92 cores=0,2,4,6
/proc/15836/task/15846/stat : 15846 (java) S 15834 15836 15509 0 -1 4202560 118 0 0 0 188 4 0 0 20 0 22 0 344674160 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982438361768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15847] ppid=15834 vsize=2966184 CPUtime=45.51 cores=0,2,4,6
/proc/15836/task/15847/stat : 15847 (java) S 15834 15836 15509 0 -1 4202560 118 0 0 0 4526 25 0 0 20 0 22 0 344674161 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982426163688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15848] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15848/stat : 15848 (java) S 15834 15836 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982425109752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15849] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15849/stat : 15849 (java) S 15834 15836 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982424056840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15850] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15850/stat : 15850 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982423005328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15851] ppid=15834 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/15836/task/15851/stat : 15851 (java) S 15834 15836 15509 0 -1 4202560 12847 0 0 0 151 3 0 0 20 0 22 0 344674164 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982421953464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15852] ppid=15834 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/15836/task/15852/stat : 15852 (java) S 15834 15836 15509 0 -1 4202560 10431 0 0 0 147 3 0 0 20 0 22 0 344674164 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982420900664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15853] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15853/stat : 15853 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982419848056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15854] ppid=15834 vsize=2966184 CPUtime=0.24 cores=0,2,4,6
/proc/15836/task/15854/stat : 15854 (java) S 15834 15836 15509 0 -1 4202560 51 0 0 0 11 13 0 0 20 0 22 0 344674164 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982418795464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15855] ppid=15834 vsize=2966184 CPUtime=829.25 cores=0,2,4,6
/proc/15836/task/15855/stat : 15855 (java) R 15834 15836 15509 0 -1 4202560 241 0 0 0 82911 14 0 0 20 0 22 0 344674206 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982417740240 139982519753544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15856] ppid=15834 vsize=2966184 CPUtime=829.35 cores=0,2,4,6
/proc/15836/task/15856/stat : 15856 (java) R 15834 15836 15509 0 -1 4202560 390 0 0 0 82916 19 0 0 20 0 22 0 344674206 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982416685168 139982519616812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15857] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15857/stat : 15857 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982415635368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15858] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15858/stat : 15858 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 203932 33554432000 1073741824 1073778376 140737423805536 139982414582568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.61
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.501 s]
/proc/loadavg: 3.82 3.84 3.69 5/219 15949
/proc/meminfo: memFree=23935508/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2966184 CPUtime=1800.04 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 29366 0 1 0 179908 96 0 0 20 0 22 0 344674157 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 741546 212154 2284 9 0 732240 0
[pid=15836/tid=15838] ppid=15834 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/15836/task/15838/stat : 15838 (java) S 15834 15836 15509 0 -1 4202560 2915 0 1 0 44 3 0 0 20 0 22 0 344674158 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982579176600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15839] ppid=15834 vsize=2966184 CPUtime=2.17 cores=0,2,4,6
/proc/15836/task/15839/stat : 15839 (java) S 15834 15836 15509 0 -1 4202560 151 0 0 0 211 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982514969128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15840] ppid=15834 vsize=2966184 CPUtime=2.07 cores=0,2,4,6
/proc/15836/task/15840/stat : 15840 (java) S 15834 15836 15509 0 -1 4202560 121 0 0 0 202 5 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982444677544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15841] ppid=15834 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/15836/task/15841/stat : 15841 (java) S 15834 15836 15509 0 -1 4202560 160 0 0 0 208 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982443624744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15842] ppid=15834 vsize=2966184 CPUtime=2.2 cores=0,2,4,6
/proc/15836/task/15842/stat : 15842 (java) S 15834 15836 15509 0 -1 4202560 144 0 0 0 215 5 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982442571944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15843] ppid=15834 vsize=2966184 CPUtime=2.1 cores=0,2,4,6
/proc/15836/task/15843/stat : 15843 (java) S 15834 15836 15509 0 -1 4202560 152 0 0 0 204 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982441520168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15844] ppid=15834 vsize=2966184 CPUtime=2.06 cores=0,2,4,6
/proc/15836/task/15844/stat : 15844 (java) S 15834 15836 15509 0 -1 4202560 170 0 0 0 200 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982440467368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15845] ppid=15834 vsize=2966184 CPUtime=2.08 cores=0,2,4,6
/proc/15836/task/15845/stat : 15845 (java) S 15834 15836 15509 0 -1 4202560 129 0 0 0 203 5 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982439414568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15846] ppid=15834 vsize=2966184 CPUtime=2.05 cores=0,2,4,6
/proc/15836/task/15846/stat : 15846 (java) S 15834 15836 15509 0 -1 4202560 129 0 0 0 201 4 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982438361768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15847] ppid=15834 vsize=2966184 CPUtime=48.01 cores=0,2,4,6
/proc/15836/task/15847/stat : 15847 (java) S 15834 15836 15509 0 -1 4202560 122 0 0 0 4774 27 0 0 20 0 22 0 344674161 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982426163688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15848] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15848/stat : 15848 (java) S 15834 15836 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982425109752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15849] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15849/stat : 15849 (java) S 15834 15836 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982424056840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15850] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15850/stat : 15850 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982423005328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15851] ppid=15834 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/15836/task/15851/stat : 15851 (java) S 15834 15836 15509 0 -1 4202560 12847 0 0 0 151 3 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982421953464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15852] ppid=15834 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/15836/task/15852/stat : 15852 (java) S 15834 15836 15509 0 -1 4202560 10431 0 0 0 147 3 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982420900664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15853] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15853/stat : 15853 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982419848056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15854] ppid=15834 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/15836/task/15854/stat : 15854 (java) S 15834 15836 15509 0 -1 4202560 53 0 0 0 12 14 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982418795464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15855] ppid=15834 vsize=2966184 CPUtime=863.52 cores=0,2,4,6
/proc/15836/task/15855/stat : 15855 (java) R 15834 15836 15509 0 -1 4202560 254 0 0 0 86337 15 0 0 20 0 22 0 344674206 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982417739296 139982519724208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15856] ppid=15834 vsize=2966184 CPUtime=863.61 cores=0,2,4,6
/proc/15836/task/15856/stat : 15856 (java) R 15834 15836 15509 0 -1 4202560 400 0 0 0 86340 21 0 0 20 0 22 0 344674206 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982416685712 139982519961451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15857] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15857/stat : 15857 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982415635368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15858] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15858/stat : 15858 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982414582568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

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

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

[startup+919.501 s]
/proc/loadavg: 3.82 3.84 3.69 5/219 15949
/proc/meminfo: memFree=23935508/32873648 swapFree=6852/6852
[pid=15836] ppid=15834 vsize=2966184 CPUtime=1800.04 cores=0,2,4,6
/proc/15836/stat : 15836 (java) S 15834 15836 15509 0 -1 4202496 29366 0 1 0 179908 96 0 0 20 0 22 0 344674157 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 140737423796672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15836/statm: 741546 212154 2284 9 0 732240 0
[pid=15836/tid=15838] ppid=15834 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/15836/task/15838/stat : 15838 (java) S 15834 15836 15509 0 -1 4202560 2915 0 1 0 44 3 0 0 20 0 22 0 344674158 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982579176600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15839] ppid=15834 vsize=2966184 CPUtime=2.17 cores=0,2,4,6
/proc/15836/task/15839/stat : 15839 (java) S 15834 15836 15509 0 -1 4202560 151 0 0 0 211 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982514969128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15840] ppid=15834 vsize=2966184 CPUtime=2.07 cores=0,2,4,6
/proc/15836/task/15840/stat : 15840 (java) S 15834 15836 15509 0 -1 4202560 121 0 0 0 202 5 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982444677544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15841] ppid=15834 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/15836/task/15841/stat : 15841 (java) S 15834 15836 15509 0 -1 4202560 160 0 0 0 208 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982443624744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15842] ppid=15834 vsize=2966184 CPUtime=2.2 cores=0,2,4,6
/proc/15836/task/15842/stat : 15842 (java) S 15834 15836 15509 0 -1 4202560 144 0 0 0 215 5 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982442571944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15843] ppid=15834 vsize=2966184 CPUtime=2.1 cores=0,2,4,6
/proc/15836/task/15843/stat : 15843 (java) S 15834 15836 15509 0 -1 4202560 152 0 0 0 204 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982441520168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15844] ppid=15834 vsize=2966184 CPUtime=2.06 cores=0,2,4,6
/proc/15836/task/15844/stat : 15844 (java) S 15834 15836 15509 0 -1 4202560 170 0 0 0 200 6 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982440467368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15845] ppid=15834 vsize=2966184 CPUtime=2.08 cores=0,2,4,6
/proc/15836/task/15845/stat : 15845 (java) S 15834 15836 15509 0 -1 4202560 129 0 0 0 203 5 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982439414568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15846] ppid=15834 vsize=2966184 CPUtime=2.05 cores=0,2,4,6
/proc/15836/task/15846/stat : 15846 (java) S 15834 15836 15509 0 -1 4202560 129 0 0 0 201 4 0 0 20 0 22 0 344674160 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982438361768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15847] ppid=15834 vsize=2966184 CPUtime=48.01 cores=0,2,4,6
/proc/15836/task/15847/stat : 15847 (java) S 15834 15836 15509 0 -1 4202560 122 0 0 0 4774 27 0 0 20 0 22 0 344674161 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982426163688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15848] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15848/stat : 15848 (java) S 15834 15836 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982425109752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15849] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15849/stat : 15849 (java) S 15834 15836 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344674161 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982424056840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15850] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15850/stat : 15850 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982423005328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15851] ppid=15834 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/15836/task/15851/stat : 15851 (java) S 15834 15836 15509 0 -1 4202560 12847 0 0 0 151 3 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982421953464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15852] ppid=15834 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/15836/task/15852/stat : 15852 (java) S 15834 15836 15509 0 -1 4202560 10431 0 0 0 147 3 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982420900664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15853] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15853/stat : 15853 (java) S 15834 15836 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982419848056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15854] ppid=15834 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/15836/task/15854/stat : 15854 (java) S 15834 15836 15509 0 -1 4202560 53 0 0 0 12 14 0 0 20 0 22 0 344674164 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982418795464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15836/tid=15855] ppid=15834 vsize=2966184 CPUtime=863.52 cores=0,2,4,6
/proc/15836/task/15855/stat : 15855 (java) R 15834 15836 15509 0 -1 4202560 254 0 0 0 86337 15 0 0 20 0 22 0 344674206 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982417739296 139982519724208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15836/tid=15856] ppid=15834 vsize=2966184 CPUtime=863.61 cores=0,2,4,6
/proc/15836/task/15856/stat : 15856 (java) R 15834 15836 15509 0 -1 4202560 400 0 0 0 86340 21 0 0 20 0 22 0 344674206 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982416685712 139982519961451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15836/tid=15857] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15857/stat : 15857 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982415635368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15836/tid=15858] ppid=15834 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15836/task/15858/stat : 15858 (java) S 15834 15836 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344674208 3037372416 212154 33554432000 1073741824 1073778376 140737423805536 139982414582568 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 919.589
CPU time (s): 1800.04
CPU user time (s): 1799.08
CPU system time (s): 0.96
CPU usage (%): 195.744
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.86
system time used= 1.46078
maximum resident set size= 856964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29423
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33426
involuntary context switches= 40481

runsolver used 3.47947 second user time and 8.18576 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 06:51:09
IDJOB=3742197
IDBENCH=90139
IDSOLVER=2324
FILE ID=node112/3742197-1338785469
RUNJOBID= node112-1338783624-15525
PBS_JOBID= 14636841
Free space on /tmp= 71228 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K101.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742197-1338785469/watcher-3742197-1338785469 -o /tmp/evaluation-result-3742197-1338785469/solver-3742197-1338785469 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742197-1338785469.opb

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

MD5SUM BENCH= a3de6c6ee42f8b511357d3857e721bb4
RANDOM SEED=833267794

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:        24753724 kB
Buffers:          557224 kB
Cached:          5975284 kB
SwapCached:            0 kB
Active:          2480132 kB
Inactive:        4768428 kB
Active(anon):     705016 kB
Inactive(anon):    10920 kB
Active(file):    1775116 kB
Inactive(file):  4757508 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        722144 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             731520 kB
SReclaimable:     175252 kB
SUnreclaim:       556268 kB
KernelStack:        1640 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 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= 71228 MiB
End job on node112 at 2012-06-04 07:06:30