Trace number 3687574

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)219 1800.12 966.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
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.73
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 constraints473
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 constraints473
Minimum length of a constraint4
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.10	c sun.arch.data.model	64
0.01/0.10	c java.version		1.6.0_24
0.01/0.10	c os.name		Linux
0.01/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.10	c os.arch		amd64
0.01/0.10	c Free memory 		501472288
0.01/0.10	c Max memory 		7480803328
0.01/0.10	c Total memory 		504102912
0.09/0.10	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@63415de6
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@23174b07
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-3687574-1337872090.opb
0.09/0.12	c reading problem ... 
0.24/0.25	c ... done. Wall clock time 0.129s.
0.24/0.25	c declared #vars     473
0.24/0.25	c #constraints  473
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 473
0.24/0.25	c 473 constraints processed.
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 473
0.24/0.25	c 473 constraints processed.
0.24/0.25	c objective function length is 473 literals
0.24/0.27	c  And the winner is solver0
0.51/0.76	c SATISFIABLE
0.51/0.76	c OPTIMIZING...
0.51/0.76	c Got one! Elapsed wall clock time (in seconds):0.632
0.51/0.76	o 227
3.15/1.52	c  And the winner is solver1
3.20/1.76	c Got one! Elapsed wall clock time (in seconds):1.637
3.20/1.76	o 226
4.09/2.15	c cleaning 2842 clauses out of 5683 with flag 2001/5683
6.60/3.23	c cleaning 4421 clauses out of 8841 with flag 8001/11683
9.33/4.47	c cleaning 5707 clauses out of 11419 with flag 15000/18682
11.87/5.75	c cleaning 6857 clauses out of 13713 with flag 23001/26683
14.82/7.23	c cleaning 7927 clauses out of 15855 with flag 32000/35682
16.31/8.01	c  And the winner is solver1
16.32/8.42	c Got one! Elapsed wall clock time (in seconds):8.293
16.32/8.42	o 225
16.47/8.56	c cleaning 6805 clauses out of 13609 with flag 1000/41363
18.56/9.64	c cleaning 6401 clauses out of 12804 with flag 7000/47363
20.05/10.42	c  And the winner is solver1
20.10/10.92	c Got one! Elapsed wall clock time (in seconds):10.796
20.10/10.92	o 224
20.27/11.05	c cleaning 5708 clauses out of 11416 with flag 1000/52376
22.27/12.18	c cleaning 5853 clauses out of 11708 with flag 7000/58376
24.72/13.45	c cleaning 6425 clauses out of 12855 with flag 14000/65376
27.20/14.73	c cleaning 7213 clauses out of 14431 with flag 22001/73377
30.23/16.30	c cleaning 8109 clauses out of 16217 with flag 31000/82376
33.78/18.20	c cleaning 9051 clauses out of 18110 with flag 41002/92378
37.01/19.94	c  And the winner is solver1
37.08/20.10	c Got one! Elapsed wall clock time (in seconds):19.98
37.08/20.10	o 222
38.51/20.86	c cleaning 11995 clauses out of 23990 with flag 5002/107309
40.91/22.16	c cleaning 8995 clauses out of 17993 with flag 11000/113307
43.68/23.64	c cleaning 7999 clauses out of 16002 with flag 18004/120311
46.73/25.34	c cleaning 7998 clauses out of 15999 with flag 26000/128307
50.06/27.12	c cleaning 8498 clauses out of 17001 with flag 35000/137307
53.22/28.87	c cleaning 9252 clauses out of 18504 with flag 45001/147308
56.98/30.90	c cleaning 10123 clauses out of 20251 with flag 56000/158307
61.36/33.26	c cleaning 11062 clauses out of 22129 with flag 68001/170308
66.08/35.70	c cleaning 12031 clauses out of 24066 with flag 81000/183307
70.79/38.28	c cleaning 13013 clauses out of 26036 with flag 95001/197308
71.35/38.67	c  And the winner is solver1
71.37/39.15	c Got one! Elapsed wall clock time (in seconds):39.029
71.37/39.15	o 220
72.66/39.83	c cleaning 9082 clauses out of 18164 with flag 5001/202449
74.93/41.29	c cleaning 7541 clauses out of 15081 with flag 11000/208448
77.40/42.63	c cleaning 7268 clauses out of 14540 with flag 18000/215448
80.26/44.24	c cleaning 7632 clauses out of 15272 with flag 26000/223448
83.34/45.97	c cleaning 8317 clauses out of 16641 with flag 35001/232449
87.19/48.15	c cleaning 9160 clauses out of 18323 with flag 45000/242448
91.43/50.46	c cleaning 10078 clauses out of 20163 with flag 56000/253448
95.88/52.85	c cleaning 11043 clauses out of 22085 with flag 68000/265448
100.68/55.49	c cleaning 12017 clauses out of 24045 with flag 81003/278451
105.42/58.14	c cleaning 13007 clauses out of 26025 with flag 95000/292448
110.41/60.84	c cleaning 14008 clauses out of 28018 with flag 110000/307448
115.58/63.70	c cleaning 14999 clauses out of 30010 with flag 126000/323448
121.14/66.61	c cleaning 16001 clauses out of 32011 with flag 143000/340448
127.00/69.98	c cleaning 17005 clauses out of 34011 with flag 161001/358449
133.61/73.40	c cleaning 18001 clauses out of 36005 with flag 180000/377448
139.92/76.88	c cleaning 19003 clauses out of 38006 with flag 200002/397450
146.60/80.50	c cleaning 20000 clauses out of 40001 with flag 221000/418448
154.07/84.60	c cleaning 21001 clauses out of 42003 with flag 243002/440450
161.55/88.53	c cleaning 21995 clauses out of 44000 with flag 266000/463448
170.61/93.30	c cleaning 22999 clauses out of 46005 with flag 290000/487448
179.86/98.23	c cleaning 23998 clauses out of 48006 with flag 315000/512448
189.33/103.47	c cleaning 25000 clauses out of 50008 with flag 341000/538448
198.38/108.30	c cleaning 26002 clauses out of 52008 with flag 368000/565448
208.59/113.63	c cleaning 26998 clauses out of 54007 with flag 396001/593449
218.27/118.90	c cleaning 28002 clauses out of 56009 with flag 425001/622449
228.98/124.98	c cleaning 29000 clauses out of 58007 with flag 455001/652449
240.63/131.26	c cleaning 29997 clauses out of 60006 with flag 486000/683448
242.66/132.79	c  And the winner is solver1
242.48/133.23	c Got one! Elapsed wall clock time (in seconds):133.105
242.48/133.23	o 219
243.01/133.56	c cleaning 17820 clauses out of 35642 with flag 2002/689081
245.67/135.29	c cleaning 11911 clauses out of 23821 with flag 8001/695080
249.30/137.60	c cleaning 9447 clauses out of 18909 with flag 15000/702079
252.54/139.65	c cleaning 8723 clauses out of 17462 with flag 23000/710079
256.18/141.86	c cleaning 8869 clauses out of 17739 with flag 32000/719079
260.37/144.32	c cleaning 9428 clauses out of 18871 with flag 42001/729080
265.16/147.39	c cleaning 10219 clauses out of 20442 with flag 53000/740079
270.13/150.22	c cleaning 11111 clauses out of 22225 with flag 65002/752081
275.49/153.33	c cleaning 12055 clauses out of 24113 with flag 78001/765080
281.44/156.70	c cleaning 13024 clauses out of 26058 with flag 92001/779080
287.95/160.69	c cleaning 14013 clauses out of 28033 with flag 107000/794079
294.45/164.33	c cleaning 15007 clauses out of 30020 with flag 123000/810079
300.76/167.96	c cleaning 16005 clauses out of 32014 with flag 140001/827080
307.65/171.82	c cleaning 17003 clauses out of 34008 with flag 158000/845079
315.27/176.32	c cleaning 17993 clauses out of 36005 with flag 177000/864079
322.35/180.33	c cleaning 19006 clauses out of 38012 with flag 197000/884079
326.38/182.87	c cleaning 0 clauses out of 7551 with flag 0/7551
331.04/185.43	c cleaning 20000 clauses out of 40006 with flag 218000/905079
339.54/190.36	c cleaning 21003 clauses out of 42007 with flag 240001/927080
347.52/194.86	c cleaning 21998 clauses out of 44003 with flag 263000/950079
356.72/199.91	c cleaning 23002 clauses out of 46006 with flag 287001/974080
366.50/205.38	c cleaning 23998 clauses out of 48004 with flag 312001/999080
377.56/211.63	c cleaning 25003 clauses out of 50006 with flag 338001/1025080
388.30/217.59	c cleaning 26001 clauses out of 52002 with flag 365000/1052079
400.24/224.06	c cleaning 26997 clauses out of 54001 with flag 393000/1080079
411.50/230.29	c cleaning 28000 clauses out of 56004 with flag 422000/1109079
424.27/237.50	c cleaning 28998 clauses out of 58004 with flag 452000/1139079
436.71/244.21	c cleaning 29998 clauses out of 60007 with flag 483001/1170080
451.13/252.63	c cleaning 31000 clauses out of 62008 with flag 515000/1202079
466.11/260.70	c cleaning 32001 clauses out of 64009 with flag 548001/1235080
481.25/268.67	c cleaning 32997 clauses out of 66007 with flag 582000/1269079
494.93/275.92	c cleaning 34006 clauses out of 68011 with flag 617001/1304080
508.02/282.90	c cleaning 35001 clauses out of 70008 with flag 653004/1340083
521.94/290.64	c cleaning 35996 clauses out of 72004 with flag 690001/1377080
536.40/298.39	c cleaning 36999 clauses out of 74007 with flag 728000/1415079
552.64/306.93	c cleaning 38002 clauses out of 76009 with flag 767001/1454080
570.85/317.37	c cleaning 39001 clauses out of 78007 with flag 807001/1494080
587.23/326.04	c cleaning 39997 clauses out of 80008 with flag 848003/1535082
604.82/335.32	c cleaning 40998 clauses out of 82008 with flag 890000/1577079
622.61/344.72	c cleaning 41998 clauses out of 84010 with flag 933000/1620079
639.80/354.19	c cleaning 43000 clauses out of 86012 with flag 977000/1664079
658.65/364.09	c cleaning 44006 clauses out of 88012 with flag 1022000/1709079
678.21/374.38	c cleaning 44998 clauses out of 90007 with flag 1068001/1755080
696.76/384.15	c cleaning 46001 clauses out of 92009 with flag 1115001/1802080
717.31/395.29	c cleaning 47000 clauses out of 94008 with flag 1163001/1850080
738.59/406.32	c cleaning 47999 clauses out of 96007 with flag 1212000/1899079
758.92/417.04	c cleaning 49004 clauses out of 98009 with flag 1262001/1949080
779.62/427.96	c cleaning 49996 clauses out of 100004 with flag 1313000/2000079
800.21/439.15	c cleaning 51000 clauses out of 102008 with flag 1365000/2052079
820.86/450.00	c cleaning 52000 clauses out of 104008 with flag 1418000/2105079
842.62/461.45	c cleaning 53003 clauses out of 106009 with flag 1472001/2159080
865.73/473.53	c cleaning 54002 clauses out of 108005 with flag 1527000/2214079
890.29/486.71	c cleaning 55000 clauses out of 110003 with flag 1583000/2270079
914.81/499.52	c cleaning 55997 clauses out of 112003 with flag 1640000/2327079
939.45/512.41	c cleaning 57001 clauses out of 114007 with flag 1698001/2385080
962.88/524.71	c cleaning 57997 clauses out of 116006 with flag 1757001/2444080
988.32/538.45	c cleaning 59004 clauses out of 118008 with flag 1817000/2504079
1013.74/551.72	c cleaning 59999 clauses out of 120007 with flag 1878003/2565082
1024.67/557.81	c cleaning 0 clauses out of 13551 with flag 0/13551
1040.37/566.33	c cleaning 61001 clauses out of 122005 with flag 1940000/2627079
1066.34/580.37	c cleaning 61997 clauses out of 124005 with flag 2003001/2690080
1091.33/593.49	c cleaning 62997 clauses out of 126007 with flag 2067000/2754079
1117.90/607.36	c cleaning 64007 clauses out of 128013 with flag 2132003/2819082
1145.84/621.93	c cleaning 65001 clauses out of 130004 with flag 2198001/2885080
1174.96/637.55	c cleaning 65996 clauses out of 132003 with flag 2265001/2952080
1201.86/651.67	c cleaning 67000 clauses out of 134007 with flag 2333001/3020080
1230.97/666.84	c cleaning 68002 clauses out of 136006 with flag 2402000/3089079
1259.07/681.50	c cleaning 68996 clauses out of 138005 with flag 2472001/3159080
1287.08/696.69	c cleaning 69992 clauses out of 140008 with flag 2543000/3230079
1316.55/712.03	c cleaning 71004 clauses out of 142019 with flag 2615003/3302082
1346.04/727.46	c cleaning 72001 clauses out of 144013 with flag 2688001/3375080
1374.33/742.29	c cleaning 73002 clauses out of 146013 with flag 2762002/3449081
1406.01/759.27	c cleaning 74003 clauses out of 148009 with flag 2837000/3524079
1436.31/775.05	c cleaning 74995 clauses out of 150006 with flag 2913000/3600079
1468.37/791.80	c cleaning 75999 clauses out of 152011 with flag 2990000/3677079
1503.34/809.97	c cleaning 77002 clauses out of 154013 with flag 3068001/3755080
1537.78/828.38	c cleaning 77997 clauses out of 156010 with flag 3147000/3834079
1571.70/846.04	c cleaning 79004 clauses out of 158014 with flag 3227001/3914080
1604.83/863.30	c cleaning 80004 clauses out of 160010 with flag 3308001/3995080
1636.81/880.07	c cleaning 80999 clauses out of 162005 with flag 3390000/4077079
1669.89/897.75	c cleaning 81996 clauses out of 164007 with flag 3473001/4160080
1702.02/914.53	c cleaning 83004 clauses out of 166012 with flag 3557002/4244081
1736.08/932.37	c cleaning 83999 clauses out of 168007 with flag 3642001/4329080
1773.35/951.78	c cleaning 85004 clauses out of 170008 with flag 3728001/4415080
1799.94/966.32	c starts		: 52
1799.94/966.32	c conflicts		: 18431
1799.94/966.32	c decisions		: 78302
1799.94/966.32	c propagations		: 345818
1799.94/966.32	c inspects		: 480532789
1799.94/966.32	c shortcuts		: 0
1799.94/966.32	c learnt literals	: 0
1799.94/966.32	c learnt binary clauses	: 0
1799.94/966.32	c learnt ternary clauses	: 0
1799.94/966.32	c learnt constraints	: 18430
1799.94/966.32	c ignored constraints	: 0
1799.94/966.32	c root simplifications	: 0
1799.94/966.32	c removed literals (reason simplification)	: 0
1799.94/966.33	c reason swapping (by a shorter reason)	: 0
1799.94/966.33	c Calls to reduceDB	: 2
1799.94/966.33	c number of reductions to clauses (during analyze)	: 0
1799.94/966.33	c number of learned constraints concerned by reduction	: 0
1799.94/966.33	c number of learning phase by resolution	: 0
1799.94/966.33	c number of learning phase by cutting planes	: 0
1799.94/966.33	c speed (assignments/second)	: 358.1524108782355
1799.94/966.33	c non guided choices	0
1799.94/966.35	c learnt constraints type 
1799.94/966.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 427
1799.94/966.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18004
1799.94/966.35	c constraints type 
1799.94/966.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.94/966.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 473
1799.94/966.35	c 474 constraints processed.
1799.94/966.35	c constraints type 
1799.94/966.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.94/966.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 473
1799.94/966.35	c 474 constraints processed.
1799.94/966.35	s SATISFIABLE
1799.94/966.35	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 
1799.94/966.35	c objective function=219
1799.94/966.35	c Total wall clock time (in seconds): 966.224

