Trace number 3687592

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)216 1800.63 975.441

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
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 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687592-1337872788.opb
0.09/0.12	c reading problem ... 
0.24/0.26	c ... done. Wall clock time 0.133s.
0.24/0.26	c declared #vars     473
0.24/0.26	c #constraints  472
0.24/0.26	c constraints type 
0.24/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
0.24/0.26	c 472 constraints processed.
0.24/0.26	c constraints type 
0.24/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
0.24/0.26	c 472 constraints processed.
0.24/0.26	c objective function length is 473 literals
0.24/0.27	c  And the winner is solver0
0.46/0.76	c SATISFIABLE
0.46/0.76	c OPTIMIZING...
0.46/0.76	c Got one! Elapsed wall clock time (in seconds):0.636
0.46/0.76	o 226
3.72/1.97	c cleaning 2499 clauses out of 5000 with flag 5000/5000
6.22/3.12	c cleaning 4251 clauses out of 8502 with flag 11001/11001
6.80/3.40	c  And the winner is solver1
6.82/3.76	c Got one! Elapsed wall clock time (in seconds):3.64
6.82/3.76	o 221
7.95/4.36	c cleaning 4743 clauses out of 9485 with flag 4001/16235
10.16/5.44	c cleaning 5372 clauses out of 10743 with flag 10002/22236
10.91/5.87	c  And the winner is solver1
11.05/6.27	c Got one! Elapsed wall clock time (in seconds):6.143
11.05/6.27	o 219
12.13/6.85	c cleaning 5521 clauses out of 11046 with flag 4000/27911
14.30/7.93	c cleaning 5760 clauses out of 11526 with flag 10001/33912
16.67/9.14	c cleaning 6379 clauses out of 12765 with flag 17000/40911
19.71/10.68	c cleaning 7192 clauses out of 14388 with flag 25002/48913
23.38/12.51	c cleaning 8094 clauses out of 16194 with flag 34000/57911
27.10/14.42	c cleaning 9049 clauses out of 18100 with flag 44000/67911
31.37/16.65	c cleaning 10026 clauses out of 20051 with flag 55000/78911
36.00/19.08	c cleaning 11009 clauses out of 22026 with flag 67001/90912
41.78/22.01	c cleaning 12009 clauses out of 24017 with flag 80001/103912
47.63/25.01	c cleaning 13004 clauses out of 26008 with flag 94001/117912
53.63/28.20	c cleaning 14001 clauses out of 28004 with flag 109001/132912
60.53/31.78	c cleaning 15001 clauses out of 30003 with flag 125001/148912
67.68/35.52	c cleaning 15997 clauses out of 32001 with flag 142000/165911
74.01/38.81	c  And the winner is solver1
74.01/38.88	c Got one! Elapsed wall clock time (in seconds):38.756
74.01/38.88	o 218
75.49/39.68	c cleaning 17989 clauses out of 35978 with flag 5000/185885
77.97/41.09	c cleaning 11989 clauses out of 23990 with flag 11001/191886
81.06/42.72	c cleaning 9498 clauses out of 19000 with flag 18000/198885
84.15/44.55	c cleaning 8745 clauses out of 17503 with flag 26001/206886
87.62/46.48	c cleaning 8875 clauses out of 17757 with flag 35000/215885
91.69/48.68	c cleaning 9440 clauses out of 18883 with flag 45001/225886
95.92/50.91	c cleaning 10222 clauses out of 20445 with flag 56003/236888
100.50/53.57	c cleaning 11107 clauses out of 22220 with flag 68000/248885
105.91/56.47	c cleaning 12053 clauses out of 24113 with flag 81000/261885
111.36/59.40	c cleaning 13031 clauses out of 26061 with flag 95001/275886
117.36/62.53	c cleaning 14007 clauses out of 28029 with flag 110000/290885
124.30/66.30	c cleaning 15013 clauses out of 30026 with flag 126004/306889
130.49/69.61	c cleaning 15998 clauses out of 32009 with flag 143000/323885
138.06/73.61	c cleaning 17001 clauses out of 34012 with flag 161001/341886
146.44/78.05	c cleaning 17998 clauses out of 36011 with flag 180001/360886
155.10/82.79	c cleaning 19006 clauses out of 38012 with flag 200000/380885
163.80/87.34	c cleaning 19998 clauses out of 40006 with flag 221000/401885
172.91/92.13	c cleaning 21002 clauses out of 42009 with flag 243001/423886
176.83/94.38	c  And the winner is solver1
177.00/94.68	c Got one! Elapsed wall clock time (in seconds):94.558
177.00/94.68	o 217
178.47/95.41	c cleaning 17490 clauses out of 34991 with flag 5001/437870
181.22/97.20	c cleaning 11748 clauses out of 23500 with flag 11000/443869
183.92/98.85	c cleaning 9375 clauses out of 18753 with flag 18001/450870
186.82/100.55	c cleaning 8688 clauses out of 17377 with flag 26000/458869
190.29/102.53	c cleaning 8842 clauses out of 17690 with flag 35001/467870
194.24/104.95	c cleaning 9417 clauses out of 18848 with flag 45001/477870
198.34/107.24	c cleaning 10210 clauses out of 20431 with flag 56001/488870
203.00/109.80	c cleaning 11104 clauses out of 22220 with flag 68000/500869
207.88/112.52	c cleaning 12055 clauses out of 24116 with flag 81000/513869
213.37/115.79	c cleaning 13024 clauses out of 26061 with flag 95000/527869
219.22/118.93	c cleaning 14017 clauses out of 28037 with flag 110000/542869
225.49/122.35	c cleaning 15008 clauses out of 30021 with flag 126001/558870
229.57/124.60	c cleaning 0 clauses out of 7366 with flag 0/7366
233.10/126.86	c cleaning 16005 clauses out of 32012 with flag 143000/575869
239.93/130.55	c cleaning 16996 clauses out of 34007 with flag 161000/593869
247.32/134.68	c cleaning 18003 clauses out of 36012 with flag 180001/612870
255.06/138.90	c cleaning 19002 clauses out of 38010 with flag 200002/632871
263.20/143.68	c cleaning 20000 clauses out of 40007 with flag 221001/653870
271.14/148.03	c cleaning 20996 clauses out of 42006 with flag 243000/675869
279.69/152.78	c cleaning 22004 clauses out of 44011 with flag 266001/698870
288.62/157.62	c cleaning 23003 clauses out of 46006 with flag 290000/722869
298.51/163.29	c cleaning 24002 clauses out of 48003 with flag 315000/747869
308.11/168.47	c cleaning 24995 clauses out of 50001 with flag 341000/773869
317.97/173.77	c cleaning 26002 clauses out of 52008 with flag 368002/800871
327.82/179.08	c cleaning 27001 clauses out of 54005 with flag 396001/828870
338.45/184.90	c cleaning 27998 clauses out of 56004 with flag 425001/857870
349.50/190.89	c cleaning 29000 clauses out of 58006 with flag 455001/887870
362.02/197.93	c cleaning 29997 clauses out of 60006 with flag 486001/918870
374.91/204.82	c cleaning 30999 clauses out of 62008 with flag 518000/950869
386.65/211.07	c cleaning 32003 clauses out of 64010 with flag 551001/983870
399.43/217.74	c cleaning 33001 clauses out of 66008 with flag 585002/1017871
412.37/224.53	c cleaning 33999 clauses out of 68005 with flag 620000/1052869
425.58/231.78	c cleaning 34999 clauses out of 70006 with flag 656000/1088869
440.02/239.33	c cleaning 36003 clauses out of 72007 with flag 693000/1125869
455.09/247.24	c cleaning 37001 clauses out of 74006 with flag 731002/1163871
471.13/255.63	c cleaning 37996 clauses out of 76004 with flag 770001/1202870
488.28/264.82	c cleaning 39001 clauses out of 78008 with flag 810001/1242870
503.94/273.06	c cleaning 40001 clauses out of 80008 with flag 851002/1283871
520.15/281.57	c cleaning 40999 clauses out of 82005 with flag 893000/1325869
536.58/290.20	c cleaning 41997 clauses out of 84008 with flag 936002/1368871
555.71/300.49	c cleaning 43000 clauses out of 86009 with flag 980000/1412869
575.45/311.45	c cleaning 43998 clauses out of 88011 with flag 1025002/1457871
595.56/321.82	c cleaning 45002 clauses out of 90012 with flag 1071001/1503870
616.57/333.16	c cleaning 46003 clauses out of 92013 with flag 1118004/1550873
635.51/343.03	c cleaning 47003 clauses out of 94007 with flag 1166001/1598870
655.87/353.67	c cleaning 48003 clauses out of 96006 with flag 1215003/1647872
676.50/364.48	c cleaning 48995 clauses out of 98000 with flag 1265000/1697869
698.49/376.29	c cleaning 49996 clauses out of 100005 with flag 1316000/1748869
721.15/388.04	c cleaning 51003 clauses out of 102009 with flag 1368000/1800869
743.77/399.80	c cleaning 52001 clauses out of 104006 with flag 1421000/1853869
747.83/402.45	c cleaning 0 clauses out of 13364 with flag 0/13364
770.27/414.59	c cleaning 53001 clauses out of 106006 with flag 1475001/1907870
797.45/428.62	c cleaning 54001 clauses out of 108005 with flag 1530001/1962870
824.26/442.53	c cleaning 55001 clauses out of 110005 with flag 1586002/2018871
849.63/455.79	c cleaning 56000 clauses out of 112003 with flag 1643001/2075870
878.45/471.04	c cleaning 56994 clauses out of 114002 with flag 1701000/2133869
905.32/485.10	c cleaning 58000 clauses out of 116008 with flag 1760000/2192869
932.78/499.31	c cleaning 59000 clauses out of 118011 with flag 1820003/2252872
959.94/513.57	c cleaning 59996 clauses out of 120008 with flag 1881000/2313869
987.57/528.39	c cleaning 61000 clauses out of 122014 with flag 1943002/2375871
1014.83/542.50	c cleaning 62005 clauses out of 124012 with flag 2006000/2438869
1041.04/556.26	c cleaning 63000 clauses out of 126007 with flag 2070000/2502869
1069.24/570.82	c cleaning 64002 clauses out of 128012 with flag 2135005/2567874
1099.53/586.95	c cleaning 64998 clauses out of 130005 with flag 2201000/2633869
1129.32/602.41	c cleaning 66005 clauses out of 132009 with flag 2268002/2700871
1156.47/616.69	c cleaning 66994 clauses out of 134004 with flag 2336002/2768871
1185.39/631.74	c cleaning 68002 clauses out of 136009 with flag 2405001/2837870
1216.13/648.24	c cleaning 68992 clauses out of 138006 with flag 2475000/2907869
1247.03/664.32	c cleaning 69999 clauses out of 140014 with flag 2546000/2978869
1278.87/680.87	c cleaning 71002 clauses out of 142015 with flag 2618000/3050869
1310.45/697.27	c cleaning 71998 clauses out of 144013 with flag 2691000/3123869
1345.13/715.60	c cleaning 73005 clauses out of 146016 with flag 2765001/3197870
1378.71/733.07	c cleaning 74003 clauses out of 148011 with flag 2840001/3272870
1414.67/751.66	c cleaning 75002 clauses out of 150007 with flag 2916000/3348869
1448.54/769.21	c cleaning 75997 clauses out of 152006 with flag 2993001/3425870
1482.23/787.39	c cleaning 76998 clauses out of 154008 with flag 3071000/3503869
1517.56/805.71	c cleaning 78000 clauses out of 156011 with flag 3150001/3582870
1519.90/807.78	c  And the winner is solver1
1520.15/808.01	c Got one! Elapsed wall clock time (in seconds):807.888
1520.15/808.01	o 216
1521.72/808.87	c cleaning 41883 clauses out of 83776 with flag 4000/3588635
1525.36/811.47	c cleaning 23938 clauses out of 47894 with flag 10001/3594636
1530.32/815.27	c cleaning 15476 clauses out of 30957 with flag 17002/3601637
1534.54/818.16	c cleaning 11734 clauses out of 23479 with flag 25000/3609635
1539.42/821.34	c cleaning 10370 clauses out of 20746 with flag 34001/3618636
1544.90/824.86	c cleaning 10184 clauses out of 20377 with flag 44002/3628637
1551.46/829.47	c cleaning 10592 clauses out of 21192 with flag 55001/3639636
1557.68/833.30	c cleaning 11297 clauses out of 22599 with flag 67000/3651635
1563.91/837.25	c cleaning 12148 clauses out of 24302 with flag 80000/3664635
1571.04/841.65	c cleaning 13077 clauses out of 26154 with flag 94000/3678635
1579.61/847.26	c cleaning 14035 clauses out of 28078 with flag 109001/3693636
1587.41/851.99	c cleaning 15019 clauses out of 30042 with flag 125000/3709635
1595.64/856.84	c cleaning 16010 clauses out of 32023 with flag 142000/3726635
1604.43/862.03	c cleaning 17005 clauses out of 34015 with flag 160002/3744637
1614.53/868.47	c cleaning 17998 clauses out of 36008 with flag 179000/3763635
1624.77/874.35	c cleaning 19004 clauses out of 38011 with flag 199001/3783636
1635.96/880.74	c cleaning 20000 clauses out of 40009 with flag 220003/3804638
1647.88/887.56	c cleaning 20997 clauses out of 42006 with flag 242000/3826635
1662.05/896.01	c cleaning 22001 clauses out of 44010 with flag 265001/3849636
1673.65/902.63	c cleaning 22999 clauses out of 46008 with flag 289000/3873635
1684.41/908.86	c cleaning 24005 clauses out of 48011 with flag 314002/3898637
1696.17/915.53	c cleaning 24997 clauses out of 50004 with flag 340000/3924635
1709.62/923.67	c cleaning 26001 clauses out of 52007 with flag 367000/3951635
1722.96/931.19	c cleaning 26998 clauses out of 54006 with flag 395000/3979635
1737.48/939.20	c cleaning 27995 clauses out of 56009 with flag 424001/4008636
1750.84/946.72	c cleaning 29003 clauses out of 58013 with flag 454000/4038635
1765.45/955.52	c cleaning 30004 clauses out of 60012 with flag 485002/4069637
1779.57/963.47	c cleaning 31000 clauses out of 62011 with flag 517005/4101640
1793.69/971.37	c cleaning 31999 clauses out of 64006 with flag 550000/4134635
1800.20/975.41	c starts		: 55
1800.20/975.41	c conflicts		: 21503
1800.20/975.41	c decisions		: 78662
1800.20/975.41	c propagations		: 413338
1800.20/975.41	c inspects		: 607182969
1800.20/975.41	c shortcuts		: 0
1800.20/975.41	c learnt literals	: 0
1800.20/975.41	c learnt binary clauses	: 0
1800.20/975.41	c learnt ternary clauses	: 0
1800.20/975.41	c learnt constraints	: 21503
1800.20/975.41	c ignored constraints	: 0
1800.20/975.41	c root simplifications	: 0
1800.20/975.41	c removed literals (reason simplification)	: 0
1800.20/975.41	c reason swapping (by a shorter reason)	: 0
1800.20/975.41	c Calls to reduceDB	: 2
1800.20/975.41	c number of reductions to clauses (during analyze)	: 0
1800.20/975.41	c number of learned constraints concerned by reduction	: 0
1800.20/975.41	c number of learning phase by resolution	: 0
1800.20/975.41	c number of learning phase by cutting planes	: 0
1800.20/975.41	c speed (assignments/second)	: 424.09125793623105
1800.20/975.41	c non guided choices	0
1800.20/975.42	c learnt constraints type 
1800.20/975.42	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 948
1800.20/975.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20555
1800.20/975.42	c constraints type 
1800.20/975.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.20/975.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1800.20/975.42	c 473 constraints processed.
1800.20/975.42	c constraints type 
1800.20/975.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.20/975.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
1800.20/975.42	c 473 constraints processed.
1800.20/975.42	s SATISFIABLE
1800.20/975.42	v x1 x2 x3 x4 x5 -x6 x7 x8 x9 x10 x11 -x12 x13 x14 -x15 -x16 x17 x18 x19 -x20 -x21 x22 -x23 -x24 x25 -x26 -x27 x28 x29 x30 x31 -x32 -x33 x34 -x35 x36 -x37 x38 -x39 -x40 x41 x42 x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 x86 -x87 x88 x89 x90 x91 x92 -x93 -x94 x95 x96 -x97 -x98 x99 -x100 x101 -x102 -x103 -x104 x105 -x106 -x107 x108 -x109 -x110 x111 -x112 x113 -x114 -x115 x116 -x117 x118 -x119 -x120 -x121 x122 -x123 x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 x132 x133 x134 x135 x136 -x137 x138 x139 x140 x141 -x142 -x143 -x144 -x145 -x146 x147 x148 x149 x150 -x151 -x152 x153 x154 -x155 x156 x157 -x158 -x159 x160 -x161 x162 x163 -x164 -x165 -x166 -x167 -x168 x169 x170 -x171 -x172 -x173 x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 x195 -x196 x197 x198 -x199 x200 -x201 x202 -x203 -x204 x205 x206 -x207 x208 x209 -x210 x211 x212 -x213 -x214 x215 -x216 -x217 x218 x219 x220 x221 -x222 -x223 -x224 x225 x226 -x227 x228 -x229 x230 x231 -x232 x233 x234 x235 x236 x237 x238 -x239 x240 -x241 -x242 -x243 x244 x245 x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 x254 -x255 x256 -x257 x258 x259 x260 x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 -x283 x284 x285 x286 -x287 x288 x289 x290 -x291 x292 -x293 x294 -x295 x296 x297 -x298 x299 -x300 -x301 -x302 -x303 x304 x305 -x306 -x307 x308 -x309 -x310 x311 x312 x313 -x314 -x315 -x316 x317 x318 x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 x337 -x338 -x339 x340 -x341 -x342 x343 x344 -x345 -x346 x347 -x348 -x349 x350 x351 -x352 -x353 -x354 x355 -x356 x357 -x358 x359 x360 x361 x362 -x363 x364 x365 -x366 x367 x368 x369 -x370 x371 -x372 x373 x374 x375 -x376 -x377 -x378 x379 x380 -x381 -x382 -x383 -x384 x385 -x386 x387 -x388 -x389 -x390 x391 x392 x393 -x394 x395 x396 x397 x398 x399 x400 -x401 -x402 -x403 x404 x405 -x406 -x407 -x408 -x409 x410 x411 x412 x413 -x414 x415 x416 x417 -x418 x419 -x420 -x421 x422 -x423 x424 -x425 -x426 x427 -x428 x429 x430 -x431 x432 -x433 x434 -x435 -x436 -x437 x438 x439 x440 -x441 x442 -x443 -x444 x445 -x446 -x447 x448 -x449 -x450 -x451 x452 -x453 x454 x455 -x456 -x457 x458 x459 x460 x461 x462 -x463 -x464 x465 -x466 x467 -x468 -x469 x470 x471 -x472 -x473 
1800.20/975.42	c objective function=216
1800.20/975.42	c Total wall clock time (in seconds): 975.302

