Trace number 3688708

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)-62 1800.08 957.641

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_3.opb
MD5SUM04b0fb885ddf05bea62d9eda618b3e5b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

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@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-3688708-1337879285.opb
0.09/0.12	c reading problem ... 
1.56/0.72	c ... done. Wall clock time 0.598s.
1.56/0.72	c declared #vars     500
1.56/0.72	c internal #vars     8361
1.56/0.72	c #constraints  16222
1.56/0.72	c constraints type 
1.56/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7861
1.56/0.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1.56/0.72	c ignored satisfied constraints => 500
1.56/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7861
1.56/0.72	c 16722 constraints processed.
1.56/0.72	c constraints type 
1.56/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7861
1.56/0.72	c ignored satisfied constraints => 500
1.56/0.72	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1.56/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7861
1.56/0.72	c 16722 constraints processed.
1.56/0.72	c objective function length is 500 literals
2.02/0.86	c  And the winner is solver0
2.87/1.22	c SATISFIABLE
2.87/1.22	c OPTIMIZING...
2.87/1.22	c Got one! Elapsed wall clock time (in seconds):1.1
2.87/1.22	o -51
3.22/1.35	c  And the winner is solver0
3.54/1.72	c Got one! Elapsed wall clock time (in seconds):1.603
3.54/1.72	o -52
3.54/1.76	c  And the winner is solver0
3.77/2.23	c Got one! Elapsed wall clock time (in seconds):2.105
3.77/2.23	o -53
4.03/2.39	c  And the winner is solver1
4.45/2.73	c Got one! Elapsed wall clock time (in seconds):2.607
4.45/2.73	o -54
4.62/2.85	c  And the winner is solver1
4.77/3.23	c Got one! Elapsed wall clock time (in seconds):3.109
4.77/3.23	o -55
5.40/3.50	c  And the winner is solver1
5.41/3.73	c Got one! Elapsed wall clock time (in seconds):3.61
5.41/3.73	o -56
6.46/4.22	c cleaning 3536 clauses out of 7071 with flag 3000/7071
6.81/4.42	c  And the winner is solver1
6.84/4.89	c Got one! Elapsed wall clock time (in seconds):4.765
6.84/4.89	o -57
7.74/5.34	c  And the winner is solver1
7.74/5.39	c Got one! Elapsed wall clock time (in seconds):5.266
7.74/5.39	o -58
8.27/5.69	c cleaning 4449 clauses out of 8897 with flag 2002/12433
9.58/6.35	c  And the winner is solver1
9.58/6.39	c Got one! Elapsed wall clock time (in seconds):6.267
9.58/6.39	o -59
10.33/6.71	c cleaning 5024 clauses out of 10055 with flag 2000/18040
12.51/7.80	c cleaning 5516 clauses out of 11031 with flag 8000/24040
14.73/9.01	c cleaning 6258 clauses out of 12516 with flag 15001/31041
17.57/10.57	c cleaning 7125 clauses out of 14259 with flag 23002/39042
21.52/12.53	c cleaning 8065 clauses out of 16132 with flag 32000/48040
25.77/14.71	c cleaning 9034 clauses out of 18067 with flag 42000/58040
30.64/17.39	c cleaning 10011 clauses out of 20035 with flag 53002/69042
36.79/20.55	c cleaning 11008 clauses out of 22024 with flag 65002/81042
41.53/23.04	c cleaning 12003 clauses out of 24015 with flag 78001/94041
46.77/25.80	c cleaning 13005 clauses out of 26012 with flag 92001/108041
52.25/28.88	c cleaning 14002 clauses out of 28006 with flag 107000/123040
59.31/32.53	c cleaning 14997 clauses out of 30004 with flag 123000/139040
63.13/34.62	c  And the winner is solver1
63.07/34.99	c Got one! Elapsed wall clock time (in seconds):34.868
63.07/34.99	o -60
65.08/36.01	c cleaning 14448 clauses out of 28906 with flag 5000/152939
67.10/37.30	c cleaning 10222 clauses out of 20459 with flag 11001/158940
69.80/38.94	c cleaning 8610 clauses out of 17237 with flag 18001/165940
72.17/40.35	c cleaning 8306 clauses out of 16626 with flag 26000/173939
74.96/41.91	c cleaning 8657 clauses out of 17321 with flag 35001/182940
77.93/43.69	c cleaning 9331 clauses out of 18664 with flag 45001/192940
82.25/46.17	c cleaning 10165 clauses out of 20333 with flag 56001/203940
86.41/48.47	c cleaning 11078 clauses out of 22168 with flag 68001/215940
91.15/51.06	c cleaning 12039 clauses out of 24089 with flag 81000/228939
96.39/53.84	c cleaning 13023 clauses out of 26050 with flag 95000/242939
102.43/57.30	c cleaning 14012 clauses out of 28027 with flag 110000/257939
109.73/61.10	c cleaning 15005 clauses out of 30015 with flag 126000/273939
117.07/65.09	c cleaning 15999 clauses out of 32010 with flag 143000/290939
125.34/69.46	c cleaning 17006 clauses out of 34012 with flag 161001/308940
134.66/74.52	c cleaning 17997 clauses out of 36006 with flag 180001/327940
144.99/80.46	c cleaning 19001 clauses out of 38009 with flag 200001/347940
155.37/85.81	c cleaning 20001 clauses out of 40010 with flag 221003/368942
165.21/91.28	c cleaning 21003 clauses out of 42006 with flag 243000/390939
174.79/96.37	c cleaning 21995 clauses out of 44004 with flag 266001/413940
183.57/101.02	c  And the winner is solver1
183.57/101.08	c Got one! Elapsed wall clock time (in seconds):100.956
183.57/101.08	o -61
186.02/102.47	c cleaning 25350 clauses out of 50712 with flag 5001/442643
189.43/104.49	c cleaning 15671 clauses out of 31362 with flag 11001/448643
192.53/106.60	c cleaning 11338 clauses out of 22690 with flag 18000/455642
195.67/108.40	c cleaning 9671 clauses out of 19354 with flag 26002/463644
198.82/110.36	c cleaning 9339 clauses out of 18684 with flag 35003/472645
202.58/112.59	c cleaning 9665 clauses out of 19342 with flag 45000/482642
207.10/115.30	c cleaning 10335 clauses out of 20677 with flag 56000/493642
211.42/117.81	c cleaning 11171 clauses out of 22342 with flag 68000/505642
212.19/118.52	c  And the winner is solver1
212.16/119.02	c Got one! Elapsed wall clock time (in seconds):118.894
212.16/119.02	o -62
213.32/119.69	c cleaning 8089 clauses out of 16194 with flag 5000/510665
215.65/121.16	c cleaning 7044 clauses out of 14106 with flag 11001/516666
218.67/123.22	c cleaning 7028 clauses out of 14063 with flag 18002/523667
221.39/124.96	c cleaning 7515 clauses out of 15035 with flag 26002/531667
224.66/126.96	c cleaning 8257 clauses out of 16518 with flag 35000/540665
228.36/129.18	c cleaning 9128 clauses out of 18262 with flag 45001/550666
233.61/132.31	c cleaning 10066 clauses out of 20133 with flag 56000/561665
238.54/135.11	c cleaning 11028 clauses out of 22068 with flag 68001/573666
243.25/137.81	c cleaning 12020 clauses out of 24042 with flag 81003/586668
248.90/141.02	c cleaning 13004 clauses out of 26019 with flag 95000/600665
256.05/145.27	c cleaning 14006 clauses out of 28017 with flag 110002/615667
262.92/149.04	c cleaning 14996 clauses out of 30009 with flag 126000/631665
270.75/153.34	c cleaning 16006 clauses out of 32013 with flag 143000/648665
279.18/157.97	c cleaning 16998 clauses out of 34007 with flag 161000/666665
288.86/163.46	c cleaning 18000 clauses out of 36012 with flag 180003/685668
299.04/168.92	c cleaning 19005 clauses out of 38010 with flag 200001/705666
309.02/174.37	c cleaning 20002 clauses out of 40004 with flag 221000/726665
311.19/175.88	c cleaning 0 clauses out of 6436 with flag 0/6437
320.80/181.32	c cleaning 20998 clauses out of 42002 with flag 243000/748665
331.35/187.05	c cleaning 21993 clauses out of 44005 with flag 266001/771666
342.65/193.19	c cleaning 23002 clauses out of 46011 with flag 290000/795665
354.37/199.45	c cleaning 23999 clauses out of 48009 with flag 315000/820665
369.84/207.82	c cleaning 25006 clauses out of 50011 with flag 341001/846666
384.47/215.60	c cleaning 26003 clauses out of 52006 with flag 368002/873667
401.43/224.41	c cleaning 26997 clauses out of 54001 with flag 396000/901665
420.98/234.62	c cleaning 28000 clauses out of 56004 with flag 425000/930665
440.64/245.30	c cleaning 28991 clauses out of 58005 with flag 455001/960666
457.99/254.37	c cleaning 30004 clauses out of 60015 with flag 486002/991667
481.16/267.14	c cleaning 31004 clauses out of 62010 with flag 518001/1023666
500.31/277.41	c cleaning 31996 clauses out of 64005 with flag 551000/1056665
517.79/286.65	c cleaning 33000 clauses out of 66011 with flag 585002/1090667
538.84/297.68	c cleaning 34000 clauses out of 68010 with flag 620001/1125666
555.01/306.28	c cleaning 35001 clauses out of 70010 with flag 656001/1161666
573.66/316.46	c cleaning 36000 clauses out of 72009 with flag 693001/1198666
592.71/326.45	c cleaning 36999 clauses out of 74009 with flag 731001/1236666
611.51/336.33	c cleaning 37999 clauses out of 76009 with flag 770000/1275665
629.42/345.86	c cleaning 39000 clauses out of 78010 with flag 810000/1315665
650.65/357.40	c cleaning 40000 clauses out of 80011 with flag 851001/1356666
671.94/368.51	c cleaning 41001 clauses out of 82013 with flag 893003/1398668
692.66/379.48	c cleaning 42005 clauses out of 84009 with flag 936000/1441665
715.01/391.11	c cleaning 42996 clauses out of 86004 with flag 980000/1485665
737.58/403.36	c cleaning 44003 clauses out of 88010 with flag 1025002/1530667
762.01/416.15	c cleaning 45000 clauses out of 90005 with flag 1071000/1576665
789.22/430.30	c cleaning 46001 clauses out of 92005 with flag 1118000/1623665
815.60/444.13	c cleaning 46995 clauses out of 94004 with flag 1166000/1671665
844.04/459.37	c cleaning 48004 clauses out of 96010 with flag 1215001/1720666
871.64/473.77	c cleaning 48997 clauses out of 98005 with flag 1265000/1770665
902.23/489.69	c cleaning 50004 clauses out of 100008 with flag 1316000/1821665
932.09/505.14	c cleaning 50998 clauses out of 102006 with flag 1368002/1873667
968.05/524.22	c cleaning 51997 clauses out of 104007 with flag 1421001/1926666
1003.24/542.46	c cleaning 53002 clauses out of 106010 with flag 1475001/1980666
1036.08/559.54	c cleaning 53996 clauses out of 108007 with flag 1530000/2035665
1073.00/578.62	c cleaning 55003 clauses out of 110012 with flag 1586001/2091666
1116.01/601.32	c cleaning 56002 clauses out of 112009 with flag 1643001/2148666
1158.26/623.16	c cleaning 57003 clauses out of 114007 with flag 1701001/2206666
1199.88/644.63	c cleaning 57996 clauses out of 116003 with flag 1760000/2265665
1248.54/669.69	c cleaning 59005 clauses out of 118010 with flag 1820003/2325668
1297.27/695.25	c cleaning 59999 clauses out of 120002 with flag 1881000/2386665
1319.99/707.33	c cleaning 0 clauses out of 12434 with flag 0/12435
1344.19/720.25	c cleaning 60996 clauses out of 122003 with flag 1943000/2448665
1394.09/745.99	c cleaning 61992 clauses out of 124007 with flag 2006000/2511665
1456.39/778.40	c cleaning 63000 clauses out of 126016 with flag 2070001/2575666
1523.84/812.79	c cleaning 64008 clauses out of 128015 with flag 2135000/2640665
1581.15/842.18	c cleaning 64998 clauses out of 130008 with flag 2201001/2706666
1626.64/867.49	c cleaning 65999 clauses out of 132010 with flag 2268001/2773666
1668.57/889.04	c cleaning 67001 clauses out of 134010 with flag 2336000/2841665
1720.07/915.58	c cleaning 68001 clauses out of 136009 with flag 2405000/2910665
1785.17/948.85	c cleaning 68999 clauses out of 138008 with flag 2475000/2980665
1799.78/957.61	c starts		: 53
1799.78/957.61	c conflicts		: 14228
1799.78/957.61	c decisions		: 21652
1799.78/957.61	c propagations		: 283941
1799.78/957.61	c inspects		: 666772254
1799.78/957.61	c shortcuts		: 0
1799.78/957.61	c learnt literals	: 0
1799.78/957.61	c learnt binary clauses	: 0
1799.78/957.61	c learnt ternary clauses	: 0
1799.78/957.61	c learnt constraints	: 14227
1799.78/957.61	c ignored constraints	: 0
1799.78/957.61	c root simplifications	: 0
1799.78/957.61	c removed literals (reason simplification)	: 0
1799.78/957.61	c reason swapping (by a shorter reason)	: 0
1799.78/957.61	c Calls to reduceDB	: 2
1799.78/957.61	c number of reductions to clauses (during analyze)	: 0
1799.78/957.61	c number of learned constraints concerned by reduction	: 0
1799.78/957.61	c number of learning phase by resolution	: 0
1799.78/957.61	c number of learning phase by cutting planes	: 0
1799.78/957.61	c speed (assignments/second)	: 297.20247147990483
1799.78/957.61	c non guided choices	0
1799.78/957.62	c learnt constraints type 
1799.78/957.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 577
1799.78/957.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13650
1799.78/957.62	c constraints type 
1799.78/957.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7861
1799.78/957.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1799.78/957.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.78/957.62	c ignored satisfied constraints => 500
1799.78/957.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7861
1799.78/957.62	c 16723 constraints processed.
1799.78/957.62	c constraints type 
1799.78/957.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7861
1799.78/957.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.78/957.62	c ignored satisfied constraints => 500
1799.78/957.62	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1799.78/957.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7861
1799.78/957.62	c 16723 constraints processed.
1799.78/957.62	s SATISFIABLE
1799.78/957.62	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 x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 x483 -x484 -x485 -x486 x487 -x488 x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 x497 x498 -x499 -x500 
1799.78/957.62	c objective function=-62
1799.78/957.62	c Total wall clock time (in seconds): 957.498