Verifier Data

OK	219

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-3687574-1337872090/watcher-3687574-1337872090 -o /tmp/evaluation-result-3687574-1337872090/solver-3687574-1337872090 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687574-1337872090.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.65 1.89 0.75 4/197 23926
/proc/meminfo: memFree=27370068/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23926/stat : 23926 (java) D 23924 23926 23801 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253334592 9515008 183 33554432000 1073741824 1073778376 140736264568992 140736264560024 214369648309 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/23926/statm: 2323 183 140 9 0 71 0

[startup+0.0433749 s]
/proc/loadavg: 3.65 1.89 0.75 4/197 23926
/proc/meminfo: memFree=27370068/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 3037 0 1 0 1 0 0 0 20 0 13 0 253334592 9446973440 3223 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2306390 3223 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100229 s]
/proc/loadavg: 3.65 1.89 0.75 4/197 23926
/proc/meminfo: memFree=27370068/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 4294 0 1 0 8 1 0 0 20 0 18 0 253334592 9787813888 4973 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2389603 4974 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300195 s]
/proc/loadavg: 3.65 1.89 0.75 4/197 23926
/proc/meminfo: memFree=27370068/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 6791 0 1 0 45 4 0 0 20 0 19 0 253334592 10060460032 9297 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2456167 9297 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824668

