Trace number 3741820

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) 1801.01 915.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K90.opb
MD5SUMa811647d9332337c7e73474eee26f5b9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3741820-1338783105.opb
0.08/0.12	c reading problem ... 
0.79/0.45	c ... done. Wall clock time 0.328s.
0.79/0.45	c #vars     6120
0.79/0.45	c #constraints  6302
0.79/0.45	c constraints type 
0.79/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
0.79/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.79/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
0.79/0.45	c constraints type 
0.79/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
0.79/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
0.79/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
5.56/2.03	c cleaning 2489 clauses out of 4993 with flag 5000/5000
9.23/3.68	c cleaning 4239 clauses out of 8498 with flag 11001/11001
13.42/5.72	c cleaning 5595 clauses out of 11251 with flag 18000/18000
18.42/8.29	c cleaning 6732 clauses out of 13655 with flag 26000/26000
24.11/11.10	c cleaning 7930 clauses out of 15917 with flag 35000/35000
30.70/14.39	c cleaning 8917 clauses out of 17981 with flag 45000/45000
37.31/17.65	c cleaning 9424 clauses out of 19066 with flag 55002/55002
43.91/20.96	c cleaning 9666 clauses out of 19628 with flag 65000/65000
50.68/24.37	c cleaning 9760 clauses out of 19962 with flag 75000/75000
59.63/28.80	c cleaning 9968 clauses out of 20206 with flag 85005/85005
65.58/31.90	c cleaning 9996 clauses out of 20233 with flag 95001/95001
72.54/35.32	c cleaning 9983 clauses out of 20236 with flag 105000/105000
84.64/41.47	c cleaning 10069 clauses out of 20256 with flag 115003/115003
90.02/44.12	c cleaning 9785 clauses out of 20183 with flag 125001/125001
95.77/47.07	c cleaning 9999 clauses out of 20398 with flag 135002/135002
105.16/51.72	c cleaning 10115 clauses out of 20398 with flag 145001/145001
116.68/57.54	c cleaning 10001 clauses out of 20286 with flag 155005/155005
126.20/62.31	c cleaning 10044 clauses out of 20281 with flag 165002/165002
134.35/66.46	c cleaning 10034 clauses out of 20235 with flag 175000/175000
141.51/70.04	c cleaning 10044 clauses out of 20201 with flag 185000/185000
147.99/73.38	c cleaning 9835 clauses out of 20158 with flag 195001/195001
153.70/76.29	c cleaning 10076 clauses out of 20322 with flag 205000/205000
160.44/79.67	c cleaning 9972 clauses out of 20246 with flag 215000/215000
166.97/82.96	c cleaning 9639 clauses out of 20274 with flag 225000/225000
175.86/87.42	c cleaning 9556 clauses out of 20636 with flag 235001/235001
185.21/92.15	c cleaning 9612 clauses out of 21080 with flag 245001/245001
193.35/96.21	c cleaning 9669 clauses out of 21465 with flag 255000/255000
205.08/102.10	c cleaning 9784 clauses out of 21797 with flag 265001/265001
213.50/106.46	c cleaning 9733 clauses out of 22012 with flag 275000/275000
232.93/116.19	c cleaning 9686 clauses out of 22283 with flag 285005/285005
238.66/119.07	c cleaning 9590 clauses out of 22595 with flag 295005/295005
245.96/122.74	c cleaning 9505 clauses out of 22996 with flag 305000/305000
258.58/129.15	c cleaning 9627 clauses out of 23492 with flag 315001/315001
265.45/132.60	c cleaning 9634 clauses out of 23864 with flag 325000/325000
273.94/136.92	c cleaning 9680 clauses out of 24230 with flag 335001/335001
280.06/140.08	c cleaning 9577 clauses out of 24549 with flag 345000/345000
291.67/145.93	c cleaning 9603 clauses out of 24972 with flag 355000/355000
303.01/151.68	c cleaning 9627 clauses out of 25370 with flag 365001/365001
309.66/155.01	c cleaning 9612 clauses out of 25745 with flag 375004/375004
317.94/159.27	c cleaning 9525 clauses out of 26131 with flag 385002/385002
326.48/163.61	c cleaning 9404 clauses out of 26604 with flag 395000/395000
342.02/171.45	c cleaning 9428 clauses out of 27200 with flag 405000/405000
366.37/183.65	c cleaning 9592 clauses out of 27772 with flag 415000/415000
375.47/188.27	c cleaning 9551 clauses out of 28180 with flag 425000/425000
384.00/192.67	c cleaning 9505 clauses out of 28629 with flag 435000/435000
394.45/197.99	c cleaning 9699 clauses out of 29124 with flag 445000/445000
408.52/205.07	c cleaning 9600 clauses out of 29426 with flag 455001/455001
415.15/208.45	c cleaning 9754 clauses out of 29826 with flag 465001/465001
423.69/212.84	c cleaning 9767 clauses out of 30064 with flag 475000/475000
431.15/216.62	c cleaning 9339 clauses out of 30297 with flag 485000/485000
443.00/222.68	c cleaning 9840 clauses out of 30959 with flag 495001/495001
451.65/227.02	c cleaning 9720 clauses out of 31119 with flag 505001/505001
462.59/232.64	c cleaning 9600 clauses out of 31401 with flag 515003/515003
470.62/236.77	c cleaning 9695 clauses out of 31794 with flag 525000/525000
481.85/242.44	c cleaning 9498 clauses out of 32099 with flag 535000/535000
496.92/250.00	c cleaning 9542 clauses out of 32601 with flag 545000/545000
511.47/257.42	c cleaning 9774 clauses out of 33059 with flag 555000/555000
527.79/265.63	c cleaning 9803 clauses out of 33285 with flag 565000/565000
543.76/273.67	c cleaning 9965 clauses out of 33483 with flag 575001/575001
556.82/280.23	c cleaning 9773 clauses out of 33519 with flag 585002/585002
570.18/287.04	c cleaning 10045 clauses out of 33744 with flag 595000/595000
578.80/291.41	c cleaning 9663 clauses out of 33699 with flag 605000/605000
586.59/295.50	c cleaning 9798 clauses out of 34037 with flag 615001/615001
595.03/299.72	c cleaning 9668 clauses out of 34240 with flag 625002/625002
606.75/305.77	c cleaning 9729 clauses out of 34570 with flag 635000/635000
615.58/310.24	c cleaning 9927 clauses out of 34842 with flag 645001/645001
625.84/315.49	c cleaning 9615 clauses out of 34915 with flag 655001/655001
636.07/320.68	c cleaning 9851 clauses out of 35299 with flag 665001/665001
650.16/327.90	c cleaning 9837 clauses out of 35448 with flag 675001/675001
659.76/332.75	c cleaning 9762 clauses out of 35610 with flag 685000/685000
671.23/338.58	c cleaning 9752 clauses out of 35849 with flag 695001/695001
682.68/344.36	c cleaning 9757 clauses out of 36099 with flag 705003/705003
693.92/350.14	c cleaning 9732 clauses out of 36339 with flag 715001/715001
701.14/353.89	c cleaning 9565 clauses out of 36606 with flag 725000/725000
708.38/357.51	c cleaning 9559 clauses out of 37042 with flag 735001/735001
709.74/358.34	c cleaning 0 clauses out of 5001 with flag 0/5001
724.67/365.86	c cleaning 9737 clauses out of 37482 with flag 745000/745000
738.28/372.70	c cleaning 9740 clauses out of 37749 with flag 755004/755004
759.16/383.25	c cleaning 9699 clauses out of 38006 with flag 765001/765001
784.61/396.05	c cleaning 9739 clauses out of 38306 with flag 775000/775000
796.04/401.93	c cleaning 9972 clauses out of 38566 with flag 785000/785000
803.02/405.54	c cleaning 9631 clauses out of 38594 with flag 795000/795000
809.99/409.13	c cleaning 9669 clauses out of 38963 with flag 805005/805005
816.82/412.69	c cleaning 9534 clauses out of 39292 with flag 815003/815003
828.81/418.84	c cleaning 9598 clauses out of 39755 with flag 825000/825000
839.20/424.11	c cleaning 9651 clauses out of 40159 with flag 835002/835002
850.99/430.19	c cleaning 9830 clauses out of 40509 with flag 845003/845003
862.16/435.82	c cleaning 9708 clauses out of 40676 with flag 855000/855000
872.18/441.00	c cleaning 9926 clauses out of 40969 with flag 865001/865001
882.99/446.60	c cleaning 9680 clauses out of 41042 with flag 875000/875000
899.79/455.05	c cleaning 9671 clauses out of 41362 with flag 885000/885000
912.81/461.63	c cleaning 9705 clauses out of 41691 with flag 895000/895000
926.42/468.69	c cleaning 9777 clauses out of 41990 with flag 905004/905004
940.04/475.59	c cleaning 10027 clauses out of 42209 with flag 915000/915000
946.38/478.83	c cleaning 9672 clauses out of 42181 with flag 925000/925000
959.92/485.77	c cleaning 9803 clauses out of 42511 with flag 935002/935002
970.12/491.02	c cleaning 9590 clauses out of 42706 with flag 945000/945000
984.30/498.25	c cleaning 9773 clauses out of 43116 with flag 955000/955000
1001.67/507.09	c cleaning 9737 clauses out of 43343 with flag 965000/965000
1017.39/515.06	c cleaning 9905 clauses out of 43608 with flag 975002/975002
1036.15/524.60	c cleaning 9784 clauses out of 43703 with flag 985002/985002
1045.31/529.31	c cleaning 10129 clauses out of 43919 with flag 995002/995002
1052.04/532.81	c cleaning 9491 clauses out of 43790 with flag 1005002/1005002
1065.20/539.57	c cleaning 9657 clauses out of 44297 with flag 1015000/1015000
1079.35/546.81	c cleaning 9682 clauses out of 44641 with flag 1025001/1025001
1088.47/551.52	c cleaning 9897 clauses out of 44959 with flag 1035001/1035001
1100.22/557.52	c cleaning 9720 clauses out of 45061 with flag 1045000/1045000
1115.21/565.16	c cleaning 9856 clauses out of 45344 with flag 1055003/1055003
1131.95/573.79	c cleaning 9952 clauses out of 45485 with flag 1065000/1065000
1149.73/582.78	c cleaning 9769 clauses out of 45537 with flag 1075004/1075004
1162.89/589.42	c cleaning 9777 clauses out of 45767 with flag 1085003/1085003
1170.79/593.53	c cleaning 9825 clauses out of 45985 with flag 1095000/1095000
1178.89/597.87	c cleaning 9695 clauses out of 46157 with flag 1105002/1105002
1190.42/603.76	c cleaning 9812 clauses out of 46461 with flag 1115001/1115001
1199.00/608.15	c cleaning 9473 clauses out of 46649 with flag 1125001/1125001
1208.72/613.17	c cleaning 9855 clauses out of 47175 with flag 1135000/1135000
1219.24/618.67	c cleaning 9647 clauses out of 47319 with flag 1145000/1145000
1226.15/622.20	c cleaning 9626 clauses out of 47672 with flag 1155000/1155000
1233.91/626.29	c cleaning 9634 clauses out of 48050 with flag 1165004/1165004
1244.41/631.65	c cleaning 9832 clauses out of 48412 with flag 1175000/1175000
1253.45/636.48	c cleaning 9595 clauses out of 48580 with flag 1185000/1185000
1262.16/640.91	c cleaning 9568 clauses out of 48988 with flag 1195003/1195003
1274.65/647.31	c cleaning 9937 clauses out of 49417 with flag 1205000/1205000
1283.35/651.87	c cleaning 9790 clauses out of 49481 with flag 1215001/1215001
1293.37/657.11	c cleaning 9990 clauses out of 49690 with flag 1225000/1225000
1302.86/662.09	c cleaning 9728 clauses out of 49701 with flag 1235001/1235001
1320.04/670.78	c cleaning 9542 clauses out of 49972 with flag 1245000/1245000
1350.06/685.88	c cleaning 9618 clauses out of 50431 with flag 1255001/1255001
1374.66/698.34	c cleaning 9764 clauses out of 50812 with flag 1265000/1265000
1392.63/707.45	c cleaning 9779 clauses out of 51048 with flag 1275000/1275000
1406.17/714.30	c cleaning 9880 clauses out of 51268 with flag 1285000/1285000
1419.06/720.90	c cleaning 9811 clauses out of 51388 with flag 1295000/1295000
1437.57/730.45	c cleaning 9804 clauses out of 51577 with flag 1305000/1305000
1452.46/738.01	c cleaning 9914 clauses out of 51775 with flag 1315002/1315002
1466.33/745.18	c cleaning 9763 clauses out of 51860 with flag 1325001/1325001
1478.81/751.56	c cleaning 9877 clauses out of 52096 with flag 1335000/1335000
1489.23/757.09	c cleaning 9946 clauses out of 52219 with flag 1345000/1345000
1503.16/764.17	c cleaning 9457 clauses out of 52273 with flag 1355000/1355000
1543.59/784.34	c cleaning 9670 clauses out of 52817 with flag 1365001/1365001
1579.41/802.39	c cleaning 9953 clauses out of 53146 with flag 1375000/1375000
1602.44/814.15	c cleaning 9754 clauses out of 53201 with flag 1385008/1385008
1623.13/824.61	c cleaning 9718 clauses out of 53440 with flag 1395001/1395001
1644.74/835.50	c cleaning 9829 clauses out of 53723 with flag 1405002/1405002
1669.17/847.89	c cleaning 9886 clauses out of 53894 with flag 1415002/1415002
1692.95/859.91	c cleaning 9718 clauses out of 54006 with flag 1425000/1425000
1717.62/872.49	c cleaning 9834 clauses out of 54288 with flag 1435000/1435000
1728.53/878.02	c cleaning 10110 clauses out of 54455 with flag 1445001/1445001
1739.39/883.67	c cleaning 9747 clauses out of 54345 with flag 1455001/1455001
1753.79/891.15	c cleaning 9928 clauses out of 54598 with flag 1465001/1465001
1765.56/897.22	c cleaning 9856 clauses out of 54671 with flag 1475002/1475002
1779.00/904.17	c cleaning 9880 clauses out of 54819 with flag 1485006/1485006
1798.49/914.09	c cleaning 9915 clauses out of 54933 with flag 1495000/1495000
1800.12/915.22	c starts		: 190
1800.12/915.22	c conflicts		: 1495753
1800.12/915.22	c decisions		: 11994415
1800.12/915.22	c propagations		: 549443164
1800.12/915.22	c inspects		: 1691356145
1800.12/915.22	c learnt literals	: 93
1800.12/915.22	c learnt binary clauses	: 36955
1800.12/915.22	c learnt ternary clauses	: 55355
1800.12/915.22	c learnt clauses	: 1495659
1800.12/915.22	c ignored clauses	: 0
1800.12/915.22	c root simplifications	: 0
1800.12/915.22	c removed literals (reason simplification)	: 42289193
1800.12/915.22	c reason swapping (by a shorter reason)	: 0
1800.12/915.22	c Calls to reduceDB	: 151
1800.12/915.22	c number of reductions to clauses (during analyze)	: 0
1800.12/915.22	c number of learned constraints concerned by reduction	: 0
1800.12/915.22	c number of learning phase by resolution	: 0
1800.12/915.22	c number of learning phase by cutting planes	: 0
1800.12/915.22	c speed (assignments/second)	: 600638.5946117309
1800.12/915.22	c non guided choices	4465
1800.12/915.24	c learnt constraints type 
1800.12/915.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8831
1800.12/915.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36955
1800.12/915.24	c constraints type 
1800.12/915.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
1800.12/915.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.12/915.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
1800.12/915.24	c constraints type 
1800.12/915.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
1800.12/915.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
1800.12/915.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
1800.12/915.24	s UNKNOWN
1800.12/915.24	c Total wall clock time (in seconds): 915.116

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-3741820-1338783105/watcher-3741820-1338783105 -o /tmp/evaluation-result-3741820-1338783105/solver-3741820-1338783105 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741820-1338783105.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.84 3.77 3.04 4/199 24403
/proc/meminfo: memFree=28129692/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/24403/stat : 24403 (runsolver) D 24401 24403 24174 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 344435339 12095488 50 33554432000 4194304 5436572 140735975873456 140735975869752 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/24403/statm: 2953 50 31 304 0 2645 0