Verifier Data

OK	-62

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.79 3.91 3.87 4/197 26946
/proc/meminfo: memFree=26779380/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26946/stat : 26946 (java) D 26944 26946 24394 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254053023 9515008 182 33554432000 1073741824 1073778376 140735693895840 140735693886872 248790204085 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2323 182 140 9 0 71 0

[startup+0.0182121 s]
/proc/loadavg: 3.79 3.91 3.87 4/197 26946
/proc/meminfo: memFree=26779380/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=101532 CPUtime=0 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 1374 0 0 0 0 0 0 0 20 0 2 0 254053023 103968768 1056 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 25382 1058 809 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101532

[startup+0.10023 s]
/proc/loadavg: 3.79 3.91 3.87 4/197 26946
/proc/meminfo: memFree=26779380/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 4264 0 1 0 8 1 0 0 20 0 18 0 254053023 9787813888 5462 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2389603 5462 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300221 s]
/proc/loadavg: 3.79 3.91 3.87 4/197 26946
/proc/meminfo: memFree=26779380/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 6263 0 1 0 45 1 0 0 20 0 18 0 254053023 9787813888 8102 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2389603 8102 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700228 s]
/proc/loadavg: 3.79 3.91 3.87 4/197 26946
/proc/meminfo: memFree=26779380/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9558412 CPUtime=1.56 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 21932 0 1 0 151 5 0 0 20 0 18 0 254053023 9787813888 25726 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2389603 25726 2242 9 0 2380296 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 3.79 3.91 3.87 5/216 26968
/proc/meminfo: memFree=26665076/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9824668 CPUtime=3.54 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 30993 0 1 0 344 10 0 0 20 0 19 0 254053023 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2456167 32664 2263 9 0 2446860 0
[pid=26946/tid=26948] ppid=26944 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26946/task/26948/stat : 26948 (java) S 26944 26946 24394 0 -1 4202560 2486 0 1 0 67 2 0 0 20 0 19 0 254053024 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415620359160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26949] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26949/stat : 26949 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415581850408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26950] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26950/stat : 26950 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415580797608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26951] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26951/stat : 26951 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415579745320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26952] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26952/stat : 26952 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415578692520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26953] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26953/stat : 26953 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415577639208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26954] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26954/stat : 26954 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415576586408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26955] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26955/stat : 26955 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415575534120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26956] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26956/stat : 26956 (java) S 26944 26946 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415574481320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26957] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26957/stat : 26957 (java) S 26944 26946 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254053027 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415444425448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26958] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26958/stat : 26958 (java) S 26944 26946 24394 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254053027 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415443371512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26959] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26959/stat : 26959 (java) S 26944 26946 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254053027 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415442319112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26960] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26960/stat : 26960 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053029 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415441267600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26961] ppid=26944 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/26946/task/26961/stat : 26961 (java) S 26944 26946 24394 0 -1 4202560 15291 0 0 0 110 2 0 0 20 0 19 0 254053029 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415440214200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26962] ppid=26944 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/26946/task/26962/stat : 26962 (java) S 26944 26946 24394 0 -1 4202560 11895 0 0 0 110 3 0 0 20 0 19 0 254053029 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415439161400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26963] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26963/stat : 26963 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053029 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415438109304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26964] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26964/stat : 26964 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053030 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140415437056712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26967] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26967/stat : 26967 (java) S 26944 26946 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254053104 10060460032 32664 33554432000 1073741824 1073778376 140734549230320 140414292059816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9824668