[startup+0.700258 s]
/proc/loadavg: 3.65 1.89 0.75 4/197 23926
/proc/meminfo: memFree=27370068/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 6913 0 1 0 47 4 0 0 20 0 19 0 253334592 10060460032 9318 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2456167 9318 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824668

[startup+1.50086 s]
/proc/loadavg: 3.52 1.89 0.76 7/219 23951
/proc/meminfo: memFree=27317344/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 19386 0 1 0 306 9 0 0 20 0 22 0 253334592 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2456167 30450 2250 9 0 2446860 0
[pid=23926/tid=23928] ppid=23924 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/23926/task/23928/stat : 23928 (java) S 23924 23926 23801 0 -1 4202560 2513 0 1 0 21 2 0 0 20 0 22 0 253334593 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155726844920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23929] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23929/stat : 23929 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155570387240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23930] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23930/stat : 23930 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155569334440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23931] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23931/stat : 23931 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155568282152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23932] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23932/stat : 23932 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155567229352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23933] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23933/stat : 23933 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155566177064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23934] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23934/stat : 23934 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155565124264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23935] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23935/stat : 23935 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155564071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23936] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23936/stat : 23936 (java) S 23924 23926 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155563019176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23937] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23937/stat : 23937 (java) S 23924 23926 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253334595 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155550820584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23938] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23938/stat : 23938 (java) S 23924 23926 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155549766648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23939] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23939/stat : 23939 (java) S 23924 23926 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155548714248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23940] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23940/stat : 23940 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155547662736 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23941] ppid=23924 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/23926/task/23941/stat : 23941 (java) S 23924 23926 23801 0 -1 4202560 8007 0 0 0 65 2 0 0 20 0 22 0 253334598 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155546610360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23942] ppid=23924 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/23926/task/23942/stat : 23942 (java) S 23924 23926 23801 0 -1 4202560 7518 0 0 0 69 2 0 0 20 0 22 0 253334598 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155545557560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23943] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23943/stat : 23943 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155544505464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23944] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23944/stat : 23944 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155543452872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23948] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23948/stat : 23948 (java) S 23924 23926 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253334619 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155539239976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23949] ppid=23924 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/23926/task/23949/stat : 23949 (java) R 23924 23926 23801 0 -1 4202560 16 0 0 0 71 0 0 0 20 0 22 0 253334668 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155541343288 140155599294213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23950] ppid=23924 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/23926/task/23950/stat : 23950 (java) R 23924 23926 23801 0 -1 4202560 86 0 0 0 71 1 0 0 20 0 22 0 253334668 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155542397496 140155599377356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23951] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23951/stat : 23951 (java) S 23924 23926 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253334669 10060460032 30450 33554432000 1073741824 1073778376 140734018609584 140155540293288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 9824668