[startup+0.101371 s]
/proc/loadavg: 3.84 3.77 3.04 4/199 24403
/proc/meminfo: memFree=28129692/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 4493 0 1 0 7 1 0 0 20 0 18 0 344435339 2764726272 6198 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 674982 6198 2036 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.200232 s]
/proc/loadavg: 3.84 3.77 3.04 4/199 24403
/proc/meminfo: memFree=28129692/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 6254 0 1 0 25 1 0 0 20 0 18 0 344435339 2764726272 8098 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 674982 8098 2193 9 0 665676 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 2699928

[startup+0.300247 s]
/proc/loadavg: 3.84 3.77 3.04 4/199 24403
/proc/meminfo: memFree=28129692/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 7689 0 1 0 52 2 0 0 20 0 18 0 344435339 2764726272 10709 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 674982 10709 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2699928

[startup+0.700179 s]
/proc/loadavg: 3.84 3.77 3.04 4/199 24403
/proc/meminfo: memFree=28129692/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2966184 CPUtime=1.92 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 13134 0 1 0 189 3 0 0 20 0 22 0 344435339 3037372416 21236 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 741546 21236 2253 9 0 732240 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.85 3.78 3.04 7/221 24425
/proc/meminfo: memFree=27953224/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2966184 CPUtime=4.43 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 21220 0 1 0 435 8 0 0 20 0 22 0 344435339 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 741546 76303 2259 9 0 732240 0
[pid=24403/tid=24405] ppid=24401 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/24403/task/24405/stat : 24405 (java) S 24401 24403 24174 0 -1 4202560 2809 0 1 0 40 2 0 0 20 0 22 0 344435340 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861172049048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24406] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24406/stat : 24406 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861156330152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24407] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24407/stat : 24407 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861155277608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24408] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24408/stat : 24408 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861154225064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24409] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24409/stat : 24409 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861153172520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24410] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24410/stat : 24410 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861152118952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24411] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24411/stat : 24411 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861151066408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24412] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24412/stat : 24412 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861150013864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24413] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24413/stat : 24413 (java) S 24401 24403 24174 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861148961320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24414] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24414/stat : 24414 (java) S 24401 24403 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344435342 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861136550504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24415] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24415/stat : 24415 (java) S 24401 24403 24174 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861135496824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24416] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24416/stat : 24416 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861134444168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24417] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24417/stat : 24417 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861133392912 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24418] ppid=24401 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/24403/task/24418/stat : 24418 (java) S 24401 24403 24174 0 -1 4202560 11559 0 0 0 95 2 0 0 20 0 22 0 344435345 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861132339256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24419] ppid=24401 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/24403/task/24419/stat : 24419 (java) S 24401 24403 24174 0 -1 4202560 5452 0 0 0 91 2 0 0 20 0 22 0 344435345 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861131286712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24420] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24420/stat : 24420 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861130234360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24421] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24421/stat : 24421 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861129182024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24422] ppid=24401 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/24403/task/24422/stat : 24422 (java) R 24401 24403 24174 0 -1 4202560 31 0 0 0 102 0 0 0 20 0 22 0 344435384 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861128125000 139860997136373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24423] ppid=24401 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/24403/task/24423/stat : 24423 (java) R 24401 24403 24174 0 -1 4202560 167 0 0 0 100 3 0 0 20 0 22 0 344435384 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861127072536 139860997179716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24424] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24424/stat : 24424 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861126022696 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24425] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24425/stat : 24425 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 76303 33554432000 1073741824 1073778376 140733360369200 139861124970152 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 3.85 3.78 3.04 6/221 24425
/proc/meminfo: memFree=27705792/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2966184 CPUtime=8.2 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 22597 0 1 0 809 11 0 0 20 0 22 0 344435339 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 741546 107886 2283 9 0 732240 0
[pid=24403/tid=24405] ppid=24401 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/24403/task/24405/stat : 24405 (java) S 24401 24403 24174 0 -1 4202560 2809 0 1 0 40 2 0 0 20 0 22 0 344435340 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861172049048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24406] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24406/stat : 24406 (java) S 24401 24403 24174 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861156330152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24407] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24407/stat : 24407 (java) S 24401 24403 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861155277608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24408] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24408/stat : 24408 (java) S 24401 24403 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861154225064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24409] ppid=24401 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24403/task/24409/stat : 24409 (java) S 24401 24403 24174 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861153172520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24410] ppid=24401 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24403/task/24410/stat : 24410 (java) S 24401 24403 24174 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861152118952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24411] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24411/stat : 24411 (java) S 24401 24403 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861151066408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24412] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24412/stat : 24412 (java) S 24401 24403 24174 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861150013864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24413] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24413/stat : 24413 (java) S 24401 24403 24174 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861148961320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24414] ppid=24401 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24403/task/24414/stat : 24414 (java) S 24401 24403 24174 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 22 0 344435342 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861136550504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24415] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24415/stat : 24415 (java) S 24401 24403 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861135496824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24416] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24416/stat : 24416 (java) S 24401 24403 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861134444168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24417] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24417/stat : 24417 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861133392912 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24418] ppid=24401 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/24403/task/24418/stat : 24418 (java) S 24401 24403 24174 0 -1 4202560 11619 0 0 0 141 2 0 0 20 0 22 0 344435345 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861132339256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24419] ppid=24401 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/24403/task/24419/stat : 24419 (java) S 24401 24403 24174 0 -1 4202560 6631 0 0 0 102 2 0 0 20 0 22 0 344435345 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861131286712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24420] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24420/stat : 24420 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861130234360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24421] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24421/stat : 24421 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861129182024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24422] ppid=24401 vsize=2966184 CPUtime=2.55 cores=0,2,4,6
/proc/24403/task/24422/stat : 24422 (java) R 24401 24403 24174 0 -1 4202560 33 0 0 0 255 0 0 0 20 0 22 0 344435384 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861128125328 139860997135430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24423] ppid=24401 vsize=2966184 CPUtime=2.57 cores=0,2,4,6
/proc/24403/task/24423/stat : 24423 (java) R 24401 24403 24174 0 -1 4202560 216 0 0 0 252 5 0 0 20 0 22 0 344435384 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861127073488 139860997211533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24424] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24424/stat : 24424 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861126022696 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24425] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24425/stat : 24425 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 107886 33554432000 1073741824 1073778376 140733360369200 139861124970152 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 2966184