[startup+3.10067 s]
/proc/loadavg: 3.79 3.91 3.87 3/216 26974
/proc/meminfo: memFree=26649972/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9824668 CPUtime=4.77 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 31049 0 1 0 460 17 0 0 20 0 19 0 254053023 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2456167 50586 2264 9 0 2446860 0
[pid=26946/tid=26948] ppid=26944 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26946/task/26948/stat : 26948 (java) S 26944 26946 24394 0 -1 4202560 2486 0 1 0 68 2 0 0 20 0 19 0 254053024 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415620359160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26949] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26949/stat : 26949 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415581850408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26950] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26950/stat : 26950 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415580797608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26951] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26951/stat : 26951 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415579745320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26952] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26952/stat : 26952 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415578692520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26953] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26953/stat : 26953 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415577639208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26954] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26954/stat : 26954 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415576586408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26955] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26955/stat : 26955 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415575534120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26956] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26956/stat : 26956 (java) S 26944 26946 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254053025 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415574481320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26957] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26957/stat : 26957 (java) S 26944 26946 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254053027 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415444425448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26958] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26958/stat : 26958 (java) S 26944 26946 24394 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254053027 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415443371512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26959] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26959/stat : 26959 (java) S 26944 26946 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254053027 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415442319112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26960] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26960/stat : 26960 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053029 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415441267600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26961] ppid=26944 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/26946/task/26961/stat : 26961 (java) S 26944 26946 24394 0 -1 4202560 15291 0 0 0 136 2 0 0 20 0 19 0 254053029 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415440214200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26962] ppid=26944 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/26946/task/26962/stat : 26962 (java) S 26944 26946 24394 0 -1 4202560 11896 0 0 0 139 3 0 0 20 0 19 0 254053029 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415439161400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26963] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26963/stat : 26963 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053029 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415438109304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26964] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26964/stat : 26964 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254053030 10060460032 50586 33554432000 1073741824 1073778376 140734549230320 140415437056712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 9824668