[startup+3.10082 s]
/proc/loadavg: 3.52 1.89 0.76 5/219 23954
/proc/meminfo: memFree=27206580/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9824668 CPUtime=6.36 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 24044 0 1 0 620 16 0 0 20 0 22 0 253334592 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2456167 55680 2278 9 0 2446860 0
[pid=23926/tid=23928] ppid=23924 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/23926/task/23928/stat : 23928 (java) S 23924 23926 23801 0 -1 4202560 2513 0 1 0 22 2 0 0 20 0 22 0 253334593 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155726844920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23929] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23929/stat : 23929 (java) R 23924 23926 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155570387240 214373020732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23930] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23930/stat : 23930 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155569334440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23931] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23931/stat : 23931 (java) R 23924 23926 23801 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155568282328 140155731019951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23932] ppid=23924 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23926/task/23932/stat : 23932 (java) R 23924 23926 23801 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155567229352 140155730601100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23933] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23933/stat : 23933 (java) S 23924 23926 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155566177064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23934] ppid=23924 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23926/task/23934/stat : 23934 (java) R 23924 23926 23801 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155565124264 140155733740812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23935] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23935/stat : 23935 (java) S 23924 23926 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155564071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23936] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23936/stat : 23936 (java) R 23924 23926 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253334594 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155563019176 140155729315537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23937] ppid=23924 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23926/task/23937/stat : 23937 (java) S 23924 23926 23801 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 253334595 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155550819464 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23938] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23938/stat : 23938 (java) S 23924 23926 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155549766648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23939] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23939/stat : 23939 (java) S 23924 23926 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155548714248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23940] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23940/stat : 23940 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155547662736 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23941] ppid=23924 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/23926/task/23941/stat : 23941 (java) S 23924 23926 23801 0 -1 4202560 12460 0 0 0 93 3 0 0 20 0 22 0 253334598 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155546610360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23942] ppid=23924 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/23926/task/23942/stat : 23942 (java) S 23924 23926 23801 0 -1 4202560 7551 0 0 0 88 2 0 0 20 0 22 0 253334598 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155545557560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23943] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23943/stat : 23943 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155544505464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23944] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23944/stat : 23944 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155543452872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23951] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23951/stat : 23951 (java) S 23924 23926 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253334669 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155540293288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23952] ppid=23924 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/23926/task/23952/stat : 23952 (java) S 23924 23926 23801 0 -1 4202560 6 0 0 0 123 0 0 0 20 0 22 0 253334769 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155541343352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23953] ppid=23924 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/23926/task/23953/stat : 23953 (java) S 23924 23926 23801 0 -1 4202560 55 0 0 0 123 0 0 0 20 0 22 0 253334769 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155542395816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23954] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23954/stat : 23954 (java) S 23924 23926 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253334769 10060460032 55680 33554432000 1073741824 1073778376 140734018609584 140155539239720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.52 1.89 0.76 5/219 23954
/proc/meminfo: memFree=27102072/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9824668 CPUtime=13 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 24259 0 1 0 1278 22 0 0 20 0 22 0 253334592 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2456167 75870 2278 9 0 2446860 0
[pid=23926/tid=23928] ppid=23924 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/23926/task/23928/stat : 23928 (java) S 23924 23926 23801 0 -1 4202560 2514 0 1 0 22 2 0 0 20 0 22 0 253334593 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155726844920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23929] ppid=23924 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23926/task/23929/stat : 23929 (java) S 23924 23926 23801 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155570387240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23930] ppid=23924 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23926/task/23930/stat : 23930 (java) S 23924 23926 23801 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155569334440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23931] ppid=23924 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23926/task/23931/stat : 23931 (java) S 23924 23926 23801 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155568282152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23932] ppid=23924 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23926/task/23932/stat : 23932 (java) S 23924 23926 23801 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155567229352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23933] ppid=23924 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/23926/task/23933/stat : 23933 (java) S 23924 23926 23801 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155566177064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23934] ppid=23924 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23926/task/23934/stat : 23934 (java) S 23924 23926 23801 0 -1 4202560 20 0 0 0 4 1 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155565124264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23935] ppid=23924 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23926/task/23935/stat : 23935 (java) S 23924 23926 23801 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155564071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23936] ppid=23924 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23926/task/23936/stat : 23936 (java) S 23924 23926 23801 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 22 0 253334594 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155563019176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23937] ppid=23924 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/23926/task/23937/stat : 23937 (java) S 23924 23926 23801 0 -1 4202560 117 0 0 0 33 1 0 0 20 0 22 0 253334595 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155550820584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23938] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23938/stat : 23938 (java) S 23924 23926 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155549766648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23939] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23939/stat : 23939 (java) S 23924 23926 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155548714248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23940] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23940/stat : 23940 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155547662736 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23941] ppid=23924 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/23926/task/23941/stat : 23941 (java) S 23924 23926 23801 0 -1 4202560 12477 0 0 0 111 3 0 0 20 0 22 0 253334598 10060460032 75870 33554432000 1073741824 1073778376 140734018609584 140155546610360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=23926/tid=23932] ppid=23924 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/23926/task/23932/stat : 23932 (java) S 23924 23926 23801 0 -1 4202560 486 0 0 0 254 14 0 0 20 0 22 0 253334594 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155567229352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23933] ppid=23924 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/23926/task/23933/stat : 23933 (java) S 23924 23926 23801 0 -1 4202560 558 0 0 0 254 18 0 0 20 0 22 0 253334594 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155566177064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23934] ppid=23924 vsize=9824668 CPUtime=2.92 cores=1,3,5,7
/proc/23926/task/23934/stat : 23934 (java) S 23924 23926 23801 0 -1 4202560 523 0 0 0 277 15 0 0 20 0 22 0 253334594 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155565124264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23935] ppid=23924 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/23926/task/23935/stat : 23935 (java) S 23924 23926 23801 0 -1 4202560 675 0 0 0 239 13 0 0 20 0 22 0 253334594 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155564071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23936] ppid=23924 vsize=9824668 CPUtime=2.92 cores=1,3,5,7
/proc/23926/task/23936/stat : 23936 (java) S 23924 23926 23801 0 -1 4202560 730 0 0 0 277 15 0 0 20 0 22 0 253334594 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155563019176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23937] ppid=23924 vsize=9824668 CPUtime=136.46 cores=1,3,5,7
/proc/23926/task/23937/stat : 23937 (java) S 23924 23926 23801 0 -1 4202560 2687 0 0 0 13625 21 0 0 20 0 22 0 253334595 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155550820584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23938] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23938/stat : 23938 (java) S 23924 23926 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155549766648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23939] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23939/stat : 23939 (java) S 23924 23926 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155548714248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23940] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23940/stat : 23940 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155547662736 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23941] ppid=23924 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/23926/task/23941/stat : 23941 (java) S 23924 23926 23801 0 -1 4202560 12498 0 0 0 121 3 0 0 20 0 22 0 253334598 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155546610360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23942] ppid=23924 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/23926/task/23942/stat : 23942 (java) S 23924 23926 23801 0 -1 4202560 7635 0 0 0 162 2 0 0 20 0 22 0 253334598 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155545557560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23943] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23943/stat : 23943 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155544505464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23944] ppid=23924 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/23926/task/23944/stat : 23944 (java) S 23924 23926 23801 0 -1 4202560 55 0 0 0 28 23 0 0 20 0 22 0 253334598 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155543452872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23951] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23951/stat : 23951 (java) S 23924 23926 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253334669 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155540293288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23971] ppid=23924 vsize=9824668 CPUtime=687.61 cores=1,3,5,7
/proc/23926/task/23971/stat : 23971 (java) R 23924 23926 23801 0 -1 4202560 37 0 0 0 68751 10 0 0 20 0 22 0 253347915 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155542397920 140155599294135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23972] ppid=23924 vsize=9824668 CPUtime=687.49 cores=1,3,5,7
/proc/23926/task/23972/stat : 23972 (java) R 23924 23926 23801 0 -1 4202560 645 0 0 0 68733 16 0 0 20 0 22 0 253347915 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155539237936 140155599472771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23973] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23973/stat : 23973 (java) S 23924 23926 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253347915 10060460032 747131 33554432000 1073741824 1073778376 140734018609584 140155541345192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1754.41
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+966.301 s]
/proc/loadavg: 3.93 3.85 2.76 5/219 24043
/proc/meminfo: memFree=25741016/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9824668 CPUtime=1799.94 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 32666 0 1 0 179782 212 0 0 20 0 22 0 253334592 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2456167 749694 2279 9 0 2446860 0
[pid=23926/tid=23928] ppid=23924 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/23926/task/23928/stat : 23928 (java) S 23924 23926 23801 0 -1 4202560 2620 0 1 0 26 4 0 0 20 0 22 0 253334593 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155726844920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23929] ppid=23924 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/23926/task/23929/stat : 23929 (java) S 23924 23926 23801 0 -1 4202560 641 0 0 0 251 18 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155570387240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23930] ppid=23924 vsize=9824668 CPUtime=2.93 cores=1,3,5,7
/proc/23926/task/23930/stat : 23930 (java) S 23924 23926 23801 0 -1 4202560 482 0 0 0 279 14 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155569334440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23931] ppid=23924 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/23926/task/23931/stat : 23931 (java) S 23924 23926 23801 0 -1 4202560 573 0 0 0 256 19 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155568282152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23932] ppid=23924 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/23926/task/23932/stat : 23932 (java) S 23924 23926 23801 0 -1 4202560 490 0 0 0 264 14 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155567229352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23933] ppid=23924 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/23926/task/23933/stat : 23933 (java) S 23924 23926 23801 0 -1 4202560 563 0 0 0 265 18 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155566177064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23934] ppid=23924 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/23926/task/23934/stat : 23934 (java) S 23924 23926 23801 0 -1 4202560 526 0 0 0 285 16 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155565124264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23935] ppid=23924 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/23926/task/23935/stat : 23935 (java) S 23924 23926 23801 0 -1 4202560 675 0 0 0 245 13 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155564071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23936] ppid=23924 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/23926/task/23936/stat : 23936 (java) S 23924 23926 23801 0 -1 4202560 731 0 0 0 284 15 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155563019176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23937] ppid=23924 vsize=9824668 CPUtime=139.3 cores=1,3,5,7
/proc/23926/task/23937/stat : 23937 (java) S 23924 23926 23801 0 -1 4202560 2711 0 0 0 13909 21 0 0 20 0 22 0 253334595 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155550820584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23938] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23938/stat : 23938 (java) S 23924 23926 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155549766648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23939] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23939/stat : 23939 (java) S 23924 23926 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155548714248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23940] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23940/stat : 23940 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155547662736 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23941] ppid=23924 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/23926/task/23941/stat : 23941 (java) S 23924 23926 23801 0 -1 4202560 12498 0 0 0 121 3 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155546610360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23942] ppid=23924 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/23926/task/23942/stat : 23942 (java) S 23924 23926 23801 0 -1 4202560 7635 0 0 0 162 2 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155545557560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23943] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23943/stat : 23943 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155544505464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23944] ppid=23924 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/23926/task/23944/stat : 23944 (java) S 23924 23926 23801 0 -1 4202560 57 0 0 0 29 23 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155543452872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23951] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23951/stat : 23951 (java) S 23924 23926 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253334669 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155540293288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23971] ppid=23924 vsize=9824668 CPUtime=708.53 cores=1,3,5,7
/proc/23926/task/23971/stat : 23971 (java) R 23924 23926 23801 0 -1 4202560 37 0 0 0 70843 10 0 0 20 0 22 0 253347915 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155542397096 140155599255466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23972] ppid=23924 vsize=9824668 CPUtime=708.4 cores=1,3,5,7
/proc/23926/task/23972/stat : 23972 (java) R 23924 23926 23801 0 -1 4202560 647 0 0 0 70824 16 0 0 20 0 22 0 253347915 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155539238008 140155599380054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23973] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23973/stat : 23973 (java) S 23924 23926 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253347915 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155541345192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.94
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