Verifier Data

OK	216

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-3687592-1337872788/watcher-3687592-1337872788 -o /tmp/evaluation-result-3687592-1337872788/solver-3687592-1337872788 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687592-1337872788.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: 2.89 2.84 1.88 3/196 24327
/proc/meminfo: memFree=26532312/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24327/stat : 24327 (java) D 24325 24327 23987 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253403305 9515008 182 33554432000 1073741824 1073778376 140736520269760 140736520260792 225444708021 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2323 182 140 9 0 71 0

[startup+0.021858 s]
/proc/loadavg: 2.89 2.84 1.88 3/196 24327
/proc/meminfo: memFree=26532312/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=102696 CPUtime=0 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 1431 0 1 0 0 0 0 0 20 0 2 0 253403305 105160704 1112 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 25674 1112 858 9 0 16783 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102696

[startup+0.100219 s]
/proc/loadavg: 2.89 2.84 1.88 3/196 24327
/proc/meminfo: memFree=26532312/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 4258 0 1 0 7 2 0 0 20 0 18 0 253403305 9787813888 5465 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2389603 5466 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300262 s]
/proc/loadavg: 2.89 2.84 1.88 3/196 24327
/proc/meminfo: memFree=26532312/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 5455 0 1 0 42 4 0 0 20 0 19 0 253403305 10060460032 8785 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 8785 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824668