[startup+6.30073 s]
/proc/loadavg: 3.80 3.91 3.87 5/219 26992
/proc/meminfo: memFree=26493864/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9824668 CPUtime=9.58 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 32026 0 1 0 922 36 0 0 20 0 22 0 254053023 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2456167 86141 2289 9 0 2446860 0
[pid=26946/tid=26948] ppid=26944 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26946/task/26948/stat : 26948 (java) S 26944 26946 24394 0 -1 4202560 2487 0 1 0 68 2 0 0 20 0 22 0 254053024 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415620359160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26949] ppid=26944 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26946/task/26949/stat : 26949 (java) S 26944 26946 24394 0 -1 4202560 56 0 0 0 4 2 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415581850408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26950] ppid=26944 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26946/task/26950/stat : 26950 (java) S 26944 26946 24394 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415580797608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26951] ppid=26944 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26946/task/26951/stat : 26951 (java) S 26944 26946 24394 0 -1 4202560 255 0 0 0 5 2 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415579745320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26952] ppid=26944 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26946/task/26952/stat : 26952 (java) S 26944 26946 24394 0 -1 4202560 130 0 0 0 3 2 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415578692520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26953] ppid=26944 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26946/task/26953/stat : 26953 (java) S 26944 26946 24394 0 -1 4202560 70 0 0 0 2 2 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415577639208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26954] ppid=26944 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26946/task/26954/stat : 26954 (java) S 26944 26946 24394 0 -1 4202560 112 0 0 0 6 0 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415576586408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26955] ppid=26944 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26946/task/26955/stat : 26955 (java) S 26944 26946 24394 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415575534120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26956] ppid=26944 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26946/task/26956/stat : 26956 (java) S 26944 26946 24394 0 -1 4202560 52 0 0 0 2 1 0 0 20 0 22 0 254053025 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415574481320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26957] ppid=26944 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/26946/task/26957/stat : 26957 (java) S 26944 26946 24394 0 -1 4202560 121 0 0 0 25 2 0 0 20 0 22 0 254053027 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415444425448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26958] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26958/stat : 26958 (java) S 26944 26946 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415443371512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26959] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26959/stat : 26959 (java) S 26944 26946 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415442319112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26960] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26960/stat : 26960 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415441267600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26961] ppid=26944 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/26946/task/26961/stat : 26961 (java) S 26944 26946 24394 0 -1 4202560 15296 0 0 0 148 2 0 0 20 0 22 0 254053029 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415440214200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26962] ppid=26944 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/26946/task/26962/stat : 26962 (java) S 26944 26946 24394 0 -1 4202560 11898 0 0 0 150 3 0 0 20 0 22 0 254053029 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415439161400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26963] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26963/stat : 26963 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415438109304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26964] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26964/stat : 26964 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053030 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415437056712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26977] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26977/stat : 26977 (java) S 26944 26946 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254053247 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140414291006376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26990] ppid=26944 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26946/task/26990/stat : 26990 (java) R 26944 26946 24394 0 -1 4202560 4 0 0 0 72 0 0 0 20 0 22 0 254053562 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415434949448 140415450985511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26991] ppid=26944 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/26946/task/26991/stat : 26991 (java) R 26944 26946 24394 0 -1 4202560 3 0 0 0 71 0 0 0 20 0 22 0 254053562 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140415436002472 140415451076057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26992] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26992/stat : 26992 (java) S 26944 26946 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254053562 10060460032 86141 33554432000 1073741824 1073778376 140734549230320 140414292059688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=26946/tid=26952] ppid=26944 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/26946/task/26952/stat : 26952 (java) S 26944 26946 24394 0 -1 4202560 1026 0 0 0 294 18 0 0 20 0 22 0 254053025 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415578692520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26953] ppid=26944 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/26946/task/26953/stat : 26953 (java) S 26944 26946 24394 0 -1 4202560 1122 0 0 0 303 17 0 0 20 0 22 0 254053025 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415577639208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26954] ppid=26944 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/26946/task/26954/stat : 26954 (java) S 26944 26946 24394 0 -1 4202560 863 0 0 0 331 19 0 0 20 0 22 0 254053025 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415576586408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26955] ppid=26944 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/26946/task/26955/stat : 26955 (java) S 26944 26946 24394 0 -1 4202560 813 0 0 0 302 13 0 0 20 0 22 0 254053025 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415575534120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26956] ppid=26944 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/26946/task/26956/stat : 26956 (java) S 26944 26946 24394 0 -1 4202560 1179 0 0 0 301 19 0 0 20 0 22 0 254053025 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415574481320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26957] ppid=26944 vsize=9824668 CPUtime=115.94 cores=0,2,4,6
/proc/26946/task/26957/stat : 26957 (java) S 26944 26946 24394 0 -1 4202560 5652 0 0 0 11568 26 0 0 20 0 22 0 254053027 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415444425448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26958] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26958/stat : 26958 (java) S 26944 26946 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415443371512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26959] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26959/stat : 26959 (java) S 26944 26946 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415442319112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26960] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26960/stat : 26960 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415441267600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26961] ppid=26944 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/26946/task/26961/stat : 26961 (java) S 26944 26946 24394 0 -1 4202560 15306 0 0 0 177 2 0 0 20 0 22 0 254053029 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415440214200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26962] ppid=26944 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/26946/task/26962/stat : 26962 (java) S 26944 26946 24394 0 -1 4202560 11902 0 0 0 162 3 0 0 20 0 22 0 254053029 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415439161400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26963] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26963/stat : 26963 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415438109304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26964] ppid=26944 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26946/task/26964/stat : 26964 (java) S 26944 26946 24394 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 254053030 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415437056712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26977] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26977/stat : 26977 (java) S 26944 26946 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254053247 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140414291006376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=27005] ppid=26944 vsize=9824668 CPUtime=662.95 cores=0,2,4,6
/proc/26946/task/27005/stat : 27005 (java) R 26944 26946 24394 0 -1 4202560 35 0 0 0 66284 11 0 0 20 0 22 0 254064925 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415434946912 140415450985511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=27006] ppid=26944 vsize=9824668 CPUtime=662.85 cores=0,2,4,6
/proc/26946/task/27006/stat : 27006 (java) R 26944 26946 24394 0 -1 4202560 41 0 0 0 66275 10 0 0 20 0 22 0 254064925 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140414292057552 140415451114745 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=27007] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/27007/stat : 27007 (java) S 26944 26946 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254064925 10060460032 807950 33554432000 1073741824 1073778376 140734549230320 140415436002344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.16
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.94 3.87 3.82 6/219 27222
/proc/meminfo: memFree=23899152/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9824668 CPUtime=1772.17 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 46158 0 1 0 176994 223 0 0 20 0 22 0 254053023 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2456167 827780 2290 9 0 2446860 0
[pid=26946/tid=26948] ppid=26944 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/26946/task/26948/stat : 26948 (java) S 26944 26946 24394 0 -1 4202560 2573 0 1 0 71 3 0 0 20 0 22 0 254053024 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415620359160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26949] ppid=26944 vsize=9824668 CPUtime=3.29 cores=0,2,4,6
/proc/26946/task/26949/stat : 26949 (java) S 26944 26946 24394 0 -1 4202560 962 0 0 0 314 15 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415581850408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26950] ppid=26944 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/26946/task/26950/stat : 26950 (java) S 26944 26946 24394 0 -1 4202560 882 0 0 0 296 16 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415580797608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26951] ppid=26944 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/26946/task/26951/stat : 26951 (java) S 26944 26946 24394 0 -1 4202560 1227 0 0 0 328 15 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415579745320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26952] ppid=26944 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/26946/task/26952/stat : 26952 (java) S 26944 26946 24394 0 -1 4202560 1026 0 0 0 313 18 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415578692520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26953] ppid=26944 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26946/task/26953/stat : 26953 (java) S 26944 26946 24394 0 -1 4202560 1125 0 0 0 323 17 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415577639208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26954] ppid=26944 vsize=9824668 CPUtime=3.66 cores=0,2,4,6
/proc/26946/task/26954/stat : 26954 (java) S 26944 26946 24394 0 -1 4202560 925 0 0 0 347 19 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415576586408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26955] ppid=26944 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/26946/task/26955/stat : 26955 (java) S 26944 26946 24394 0 -1 4202560 985 0 0 0 322 14 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415575534120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26956] ppid=26944 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/26946/task/26956/stat : 26956 (java) S 26944 26946 24394 0 -1 4202560 1179 0 0 0 319 19 0 0 20 0 22 0 254053025 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415574481320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26957] ppid=26944 vsize=9824668 CPUtime=119.64 cores=0,2,4,6
/proc/26946/task/26957/stat : 26957 (java) S 26944 26946 24394 0 -1 4202560 5757 0 0 0 11936 28 0 0 20 0 22 0 254053027 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415444425448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26958] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26958/stat : 26958 (java) S 26944 26946 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415443371512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26959] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26959/stat : 26959 (java) S 26944 26946 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415442319112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26960] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26960/stat : 26960 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415441267600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26961] ppid=26944 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/26946/task/26961/stat : 26961 (java) S 26944 26946 24394 0 -1 4202560 15306 0 0 0 177 2 0 0 20 0 22 0 254053029 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415440214200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26962] ppid=26944 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/26946/task/26962/stat : 26962 (java) S 26944 26946 24394 0 -1 4202560 11902 0 0 0 162 3 0 0 20 0 22 0 254053029 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415439161400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26963] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26963/stat : 26963 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415438109304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26964] ppid=26944 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/26946/task/26964/stat : 26964 (java) S 26944 26946 24394 0 -1 4202560 55 0 0 0 15 18 0 0 20 0 22 0 254053030 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415437056712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26977] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26977/stat : 26977 (java) S 26944 26946 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254053247 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140414291006376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=27005] ppid=26944 vsize=9824668 CPUtime=718.72 cores=0,2,4,6
/proc/26946/task/27005/stat : 27005 (java) R 26944 26946 24394 0 -1 4202560 36 0 0 0 71861 11 0 0 20 0 22 0 254064925 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415434946832 140415451094369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=27006] ppid=26944 vsize=9824668 CPUtime=718.6 cores=0,2,4,6
/proc/26946/task/27006/stat : 27006 (java) R 26944 26946 24394 0 -1 4202560 42 0 0 0 71849 11 0 0 20 0 22 0 254064925 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140414292057392 140415451075967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=27007] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/27007/stat : 27007 (java) S 26944 26946 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254064925 10060460032 827780 33554432000 1073741824 1073778376 140734549230320 140415436002344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.17
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+957.601 s]
/proc/loadavg: 3.95 3.88 3.83 5/219 27222
/proc/meminfo: memFree=23820772/32873844 swapFree=6080/6080
[pid=26946] ppid=26944 vsize=9824668 CPUtime=1799.78 cores=0,2,4,6
/proc/26946/stat : 26946 (java) S 26944 26946 24394 0 -1 4202496 46183 0 1 0 179754 224 0 0 20 0 22 0 254053023 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140734549221456 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26946/statm: 2456167 827778 2290 9 0 2446860 0
[pid=26946/tid=26948] ppid=26944 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/26946/task/26948/stat : 26948 (java) S 26944 26946 24394 0 -1 4202560 2574 0 1 0 71 3 0 0 20 0 22 0 254053024 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415620359160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26949] ppid=26944 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/26946/task/26949/stat : 26949 (java) S 26944 26946 24394 0 -1 4202560 962 0 0 0 318 15 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415581850408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26950] ppid=26944 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/26946/task/26950/stat : 26950 (java) S 26944 26946 24394 0 -1 4202560 882 0 0 0 298 16 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415580797608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26951] ppid=26944 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/26946/task/26951/stat : 26951 (java) S 26944 26946 24394 0 -1 4202560 1227 0 0 0 330 15 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415579745320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26952] ppid=26944 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/26946/task/26952/stat : 26952 (java) S 26944 26946 24394 0 -1 4202560 1026 0 0 0 320 18 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415578692520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26953] ppid=26944 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/26946/task/26953/stat : 26953 (java) S 26944 26946 24394 0 -1 4202560 1125 0 0 0 325 17 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415577639208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26954] ppid=26944 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/26946/task/26954/stat : 26954 (java) S 26944 26946 24394 0 -1 4202560 925 0 0 0 348 20 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415576586408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26955] ppid=26944 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/26946/task/26955/stat : 26955 (java) S 26944 26946 24394 0 -1 4202560 985 0 0 0 329 14 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415575534120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26956] ppid=26944 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/26946/task/26956/stat : 26956 (java) S 26944 26946 24394 0 -1 4202560 1179 0 0 0 323 19 0 0 20 0 22 0 254053025 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415574481320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26957] ppid=26944 vsize=9824668 CPUtime=122.78 cores=0,2,4,6
/proc/26946/task/26957/stat : 26957 (java) S 26944 26946 24394 0 -1 4202560 5781 0 0 0 12250 28 0 0 20 0 22 0 254053027 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415444425448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26958] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26958/stat : 26958 (java) S 26944 26946 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415443371512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26946/tid=26959] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26959/stat : 26959 (java) S 26944 26946 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254053027 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415442319112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26960] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26960/stat : 26960 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415441267600 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26961] ppid=26944 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/26946/task/26961/stat : 26961 (java) S 26944 26946 24394 0 -1 4202560 15306 0 0 0 177 2 0 0 20 0 22 0 254053029 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415440214200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26962] ppid=26944 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/26946/task/26962/stat : 26962 (java) S 26944 26946 24394 0 -1 4202560 11902 0 0 0 162 3 0 0 20 0 22 0 254053029 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415439161400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26946/tid=26963] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26963/stat : 26963 (java) S 26944 26946 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254053029 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415438109304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=26964] ppid=26944 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/26946/task/26964/stat : 26964 (java) S 26944 26946 24394 0 -1 4202560 55 0 0 0 15 19 0 0 20 0 22 0 254053030 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415437056712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=26977] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/26977/stat : 26977 (java) S 26944 26946 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254053247 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140414291006376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=27005] ppid=26944 vsize=9824668 CPUtime=730.77 cores=0,2,4,6
/proc/26946/task/27005/stat : 27005 (java) R 26944 26946 24394 0 -1 4202560 36 0 0 0 73065 12 0 0 20 0 22 0 254064925 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415434948704 140415450985511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26946/tid=27006] ppid=26944 vsize=9824668 CPUtime=730.65 cores=0,2,4,6
/proc/26946/task/27006/stat : 27006 (java) R 26944 26946 24394 0 -1 4202560 42 0 0 0 73053 12 0 0 20 0 22 0 254064925 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140414292056720 140415451075875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26946/tid=27007] ppid=26944 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26946/task/27007/stat : 27007 (java) S 26944 26946 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254064925 10060460032 827778 33554432000 1073741824 1073778376 140734549230320 140415436002344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.78
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26946 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=458352
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=621601
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1799.78
#
# 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.300018
#  lost CPU user time (s): 0.340004
#  lost CPU system time (s): -0.04

Real time (s): 957.641
CPU time (s): 1800.08
CPU user time (s): 1797.88
CPU system time (s): 2.2
CPU usage (%): 187.97
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.46
system time used= 2.6216
maximum resident set size= 3311224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46212
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27596
involuntary context switches= 45826

runsolver used 3.52346 second user time and 8.45072 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 19:08:05
IDJOB=3688708
IDBENCH=48215
IDSOLVER=2268
FILE ID=node139/3688708-1337879285
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688708-1337879285/watcher-3688708-1337879285 -o /tmp/evaluation-result-3688708-1337879285/solver-3688708-1337879285 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688708-1337879285.opb

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

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=587776622

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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:        26779380 kB
Buffers:          221344 kB
Cached:          2770680 kB
SwapCached:            0 kB
Active:          2780736 kB
Inactive:        2515804 kB
Active(anon):    2296240 kB
Inactive(anon):    11120 kB
Active(file):     484496 kB
Inactive(file):  2504684 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:       2311124 kB
Mapped:            22504 kB
Shmem:               200 kB
Slab:             652812 kB
SReclaimable:      95452 kB
SUnreclaim:       557360 kB
KernelStack:        1624 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2688108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 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= 71684 MiB
End job on node139 at 2012-05-24 19:24:04