[startup+6.30088 s]
/proc/loadavg: 3.86 3.78 3.05 5/221 24425
/proc/meminfo: memFree=27613540/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2966184 CPUtime=14.6 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 22621 0 1 0 1448 12 0 0 20 0 22 0 344435339 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 741546 110800 2283 9 0 732240 0
[pid=24403/tid=24405] ppid=24401 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/24403/task/24405/stat : 24405 (java) S 24401 24403 24174 0 -1 4202560 2809 0 1 0 40 2 0 0 20 0 22 0 344435340 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861172049048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24406] ppid=24401 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24403/task/24406/stat : 24406 (java) S 24401 24403 24174 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861156330152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24407] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24407/stat : 24407 (java) S 24401 24403 24174 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861155277608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24408] ppid=24401 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24403/task/24408/stat : 24408 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861154225064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24409] ppid=24401 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24403/task/24409/stat : 24409 (java) S 24401 24403 24174 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861153172520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24410] ppid=24401 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24403/task/24410/stat : 24410 (java) S 24401 24403 24174 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861152118952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24411] ppid=24401 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24403/task/24411/stat : 24411 (java) S 24401 24403 24174 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861151066408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24412] ppid=24401 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24403/task/24412/stat : 24412 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861150013864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24413] ppid=24401 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24403/task/24413/stat : 24413 (java) S 24401 24403 24174 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344435341 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861148961320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24414] ppid=24401 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/24403/task/24414/stat : 24414 (java) S 24401 24403 24174 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 22 0 344435342 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861136550504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24415] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24415/stat : 24415 (java) S 24401 24403 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861135496824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24416] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24416/stat : 24416 (java) S 24401 24403 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861134444168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24417] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24417/stat : 24417 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861133392912 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24418] ppid=24401 vsize=2966184 CPUtime=1.46 cores=0,2,4,6
/proc/24403/task/24418/stat : 24418 (java) S 24401 24403 24174 0 -1 4202560 11620 0 0 0 144 2 0 0 20 0 22 0 344435345 3037372416 110800 33554432000 1073741824 1073778376 140733360369200 139861132339256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=24403/tid=24423] ppid=24401 vsize=2966184 CPUtime=772.15 cores=0,2,4,6
/proc/24403/task/24423/stat : 24423 (java) R 24401 24403 24174 0 -1 4202560 486 0 0 0 77195 20 0 0 20 0 22 0 344435384 3037372416 234672 33554432000 1073741824 1073778376 140733360369200 139861127072752 139860997212233 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24424] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24424/stat : 24424 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 234672 33554432000 1073741824 1073778376 140733360369200 139861126022696 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24425] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24425/stat : 24425 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 234672 33554432000 1073741824 1073778376 140733360369200 139861124970152 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1618.49
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 4.21 4.04 3.61 5/221 24431
/proc/meminfo: memFree=26763088/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2966184 CPUtime=1736.79 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 28021 0 1 0 173558 121 0 0 20 0 22 0 344435339 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 741546 240931 2284 9 0 732240 0
[pid=24403/tid=24405] ppid=24401 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/24403/task/24405/stat : 24405 (java) S 24401 24403 24174 0 -1 4202560 2844 0 1 0 42 2 0 0 20 0 22 0 344435340 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861172049048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24406] ppid=24401 vsize=2966184 CPUtime=4 cores=0,2,4,6
/proc/24403/task/24406/stat : 24406 (java) S 24401 24403 24174 0 -1 4202560 217 0 0 0 393 7 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861156330152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24407] ppid=24401 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/24403/task/24407/stat : 24407 (java) S 24401 24403 24174 0 -1 4202560 226 0 0 0 420 8 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861155277608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24408] ppid=24401 vsize=2966184 CPUtime=4.26 cores=0,2,4,6
/proc/24403/task/24408/stat : 24408 (java) S 24401 24403 24174 0 -1 4202560 246 0 0 0 418 8 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861154225064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24409] ppid=24401 vsize=2966184 CPUtime=4.11 cores=0,2,4,6
/proc/24403/task/24409/stat : 24409 (java) S 24401 24403 24174 0 -1 4202560 222 0 0 0 403 8 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861153172520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24410] ppid=24401 vsize=2966184 CPUtime=4.15 cores=0,2,4,6
/proc/24403/task/24410/stat : 24410 (java) S 24401 24403 24174 0 -1 4202560 235 0 0 0 406 9 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861152118952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24411] ppid=24401 vsize=2966184 CPUtime=4.18 cores=0,2,4,6
/proc/24403/task/24411/stat : 24411 (java) S 24401 24403 24174 0 -1 4202560 223 0 0 0 411 7 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861151066408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24412] ppid=24401 vsize=2966184 CPUtime=4.15 cores=0,2,4,6
/proc/24403/task/24412/stat : 24412 (java) S 24401 24403 24174 0 -1 4202560 237 0 0 0 407 8 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861150013864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24413] ppid=24401 vsize=2966184 CPUtime=4.1 cores=0,2,4,6
/proc/24403/task/24413/stat : 24413 (java) S 24401 24403 24174 0 -1 4202560 224 0 0 0 403 7 0 0 20 0 22 0 344435341 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861148961320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24414] ppid=24401 vsize=2966184 CPUtime=44.24 cores=0,2,4,6
/proc/24403/task/24414/stat : 24414 (java) S 24401 24403 24174 0 -1 4202560 135 0 0 0 4396 28 0 0 20 0 22 0 344435342 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861136550504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24415] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24415/stat : 24415 (java) S 24401 24403 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861135496824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24416] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24416/stat : 24416 (java) S 24401 24403 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861134444168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24417] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24417/stat : 24417 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861133392912 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24418] ppid=24401 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/24403/task/24418/stat : 24418 (java) S 24401 24403 24174 0 -1 4202560 11620 0 0 0 154 2 0 0 20 0 22 0 344435345 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861132339256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24419] ppid=24401 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/24403/task/24419/stat : 24419 (java) S 24401 24403 24174 0 -1 4202560 9445 0 0 0 147 2 0 0 20 0 22 0 344435345 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861131286712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24420] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24420/stat : 24420 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861130234360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24421] ppid=24401 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/24403/task/24421/stat : 24421 (java) S 24401 24403 24174 0 -1 4202560 50 0 0 0 16 16 0 0 20 0 22 0 344435345 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861129182024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24422] ppid=24401 vsize=2966184 CPUtime=827.96 cores=0,2,4,6
/proc/24403/task/24422/stat : 24422 (java) R 24401 24403 24174 0 -1 4202560 408 0 0 0 82779 17 0 0 20 0 22 0 344435384 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861128125072 139860997119072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24423] ppid=24401 vsize=2966184 CPUtime=828.03 cores=0,2,4,6
/proc/24403/task/24423/stat : 24423 (java) R 24401 24403 24174 0 -1 4202560 501 0 0 0 82782 21 0 0 20 0 22 0 344435384 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861127073296 139860997277515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24424] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24424/stat : 24424 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861126022696 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24425] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24425/stat : 24425 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 240931 33554432000 1073741824 1073778376 140733360369200 139861124970152 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1736.79
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.201 s]
/proc/loadavg: 4.06 4.02 3.61 6/221 24493
/proc/meminfo: memFree=27192668/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2966184 CPUtime=1800.12 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 28142 0 1 0 179887 125 0 0 20 0 22 0 344435339 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 741546 247640 2284 9 0 732240 0
[pid=24403/tid=24405] ppid=24401 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/24403/task/24405/stat : 24405 (java) S 24401 24403 24174 0 -1 4202560 2846 0 1 0 42 2 0 0 20 0 22 0 344435340 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861172049048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24406] ppid=24401 vsize=2966184 CPUtime=4.22 cores=0,2,4,6
/proc/24403/task/24406/stat : 24406 (java) S 24401 24403 24174 0 -1 4202560 231 0 0 0 415 7 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861156330152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24407] ppid=24401 vsize=2966184 CPUtime=4.52 cores=0,2,4,6
/proc/24403/task/24407/stat : 24407 (java) S 24401 24403 24174 0 -1 4202560 244 0 0 0 443 9 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861155277608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24408] ppid=24401 vsize=2966184 CPUtime=4.46 cores=0,2,4,6
/proc/24403/task/24408/stat : 24408 (java) S 24401 24403 24174 0 -1 4202560 252 0 0 0 438 8 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861154225064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24409] ppid=24401 vsize=2966184 CPUtime=4.3 cores=0,2,4,6
/proc/24403/task/24409/stat : 24409 (java) S 24401 24403 24174 0 -1 4202560 233 0 0 0 422 8 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861153172520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24410] ppid=24401 vsize=2966184 CPUtime=4.32 cores=0,2,4,6
/proc/24403/task/24410/stat : 24410 (java) S 24401 24403 24174 0 -1 4202560 240 0 0 0 423 9 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861152118952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24411] ppid=24401 vsize=2966184 CPUtime=4.35 cores=0,2,4,6
/proc/24403/task/24411/stat : 24411 (java) S 24401 24403 24174 0 -1 4202560 234 0 0 0 428 7 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861151066408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24412] ppid=24401 vsize=2966184 CPUtime=4.41 cores=0,2,4,6
/proc/24403/task/24412/stat : 24412 (java) S 24401 24403 24174 0 -1 4202560 255 0 0 0 432 9 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861150013864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24413] ppid=24401 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/24403/task/24413/stat : 24413 (java) S 24401 24403 24174 0 -1 4202560 233 0 0 0 421 7 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861148961320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24414] ppid=24401 vsize=2966184 CPUtime=47.41 cores=0,2,4,6
/proc/24403/task/24414/stat : 24414 (java) S 24401 24403 24174 0 -1 4202560 137 0 0 0 4712 29 0 0 20 0 22 0 344435342 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861136550504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24415] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24415/stat : 24415 (java) S 24401 24403 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861135496824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24416] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24416/stat : 24416 (java) S 24401 24403 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861134444168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24417] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24417/stat : 24417 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861133392912 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24418] ppid=24401 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/24403/task/24418/stat : 24418 (java) S 24401 24403 24174 0 -1 4202560 11620 0 0 0 154 2 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861132339256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24419] ppid=24401 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/24403/task/24419/stat : 24419 (java) S 24401 24403 24174 0 -1 4202560 9445 0 0 0 147 2 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861131286712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24420] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24420/stat : 24420 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861130234360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24421] ppid=24401 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/24403/task/24421/stat : 24421 (java) S 24401 24403 24174 0 -1 4202560 52 0 0 0 17 16 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861129182024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24422] ppid=24401 vsize=2966184 CPUtime=857.23 cores=0,2,4,6
/proc/24403/task/24422/stat : 24422 (java) R 24401 24403 24174 0 -1 4202560 421 0 0 0 85705 18 0 0 20 0 22 0 344435384 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861128127056 139860996939364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24423] ppid=24401 vsize=2966184 CPUtime=857.3 cores=0,2,4,6
/proc/24403/task/24423/stat : 24423 (java) R 24401 24403 24174 0 -1 4202560 511 0 0 0 85708 22 0 0 20 0 22 0 344435384 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861127072672 139860996950833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24424] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24424/stat : 24424 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861126022696 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24425] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24425/stat : 24425 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861124970152 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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+915.201 s]
/proc/loadavg: 4.06 4.02 3.61 6/221 24493
/proc/meminfo: memFree=27192668/32873844 swapFree=7380/7380
[pid=24403] ppid=24401 vsize=2966184 CPUtime=1800.12 cores=0,2,4,6
/proc/24403/stat : 24403 (java) S 24401 24403 24174 0 -1 4202496 28142 0 1 0 179887 125 0 0 20 0 22 0 344435339 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 140733360360336 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24403/statm: 741546 247640 2284 9 0 732240 0
[pid=24403/tid=24405] ppid=24401 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/24403/task/24405/stat : 24405 (java) S 24401 24403 24174 0 -1 4202560 2846 0 1 0 42 2 0 0 20 0 22 0 344435340 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861172049048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24406] ppid=24401 vsize=2966184 CPUtime=4.22 cores=0,2,4,6
/proc/24403/task/24406/stat : 24406 (java) S 24401 24403 24174 0 -1 4202560 231 0 0 0 415 7 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861156330152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24407] ppid=24401 vsize=2966184 CPUtime=4.52 cores=0,2,4,6
/proc/24403/task/24407/stat : 24407 (java) S 24401 24403 24174 0 -1 4202560 244 0 0 0 443 9 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861155277608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24408] ppid=24401 vsize=2966184 CPUtime=4.46 cores=0,2,4,6
/proc/24403/task/24408/stat : 24408 (java) S 24401 24403 24174 0 -1 4202560 252 0 0 0 438 8 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861154225064 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24409] ppid=24401 vsize=2966184 CPUtime=4.3 cores=0,2,4,6
/proc/24403/task/24409/stat : 24409 (java) S 24401 24403 24174 0 -1 4202560 233 0 0 0 422 8 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861153172520 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24410] ppid=24401 vsize=2966184 CPUtime=4.32 cores=0,2,4,6
/proc/24403/task/24410/stat : 24410 (java) S 24401 24403 24174 0 -1 4202560 240 0 0 0 423 9 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861152118952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24411] ppid=24401 vsize=2966184 CPUtime=4.35 cores=0,2,4,6
/proc/24403/task/24411/stat : 24411 (java) S 24401 24403 24174 0 -1 4202560 234 0 0 0 428 7 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861151066408 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24412] ppid=24401 vsize=2966184 CPUtime=4.41 cores=0,2,4,6
/proc/24403/task/24412/stat : 24412 (java) S 24401 24403 24174 0 -1 4202560 255 0 0 0 432 9 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861150013864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24413] ppid=24401 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/24403/task/24413/stat : 24413 (java) S 24401 24403 24174 0 -1 4202560 233 0 0 0 421 7 0 0 20 0 22 0 344435341 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861148961320 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24414] ppid=24401 vsize=2966184 CPUtime=47.41 cores=0,2,4,6
/proc/24403/task/24414/stat : 24414 (java) S 24401 24403 24174 0 -1 4202560 137 0 0 0 4712 29 0 0 20 0 22 0 344435342 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861136550504 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24415] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24415/stat : 24415 (java) S 24401 24403 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861135496824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24416] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24416/stat : 24416 (java) S 24401 24403 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344435343 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861134444168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24417] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24417/stat : 24417 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861133392912 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24418] ppid=24401 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/24403/task/24418/stat : 24418 (java) S 24401 24403 24174 0 -1 4202560 11620 0 0 0 154 2 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861132339256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24419] ppid=24401 vsize=2966184 CPUtime=1.49 cores=0,2,4,6
/proc/24403/task/24419/stat : 24419 (java) S 24401 24403 24174 0 -1 4202560 9445 0 0 0 147 2 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861131286712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24403/tid=24420] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24420/stat : 24420 (java) S 24401 24403 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861130234360 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24421] ppid=24401 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/24403/task/24421/stat : 24421 (java) S 24401 24403 24174 0 -1 4202560 52 0 0 0 17 16 0 0 20 0 22 0 344435345 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861129182024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24422] ppid=24401 vsize=2966184 CPUtime=857.23 cores=0,2,4,6
/proc/24403/task/24422/stat : 24422 (java) R 24401 24403 24174 0 -1 4202560 421 0 0 0 85705 18 0 0 20 0 22 0 344435384 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861128127056 139860996939364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24403/tid=24423] ppid=24401 vsize=2966184 CPUtime=857.3 cores=0,2,4,6
/proc/24403/task/24423/stat : 24423 (java) R 24401 24403 24174 0 -1 4202560 511 0 0 0 85708 22 0 0 20 0 22 0 344435384 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861127072672 139860996950833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24403/tid=24424] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24424/stat : 24424 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861126022696 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24403/tid=24425] ppid=24401 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24403/task/24425/stat : 24425 (java) S 24401 24403 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344435386 3037372416 247640 33554432000 1073741824 1073778376 140733360369200 139861124970152 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 915.26
CPU time (s): 1801.01
CPU user time (s): 1799.29
CPU system time (s): 1.72274
CPU usage (%): 196.776
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 1.72274
maximum resident set size= 990680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28174
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40520
involuntary context switches= 68476