[startup+0.700243 s]
/proc/loadavg: 2.89 2.84 1.88 3/196 24327
/proc/meminfo: memFree=26532312/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 5455 0 1 0 42 4 0 0 20 0 19 0 253403305 10060460032 8785 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 8785 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824668

[startup+1.50069 s]
/proc/loadavg: 2.89 2.84 1.88 6/218 24352
/proc/meminfo: memFree=26478212/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 15478 0 1 0 284 8 0 0 20 0 22 0 253403305 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 28233 2251 9 0 2446860 0
[pid=24327/tid=24329] ppid=24325 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/24327/task/24329/stat : 24329 (java) S 24325 24327 23987 0 -1 4202560 2458 0 1 0 21 2 0 0 20 0 22 0 253403306 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880632591352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24330] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24330/stat : 24330 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880594081960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24331] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24331/stat : 24331 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880593029416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24332] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24332/stat : 24332 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880591976872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24333] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24333/stat : 24333 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880590924328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24334] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24334/stat : 24334 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880589871784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24335] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24335/stat : 24335 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880588819240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24336] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24336/stat : 24336 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880587766696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24337] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24337/stat : 24337 (java) S 24325 24327 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880586714152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24338] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24338/stat : 24338 (java) S 24325 24327 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880456771688 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24339] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24339/stat : 24339 (java) S 24325 24327 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880455718008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24340] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24340/stat : 24340 (java) S 24325 24327 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880454665352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24341] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24341/stat : 24341 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880453614096 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24342] ppid=24325 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/24327/task/24342/stat : 24342 (java) S 24325 24327 23987 0 -1 4202560 4898 0 0 0 56 2 0 0 20 0 22 0 253403312 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880452561464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24343] ppid=24325 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/24327/task/24343/stat : 24343 (java) S 24325 24327 23987 0 -1 4202560 6738 0 0 0 56 2 0 0 20 0 22 0 253403312 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880451508920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24344] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24344/stat : 24344 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880450456568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24345] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24345/stat : 24345 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880449404232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24349] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24349/stat : 24349 (java) S 24325 24327 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253403332 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880445191336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24350] ppid=24325 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/24327/task/24350/stat : 24350 (java) R 24325 24327 23987 0 -1 4202560 25 0 0 0 72 0 0 0 20 0 22 0 253403382 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880447296536 139880458445614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24351] ppid=24325 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/24327/task/24351/stat : 24351 (java) R 24325 24327 23987 0 -1 4202560 107 0 0 0 70 1 0 0 20 0 22 0 253403382 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880446243464 139880458501636 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24352] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24352/stat : 24352 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253403382 10060460032 28233 33554432000 1073741824 1073778376 140734405957776 139880448349736 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 2.89 2.84 1.88 4/218 24352
/proc/meminfo: memFree=26349052/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=6.22 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 15585 0 1 0 612 10 0 0 20 0 22 0 253403305 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 47737 2279 9 0 2446860 0
[pid=24327/tid=24329] ppid=24325 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/24327/task/24329/stat : 24329 (java) S 24325 24327 23987 0 -1 4202560 2458 0 1 0 21 2 0 0 20 0 22 0 253403306 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880632591352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24330] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24330/stat : 24330 (java) S 24325 24327 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880594081960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24331] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24331/stat : 24331 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880593029416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24332] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24332/stat : 24332 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880591976872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24333] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24333/stat : 24333 (java) S 24325 24327 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880590924328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24334] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24334/stat : 24334 (java) S 24325 24327 23987 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880589871784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24335] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24335/stat : 24335 (java) S 24325 24327 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880588819240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24336] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24336/stat : 24336 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880587766696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24337] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24337/stat : 24337 (java) S 24325 24327 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880586714152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24338] ppid=24325 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24327/task/24338/stat : 24338 (java) S 24325 24327 23987 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 22 0 253403309 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880456771688 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24339] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24339/stat : 24339 (java) S 24325 24327 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880455718008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24340] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24340/stat : 24340 (java) S 24325 24327 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880454665352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24341] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24341/stat : 24341 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880453614096 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24342] ppid=24325 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/24327/task/24342/stat : 24342 (java) S 24325 24327 23987 0 -1 4202560 4899 0 0 0 62 2 0 0 20 0 22 0 253403312 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880452561464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24343] ppid=24325 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/24327/task/24343/stat : 24343 (java) S 24325 24327 23987 0 -1 4202560 6745 0 0 0 64 2 0 0 20 0 22 0 253403312 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880451508920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24344] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24344/stat : 24344 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880450456568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24345] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24345/stat : 24345 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880449404232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24349] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24349/stat : 24349 (java) S 24325 24327 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253403332 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880445191336 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24350] ppid=24325 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/24327/task/24350/stat : 24350 (java) R 24325 24327 23987 0 -1 4202560 28 0 0 0 227 0 0 0 20 0 22 0 253403382 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880447294520 139880458412181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24351] ppid=24325 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/24327/task/24351/stat : 24351 (java) R 24325 24327 23987 0 -1 4202560 133 0 0 0 223 2 0 0 20 0 22 0 253403382 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880446241360 139880458501468 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24352] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24352/stat : 24352 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253403382 10060460032 47737 33554432000 1073741824 1073778376 140734405957776 139880448349736 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 9824668