[startup+966.301 s]
/proc/loadavg: 3.93 3.85 2.76 5/219 24043
/proc/meminfo: memFree=25741016/32873844 swapFree=7616/7616
[pid=23926] ppid=23924 vsize=9824668 CPUtime=1799.94 cores=1,3,5,7
/proc/23926/stat : 23926 (java) S 23924 23926 23801 0 -1 4202496 32666 0 1 0 179782 212 0 0 20 0 22 0 253334592 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140734018600720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23926/statm: 2456167 749694 2279 9 0 2446860 0
[pid=23926/tid=23928] ppid=23924 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/23926/task/23928/stat : 23928 (java) S 23924 23926 23801 0 -1 4202560 2620 0 1 0 26 4 0 0 20 0 22 0 253334593 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155726844920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23929] ppid=23924 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/23926/task/23929/stat : 23929 (java) S 23924 23926 23801 0 -1 4202560 641 0 0 0 251 18 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155570387240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23930] ppid=23924 vsize=9824668 CPUtime=2.93 cores=1,3,5,7
/proc/23926/task/23930/stat : 23930 (java) S 23924 23926 23801 0 -1 4202560 482 0 0 0 279 14 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155569334440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23931] ppid=23924 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/23926/task/23931/stat : 23931 (java) S 23924 23926 23801 0 -1 4202560 573 0 0 0 256 19 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155568282152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23932] ppid=23924 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/23926/task/23932/stat : 23932 (java) S 23924 23926 23801 0 -1 4202560 490 0 0 0 264 14 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155567229352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23933] ppid=23924 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/23926/task/23933/stat : 23933 (java) S 23924 23926 23801 0 -1 4202560 563 0 0 0 265 18 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155566177064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23934] ppid=23924 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/23926/task/23934/stat : 23934 (java) S 23924 23926 23801 0 -1 4202560 526 0 0 0 285 16 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155565124264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23935] ppid=23924 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/23926/task/23935/stat : 23935 (java) S 23924 23926 23801 0 -1 4202560 675 0 0 0 245 13 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155564071976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23936] ppid=23924 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/23926/task/23936/stat : 23936 (java) S 23924 23926 23801 0 -1 4202560 731 0 0 0 284 15 0 0 20 0 22 0 253334594 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155563019176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23937] ppid=23924 vsize=9824668 CPUtime=139.3 cores=1,3,5,7
/proc/23926/task/23937/stat : 23937 (java) S 23924 23926 23801 0 -1 4202560 2711 0 0 0 13909 21 0 0 20 0 22 0 253334595 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155550820584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23938] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23938/stat : 23938 (java) S 23924 23926 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155549766648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23939] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23939/stat : 23939 (java) S 23924 23926 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253334596 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155548714248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23940] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23940/stat : 23940 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155547662736 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23941] ppid=23924 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/23926/task/23941/stat : 23941 (java) S 23924 23926 23801 0 -1 4202560 12498 0 0 0 121 3 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155546610360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23942] ppid=23924 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/23926/task/23942/stat : 23942 (java) S 23924 23926 23801 0 -1 4202560 7635 0 0 0 162 2 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155545557560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23943] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23943/stat : 23943 (java) S 23924 23926 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155544505464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23926/tid=23944] ppid=23924 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/23926/task/23944/stat : 23944 (java) S 23924 23926 23801 0 -1 4202560 57 0 0 0 29 23 0 0 20 0 22 0 253334598 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155543452872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23951] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23951/stat : 23951 (java) S 23924 23926 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253334669 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155540293288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23926/tid=23971] ppid=23924 vsize=9824668 CPUtime=708.53 cores=1,3,5,7
/proc/23926/task/23971/stat : 23971 (java) R 23924 23926 23801 0 -1 4202560 37 0 0 0 70843 10 0 0 20 0 22 0 253347915 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155542397096 140155599255466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23926/tid=23972] ppid=23924 vsize=9824668 CPUtime=708.4 cores=1,3,5,7
/proc/23926/task/23972/stat : 23972 (java) R 23924 23926 23801 0 -1 4202560 647 0 0 0 70824 16 0 0 20 0 22 0 253347915 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155539238008 140155599380054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23926/tid=23973] ppid=23924 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23926/task/23973/stat : 23973 (java) S 23924 23926 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253347915 10060460032 749694 33554432000 1073741824 1073778376 140734018609584 140155541345192 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.94
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23926 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=959276
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=512618
# CPU time returned by wait4() is 1796.47
# while last known CPU time is 1799.94
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.179993
#  lost CPU user time (s): 0.209991
#  lost CPU system time (s): -0.03

Real time (s): 966.37
CPU time (s): 1800.12
CPU user time (s): 1798.03
CPU system time (s): 2.09
CPU usage (%): 186.277
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 2.51262
maximum resident set size= 2998912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32702
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26996
involuntary context switches= 41830

runsolver used 3.85141 second user time and 9.34258 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 17:08:10
IDJOB=3687574
IDBENCH=1953
IDSOLVER=2268
FILE ID=node130/3687574-1337872090
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71672 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_11.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687574-1337872090/watcher-3687574-1337872090 -o /tmp/evaluation-result-3687574-1337872090/solver-3687574-1337872090 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687574-1337872090.opb

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=2138714882

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27371892 kB
Buffers:          192352 kB
Cached:          2120096 kB
SwapCached:            0 kB
Active:          2894324 kB
Inactive:        1826180 kB
Active(anon):    2410500 kB
Inactive(anon):        0 kB
Active(file):     483824 kB
Inactive(file):  1826180 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               216 kB
Writeback:             0 kB
AnonPages:       2421800 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             627148 kB
SReclaimable:      69316 kB
SUnreclaim:       557832 kB
KernelStack:        1624 kB
PageTables:         9204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2767616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2361344 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= 71656 MiB
End job on node130 at 2012-05-24 17:24:18