runsolver used 3.45147 second user time and 8.38373 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 06:11:45
IDJOB=3741820
IDBENCH=90110
IDSOLVER=2324
FILE ID=node133/3741820-1338783105
RUNJOBID= node133-1338782189-24190
PBS_JOBID= 14636833
Free space on /tmp= 70456 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_K90.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741820-1338783105/watcher-3741820-1338783105 -o /tmp/evaluation-result-3741820-1338783105/solver-3741820-1338783105 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741820-1338783105.opb

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

MD5SUM BENCH= a811647d9332337c7e73474eee26f5b9
RANDOM SEED=1350700483

node133.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.540
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.08
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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28129956 kB
Buffers:          498720 kB
Cached:          2875596 kB
SwapCached:          676 kB
Active:          2006384 kB
Inactive:        1834052 kB
Active(anon):     457452 kB
Inactive(anon):    10220 kB
Active(file):    1548932 kB
Inactive(file):  1823832 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             32476 kB
Writeback:             0 kB
AnonPages:        472316 kB
Mapped:            18632 kB
Shmem:                 0 kB
Slab:             760916 kB
SReclaimable:     201936 kB
SUnreclaim:       558980 kB
KernelStack:        1632 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70484 MiB
End job on node133 at 2012-06-04 06:27:03