[startup+6.3006 s]
/proc/loadavg: 2.74 2.81 1.87 4/218 24355
/proc/meminfo: memFree=26307472/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=11.12 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 15673 0 1 0 1095 17 0 0 20 0 22 0 253403305 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 58891 2279 9 0 2446860 0
[pid=24327/tid=24329] ppid=24325 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/24327/task/24329/stat : 24329 (java) S 24325 24327 23987 0 -1 4202560 2458 0 1 0 21 2 0 0 20 0 22 0 253403306 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880632591352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24330] ppid=24325 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24327/task/24330/stat : 24330 (java) S 24325 24327 23987 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880594081960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24331] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24331/stat : 24331 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880593029416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24332] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24332/stat : 24332 (java) S 24325 24327 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880591976872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24333] ppid=24325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24327/task/24333/stat : 24333 (java) S 24325 24327 23987 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880590924328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24334] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24334/stat : 24334 (java) S 24325 24327 23987 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880589871784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24335] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24335/stat : 24335 (java) S 24325 24327 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880588819240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24336] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24336/stat : 24336 (java) S 24325 24327 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880587766696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24337] ppid=24325 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24327/task/24337/stat : 24337 (java) S 24325 24327 23987 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253403308 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880586714152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24338] ppid=24325 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/24327/task/24338/stat : 24338 (java) S 24325 24327 23987 0 -1 4202560 48 0 0 0 25 0 0 0 20 0 22 0 253403309 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880456771688 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24339] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24339/stat : 24339 (java) S 24325 24327 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880455718008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24340] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24340/stat : 24340 (java) S 24325 24327 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880454665352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24341] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24341/stat : 24341 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880453614096 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24342] ppid=24325 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/24327/task/24342/stat : 24342 (java) S 24325 24327 23987 0 -1 4202560 4905 0 0 0 77 2 0 0 20 0 22 0 253403312 10060460032 58891 33554432000 1073741824 1073778376 140734405957776 139880452561464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=24327/tid=24374] ppid=24325 vsize=9824668 CPUtime=5.55 cores=0,2,4,6
/proc/24327/task/24374/stat : 24374 (java) S 24325 24327 23987 0 -1 4202560 4 0 0 0 555 0 0 0 20 0 22 0 253484107 10060460032 721537 33554432000 1073741824 1073778376 140734405957776 139880447296088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24375] ppid=24325 vsize=9824668 CPUtime=5.54 cores=0,2,4,6
/proc/24327/task/24375/stat : 24375 (java) S 24325 24327 23987 0 -1 4202560 8 0 0 0 554 0 0 0 20 0 22 0 253484107 10060460032 721537 33554432000 1073741824 1073778376 140734405957776 139880445190984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24376] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24376/stat : 24376 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253484107 10060460032 721537 33554432000 1073741824 1073778376 140734405957776 139880446244264 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1540.63
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 2.60 2.77 2.43 3/218 24376
/proc/meminfo: memFree=23996372/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=1637.76 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 30587 0 1 0 163603 173 0 0 20 0 22 0 253403305 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 706660 2280 9 0 2446860 0
[pid=24327/tid=24329] ppid=24325 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24327/task/24329/stat : 24329 (java) S 24325 24327 23987 0 -1 4202560 2497 0 1 0 24 4 0 0 20 0 22 0 253403306 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880632591064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24330] ppid=24325 vsize=9824668 CPUtime=3.3 cores=0,2,4,6
/proc/24327/task/24330/stat : 24330 (java) S 24325 24327 23987 0 -1 4202560 945 0 0 0 318 12 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880594081960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24331] ppid=24325 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/24327/task/24331/stat : 24331 (java) S 24325 24327 23987 0 -1 4202560 669 0 0 0 321 10 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880593029416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24332] ppid=24325 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/24327/task/24332/stat : 24332 (java) S 24325 24327 23987 0 -1 4202560 778 0 0 0 333 12 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880591976872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24333] ppid=24325 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/24327/task/24333/stat : 24333 (java) S 24325 24327 23987 0 -1 4202560 581 0 0 0 304 10 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880590924328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24334] ppid=24325 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/24327/task/24334/stat : 24334 (java) S 24325 24327 23987 0 -1 4202560 965 0 0 0 300 13 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880589871784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24335] ppid=24325 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/24327/task/24335/stat : 24335 (java) S 24325 24327 23987 0 -1 4202560 1001 0 0 0 319 12 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880588819240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24336] ppid=24325 vsize=9824668 CPUtime=3.22 cores=0,2,4,6
/proc/24327/task/24336/stat : 24336 (java) S 24325 24327 23987 0 -1 4202560 819 0 0 0 310 12 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880587766696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24337] ppid=24325 vsize=9824668 CPUtime=3.22 cores=0,2,4,6
/proc/24327/task/24337/stat : 24337 (java) S 24325 24327 23987 0 -1 4202560 1308 0 0 0 311 11 0 0 20 0 22 0 253403308 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880586714152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24338] ppid=24325 vsize=9824668 CPUtime=137.24 cores=0,2,4,6
/proc/24327/task/24338/stat : 24338 (java) R 24325 24327 23987 0 -1 4202560 3427 0 0 0 13699 25 0 0 20 0 22 0 253403309 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880456770536 139880639098952 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24339] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24339/stat : 24339 (java) S 24325 24327 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880455718008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24340] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24340/stat : 24340 (java) S 24325 24327 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880454665352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24341] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24341/stat : 24341 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880453614096 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24342] ppid=24325 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/24327/task/24342/stat : 24342 (java) S 24325 24327 23987 0 -1 4202560 6025 0 0 0 109 2 0 0 20 0 22 0 253403312 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880452561464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24343] ppid=24325 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/24327/task/24343/stat : 24343 (java) S 24325 24327 23987 0 -1 4202560 9054 0 0 0 128 2 0 0 20 0 22 0 253403312 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880451508920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24344] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24344/stat : 24344 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880450456568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24345] ppid=24325 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/24327/task/24345/stat : 24345 (java) S 24325 24327 23987 0 -1 4202560 50 0 0 0 16 15 0 0 20 0 22 0 253403312 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880449404232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24352] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24352/stat : 24352 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253403382 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880448349736 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24374] ppid=24325 vsize=9824668 CPUtime=41.31 cores=0,2,4,6
/proc/24327/task/24374/stat : 24374 (java) S 24325 24327 23987 0 -1 4202560 5 0 0 0 4131 0 0 0 20 0 22 0 253484107 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880447296088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24375] ppid=24325 vsize=9824668 CPUtime=41.3 cores=0,2,4,6
/proc/24327/task/24375/stat : 24375 (java) S 24325 24327 23987 0 -1 4202560 19 0 0 0 4130 0 0 0 20 0 22 0 253484107 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880445190984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24376] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24376/stat : 24376 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253484107 10060460032 706660 33554432000 1073741824 1073778376 140734405957776 139880446244264 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1637.76
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.07 2.86 2.48 4/219 24454
/proc/meminfo: memFree=26256964/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=1742.04 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 30739 0 1 0 174029 175 0 0 20 0 22 0 253403305 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 697408 2280 9 0 2446860 0
[pid=24327/tid=24329] ppid=24325 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24327/task/24329/stat : 24329 (java) S 24325 24327 23987 0 -1 4202560 2498 0 1 0 24 4 0 0 20 0 22 0 253403306 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880632591352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24330] ppid=24325 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/24327/task/24330/stat : 24330 (java) S 24325 24327 23987 0 -1 4202560 945 0 0 0 336 12 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880594081960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24331] ppid=24325 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/24327/task/24331/stat : 24331 (java) S 24325 24327 23987 0 -1 4202560 669 0 0 0 340 10 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880593029416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24332] ppid=24325 vsize=9824668 CPUtime=3.6 cores=0,2,4,6
/proc/24327/task/24332/stat : 24332 (java) S 24325 24327 23987 0 -1 4202560 778 0 0 0 348 12 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880591976872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24333] ppid=24325 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/24327/task/24333/stat : 24333 (java) S 24325 24327 23987 0 -1 4202560 581 0 0 0 320 11 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880590924328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24334] ppid=24325 vsize=9824668 CPUtime=3.26 cores=0,2,4,6
/proc/24327/task/24334/stat : 24334 (java) S 24325 24327 23987 0 -1 4202560 965 0 0 0 313 13 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880589871784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24335] ppid=24325 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/24327/task/24335/stat : 24335 (java) S 24325 24327 23987 0 -1 4202560 1001 0 0 0 336 12 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880588819240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24336] ppid=24325 vsize=9824668 CPUtime=3.39 cores=0,2,4,6
/proc/24327/task/24336/stat : 24336 (java) S 24325 24327 23987 0 -1 4202560 819 0 0 0 327 12 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880587766696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24337] ppid=24325 vsize=9824668 CPUtime=3.35 cores=0,2,4,6
/proc/24327/task/24337/stat : 24337 (java) S 24325 24327 23987 0 -1 4202560 1308 0 0 0 324 11 0 0 20 0 22 0 253403308 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880586714152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24338] ppid=24325 vsize=9824668 CPUtime=153.54 cores=0,2,4,6
/proc/24327/task/24338/stat : 24338 (java) S 24325 24327 23987 0 -1 4202560 3567 0 0 0 15329 25 0 0 20 0 22 0 253403309 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880456771688 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24339] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24339/stat : 24339 (java) S 24325 24327 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880455718008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24340] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24340/stat : 24340 (java) S 24325 24327 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880454665352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24341] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24341/stat : 24341 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880453614096 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24342] ppid=24325 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/24327/task/24342/stat : 24342 (java) S 24325 24327 23987 0 -1 4202560 6025 0 0 0 109 2 0 0 20 0 22 0 253403312 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880452561464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24343] ppid=24325 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/24327/task/24343/stat : 24343 (java) S 24325 24327 23987 0 -1 4202560 9054 0 0 0 128 2 0 0 20 0 22 0 253403312 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880451508920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24344] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24344/stat : 24344 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880450456568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24345] ppid=24325 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/24327/task/24345/stat : 24345 (java) S 24325 24327 23987 0 -1 4202560 54 0 0 0 18 16 0 0 20 0 22 0 253403312 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880449404232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24352] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24352/stat : 24352 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253403382 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880448349736 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24374] ppid=24325 vsize=9824668 CPUtime=84.67 cores=0,2,4,6
/proc/24327/task/24374/stat : 24374 (java) R 24325 24327 23987 0 -1 4202560 5 0 0 0 8466 1 0 0 20 0 22 0 253484107 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880447295968 139880458411511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24375] ppid=24325 vsize=9824668 CPUtime=84.64 cores=0,2,4,6
/proc/24327/task/24375/stat : 24375 (java) R 24325 24327 23987 0 -1 4202560 26 0 0 0 8463 1 0 0 20 0 22 0 253484107 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880445190864 139880458907960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24376] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24376/stat : 24376 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253484107 10060460032 697408 33554432000 1073741824 1073778376 140734405957776 139880446244264 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1742.04
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+975.401 s]
/proc/loadavg: 3.20 2.90 2.51 4/217 24455
/proc/meminfo: memFree=26162728/32873844 swapFree=7900/7900
[pid=24327] ppid=24325 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/24327/stat : 24327 (java) S 24325 24327 23987 0 -1 4202496 30826 0 1 0 179844 176 0 0 20 0 22 0 253403305 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 140734405948912 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24327/statm: 2456167 698875 2280 9 0 2446860 0
[pid=24327/tid=24329] ppid=24325 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24327/task/24329/stat : 24329 (java) S 24325 24327 23987 0 -1 4202560 2499 0 1 0 24 4 0 0 20 0 22 0 253403306 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880632591352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24330] ppid=24325 vsize=9824668 CPUtime=3.56 cores=0,2,4,6
/proc/24327/task/24330/stat : 24330 (java) S 24325 24327 23987 0 -1 4202560 945 0 0 0 344 12 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880594081960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24331] ppid=24325 vsize=9824668 CPUtime=3.55 cores=0,2,4,6
/proc/24327/task/24331/stat : 24331 (java) S 24325 24327 23987 0 -1 4202560 669 0 0 0 345 10 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880593029416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24332] ppid=24325 vsize=9824668 CPUtime=3.69 cores=0,2,4,6
/proc/24327/task/24332/stat : 24332 (java) S 24325 24327 23987 0 -1 4202560 778 0 0 0 357 12 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880591976872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24327/tid=24333] ppid=24325 vsize=9824668 CPUtime=3.37 cores=0,2,4,6
/proc/24327/task/24333/stat : 24333 (java) S 24325 24327 23987 0 -1 4202560 581 0 0 0 326 11 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880590924328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24334] ppid=24325 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/24327/task/24334/stat : 24334 (java) S 24325 24327 23987 0 -1 4202560 965 0 0 0 320 13 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880589871784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24335] ppid=24325 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/24327/task/24335/stat : 24335 (java) S 24325 24327 23987 0 -1 4202560 1001 0 0 0 341 12 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880588819240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24336] ppid=24325 vsize=9824668 CPUtime=3.46 cores=0,2,4,6
/proc/24327/task/24336/stat : 24336 (java) S 24325 24327 23987 0 -1 4202560 819 0 0 0 334 12 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880587766696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24337] ppid=24325 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/24327/task/24337/stat : 24337 (java) S 24325 24327 23987 0 -1 4202560 1308 0 0 0 331 11 0 0 20 0 22 0 253403308 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880586714152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24338] ppid=24325 vsize=9824668 CPUtime=161.82 cores=0,2,4,6
/proc/24327/task/24338/stat : 24338 (java) S 24325 24327 23987 0 -1 4202560 3648 0 0 0 16157 25 0 0 20 0 22 0 253403309 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880456771688 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24339] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24339/stat : 24339 (java) S 24325 24327 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880455718008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24340] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24340/stat : 24340 (java) S 24325 24327 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253403309 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880454665352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24341] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24341/stat : 24341 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880453614096 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24342] ppid=24325 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/24327/task/24342/stat : 24342 (java) S 24325 24327 23987 0 -1 4202560 6025 0 0 0 109 2 0 0 20 0 22 0 253403312 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880452561464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24343] ppid=24325 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/24327/task/24343/stat : 24343 (java) S 24325 24327 23987 0 -1 4202560 9054 0 0 0 128 2 0 0 20 0 22 0 253403312 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880451508920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24344] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24344/stat : 24344 (java) S 24325 24327 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253403312 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880450456568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24327/tid=24345] ppid=24325 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24327/task/24345/stat : 24345 (java) S 24325 24327 23987 0 -1 4202560 56 0 0 0 18 17 0 0 20 0 22 0 253403312 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880449404232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24352] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24352/stat : 24352 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253403382 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880448349736 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24374] ppid=24325 vsize=9824668 CPUtime=109.33 cores=0,2,4,6
/proc/24327/task/24374/stat : 24374 (java) R 24325 24327 23987 0 -1 4202560 5 0 0 0 10932 1 0 0 20 0 22 0 253484107 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880447295968 139880458451716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24327/tid=24375] ppid=24325 vsize=9824668 CPUtime=109.3 cores=0,2,4,6
/proc/24327/task/24375/stat : 24375 (java) R 24325 24327 23987 0 -1 4202560 29 0 0 0 10929 1 0 0 20 0 22 0 253484107 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880445190992 139880458907944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24327/tid=24376] ppid=24325 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24327/task/24376/stat : 24376 (java) S 24325 24327 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253484107 10060460032 698875 33554432000 1073741824 1073778376 140734405957776 139880446244264 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 975.441
CPU time (s): 1800.63
CPU user time (s): 1798.56
CPU system time (s): 2.07268
CPU usage (%): 184.596
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 2.07268
maximum resident set size= 2886152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30862
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28765
involuntary context switches= 48479

runsolver used 4.46232 second user time and 7.60284 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 17:19:48
IDJOB=3687592
IDBENCH=1962
IDSOLVER=2268
FILE ID=node137/3687592-1337872788
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687592-1337872788/watcher-3687592-1337872788 -o /tmp/evaluation-result-3687592-1337872788/solver-3687592-1337872788 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687592-1337872788.opb

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=2138714882

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.600
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.600
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.600
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:        26532312 kB
Buffers:          209456 kB
Cached:          2166740 kB
SwapCached:        22060 kB
Active:          3869572 kB
Inactive:        1671660 kB
Active(anon):    3144420 kB
Inactive(anon):    23252 kB
Active(file):     725152 kB
Inactive(file):  1648408 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       3164764 kB
Mapped:            17880 kB
Shmem:                 0 kB
Slab:             638692 kB
SReclaimable:      80388 kB
SUnreclaim:       558304 kB
KernelStack:        1616 kB
PageTables:        10364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3538896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3108864 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= 71516 MiB
End job on node137 at 2012-05-24 17:36:05