Trace number 3687842

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)6 1800.07 913.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
MD5SUM7acfcd4d612717a490c27c9a55b3f455
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.032994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables411
Total number of constraints477
Number of constraints which are clauses387
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 411
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1129
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1129
Number of bits of the biggest sum of numbers11
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687842-1337873948.opb
0.10/0.11	c reading problem ... 
0.25/0.20	c ... done. Wall clock time 0.094s.
0.25/0.20	c declared #vars     411
0.25/0.20	c #constraints  477
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.25/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
0.25/0.20	c ignored satisfied constraints => 1
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 381
0.25/0.20	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.25/0.20	c 478 constraints processed.
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 381
0.25/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.25/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
0.25/0.20	c ignored satisfied constraints => 1
0.25/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.25/0.20	c 478 constraints processed.
0.25/0.20	c objective function length is 411 literals
0.25/0.22	c  And the winner is solver0
0.28/0.71	c SATISFIABLE
0.28/0.71	c OPTIMIZING...
0.28/0.71	c Got one! Elapsed wall clock time (in seconds):0.596
0.28/0.71	o 8
0.60/0.86	c  And the winner is solver1
1.31/1.21	c Got one! Elapsed wall clock time (in seconds):1.104
1.31/1.21	o 7
1.31/1.25	c  And the winner is solver1
1.45/1.72	c Got one! Elapsed wall clock time (in seconds):1.607
1.45/1.72	o 6
2.49/2.06	c cleaning 2845 clauses out of 5690 with flag 5000/5690
3.40/2.42	c cleaning 4423 clauses out of 8846 with flag 11001/11691
4.18/2.84	c cleaning 5706 clauses out of 11422 with flag 18000/18690
4.96/3.29	c cleaning 6858 clauses out of 13717 with flag 26001/26691
6.16/3.82	c cleaning 7926 clauses out of 15858 with flag 35000/35690
7.36/4.44	c cleaning 8962 clauses out of 17932 with flag 45000/45690
8.54/5.08	c cleaning 9980 clauses out of 19970 with flag 56000/56690
9.89/5.75	c cleaning 10993 clauses out of 21990 with flag 68000/68690
11.44/6.55	c cleaning 11999 clauses out of 23997 with flag 81000/81690
13.18/7.40	c cleaning 12999 clauses out of 25998 with flag 95000/95690
14.73/8.24	c cleaning 13990 clauses out of 27999 with flag 110000/110690
16.48/9.17	c cleaning 15005 clauses out of 30010 with flag 126001/126691
18.40/10.17	c cleaning 16001 clauses out of 32004 with flag 143000/143690
20.54/11.21	c cleaning 16999 clauses out of 34006 with flag 161003/161693
22.87/12.40	c cleaning 18003 clauses out of 36005 with flag 180001/180691
24.99/13.57	c cleaning 19001 clauses out of 38001 with flag 200000/200690
27.91/15.09	c cleaning 19999 clauses out of 40000 with flag 221000/221690
31.05/16.65	c cleaning 20998 clauses out of 42004 with flag 243003/243693
34.21/18.21	c cleaning 22000 clauses out of 44003 with flag 266000/266690
36.92/19.63	c cleaning 22992 clauses out of 46004 with flag 290001/290691
40.02/21.23	c cleaning 24002 clauses out of 48012 with flag 315001/315691
43.13/22.87	c cleaning 25003 clauses out of 50010 with flag 341001/341691
46.26/24.50	c cleaning 25995 clauses out of 52006 with flag 368000/368690
49.57/26.18	c cleaning 27001 clauses out of 54011 with flag 396000/396690
53.43/28.15	c cleaning 28001 clauses out of 56010 with flag 425000/425690
57.14/30.03	c cleaning 28997 clauses out of 58010 with flag 455001/455691
60.89/31.97	c cleaning 30000 clauses out of 60012 with flag 486000/486690
64.77/33.92	c cleaning 30996 clauses out of 62012 with flag 518000/518690
69.01/36.11	c cleaning 32008 clauses out of 64017 with flag 551001/551691
73.31/38.31	c cleaning 32999 clauses out of 66008 with flag 585000/585690
77.60/40.51	c cleaning 34004 clauses out of 68009 with flag 620000/620690
82.31/42.94	c cleaning 35000 clauses out of 70005 with flag 656000/656690
88.33/46.04	c cleaning 36001 clauses out of 72005 with flag 693000/693690
94.43/49.16	c cleaning 36995 clauses out of 74004 with flag 731000/731690
101.35/52.67	c cleaning 37993 clauses out of 76009 with flag 770000/770690
108.67/56.37	c cleaning 39008 clauses out of 78018 with flag 810002/810692
114.57/59.34	c cleaning 39995 clauses out of 80008 with flag 851000/851690
120.84/62.50	c cleaning 40997 clauses out of 82013 with flag 893000/893690
127.17/65.74	c cleaning 42002 clauses out of 84016 with flag 936000/936690
133.44/68.92	c cleaning 42999 clauses out of 86014 with flag 980000/980690
140.45/72.51	c cleaning 44009 clauses out of 88018 with flag 1025003/1025693
147.71/76.20	c cleaning 44997 clauses out of 90008 with flag 1071002/1071692
155.83/80.35	c cleaning 45994 clauses out of 92010 with flag 1118001/1118691
164.11/84.51	c cleaning 47008 clauses out of 94016 with flag 1166001/1166691
171.10/88.19	c cleaning 47991 clauses out of 96007 with flag 1215000/1215690
178.96/92.16	c cleaning 48997 clauses out of 98016 with flag 1265000/1265690
187.10/96.26	c cleaning 50007 clauses out of 100020 with flag 1316001/1316691
194.59/100.08	c cleaning 51008 clauses out of 102015 with flag 1368003/1368693
202.92/104.38	c cleaning 51998 clauses out of 104004 with flag 1421000/1421690
211.42/108.63	c cleaning 53003 clauses out of 106006 with flag 1475000/1475690
219.04/112.50	c cleaning 54002 clauses out of 108003 with flag 1530000/1530690
228.34/117.28	c cleaning 55001 clauses out of 110001 with flag 1586000/1586690
238.67/122.58	c cleaning 55995 clauses out of 112000 with flag 1643000/1643690
249.32/127.97	c cleaning 56999 clauses out of 114005 with flag 1701000/1701690
260.72/133.79	c cleaning 57999 clauses out of 116006 with flag 1760000/1760690
270.39/138.66	c cleaning 58993 clauses out of 118007 with flag 1820000/1820690
279.51/143.36	c cleaning 59996 clauses out of 120016 with flag 1881002/1881692
290.76/149.06	c cleaning 60999 clauses out of 122018 with flag 1943000/1943690
300.41/153.93	c cleaning 62004 clauses out of 124019 with flag 2006000/2006690
311.27/159.47	c cleaning 63007 clauses out of 126015 with flag 2070000/2070690
324.38/166.16	c cleaning 63998 clauses out of 128008 with flag 2135000/2135690
337.63/172.80	c cleaning 65006 clauses out of 130011 with flag 2201001/2201691
351.68/179.95	c cleaning 65996 clauses out of 132004 with flag 2268000/2268690
364.71/186.55	c cleaning 66999 clauses out of 134009 with flag 2336001/2336691
379.25/193.98	c cleaning 68005 clauses out of 136009 with flag 2405000/2405690
393.29/201.00	c cleaning 68997 clauses out of 138005 with flag 2475001/2475691
406.32/207.65	c cleaning 70000 clauses out of 140008 with flag 2546001/2546691
421.14/215.18	c cleaning 70995 clauses out of 142007 with flag 2618000/2618690
437.60/223.55	c cleaning 72002 clauses out of 144012 with flag 2691000/2691690
453.87/231.79	c cleaning 73000 clauses out of 146011 with flag 2765001/2765691
470.64/240.16	c cleaning 74006 clauses out of 148011 with flag 2840001/2840691
488.47/249.14	c cleaning 74993 clauses out of 150004 with flag 2916000/2916690
505.75/257.90	c cleaning 76006 clauses out of 152011 with flag 2993000/2993690
522.93/266.67	c cleaning 76998 clauses out of 154005 with flag 3071000/3071690
541.95/276.27	c cleaning 77996 clauses out of 156007 with flag 3150000/3150690
557.09/283.99	c cleaning 78995 clauses out of 158011 with flag 3230000/3230690
574.53/292.82	c cleaning 79997 clauses out of 160016 with flag 3311000/3311690
592.17/301.70	c cleaning 80995 clauses out of 162019 with flag 3393000/3393690
607.75/309.60	c cleaning 82010 clauses out of 164024 with flag 3476000/3476690
624.52/318.17	c cleaning 83002 clauses out of 166015 with flag 3560001/3560691
645.14/328.63	c cleaning 83996 clauses out of 168012 with flag 3645000/3645690
664.55/338.46	c cleaning 85009 clauses out of 170017 with flag 3731001/3731691
684.36/348.49	c cleaning 86002 clauses out of 172007 with flag 3818000/3818690
701.51/357.13	c cleaning 86993 clauses out of 174005 with flag 3906000/3906690
720.16/366.64	c cleaning 88001 clauses out of 176012 with flag 3995000/3995690
740.36/376.89	c cleaning 89003 clauses out of 178011 with flag 4085000/4085690
763.93/388.74	c cleaning 90001 clauses out of 180008 with flag 4176000/4176690
786.69/400.22	c cleaning 91004 clauses out of 182007 with flag 4268000/4268690
811.75/412.97	c cleaning 91998 clauses out of 184004 with flag 4361001/4361691
836.97/425.63	c cleaning 93000 clauses out of 186008 with flag 4455003/4455693
855.76/435.13	c cleaning 93997 clauses out of 188006 with flag 4550001/4550691
875.34/445.02	c cleaning 94988 clauses out of 190008 with flag 4646000/4646690
895.87/455.56	c cleaning 96010 clauses out of 192020 with flag 4743000/4743690
916.28/465.82	c cleaning 96998 clauses out of 194010 with flag 4841000/4841690
938.10/476.82	c cleaning 98002 clauses out of 196012 with flag 4940000/4940690
961.10/488.45	c cleaning 99000 clauses out of 198010 with flag 5040000/5040690
984.20/500.29	c cleaning 100000 clauses out of 200015 with flag 5141005/5141695
1008.39/512.60	c cleaning 100998 clauses out of 202010 with flag 5243000/5243690
1034.00/525.55	c cleaning 101989 clauses out of 204012 with flag 5346000/5346690
1061.37/539.42	c cleaning 103008 clauses out of 206023 with flag 5450000/5450690
1090.71/554.11	c cleaning 103989 clauses out of 208015 with flag 5555000/5555690
1121.35/569.56	c cleaning 104998 clauses out of 210026 with flag 5661000/5661690
1154.66/586.21	c cleaning 106004 clauses out of 212031 with flag 5768003/5768693
1184.64/601.43	c cleaning 106994 clauses out of 214025 with flag 5876001/5876691
1215.83/617.18	c cleaning 108006 clauses out of 216030 with flag 5985000/5985690
1248.02/633.30	c cleaning 109007 clauses out of 218024 with flag 6095000/6095690
1280.45/649.60	c cleaning 110004 clauses out of 220019 with flag 6206002/6206692
1309.89/664.64	c cleaning 110996 clauses out of 222014 with flag 6318001/6318691
1337.03/678.32	c cleaning 111992 clauses out of 224019 with flag 6431002/6431692
1367.14/693.57	c cleaning 113006 clauses out of 226025 with flag 6545000/6545690
1395.03/707.65	c cleaning 113994 clauses out of 228019 with flag 6660000/6660690
1427.08/723.99	c cleaning 115011 clauses out of 230027 with flag 6776002/6776692
1458.39/739.78	c cleaning 116006 clauses out of 232018 with flag 6893004/6893694
1489.14/755.23	c cleaning 117003 clauses out of 234011 with flag 7011003/7011693
1520.69/771.19	c cleaning 118003 clauses out of 236006 with flag 7130001/7130691
1551.94/787.00	c cleaning 118990 clauses out of 238002 with flag 7250000/7250690
1585.51/803.90	c cleaning 120004 clauses out of 240013 with flag 7371001/7371691
1614.48/818.57	c cleaning 120999 clauses out of 242008 with flag 7493000/7493690
1644.14/833.56	c cleaning 121997 clauses out of 244009 with flag 7616000/7616690
1677.47/850.53	c cleaning 122995 clauses out of 246012 with flag 7740000/7740690
1706.88/865.40	c cleaning 124000 clauses out of 248019 with flag 7865002/7865692
1737.52/880.99	c cleaning 125001 clauses out of 250017 with flag 7991000/7991690
1768.68/896.80	c cleaning 126008 clauses out of 252017 with flag 8118001/8118691
1794.10/909.83	c cleaning 126997 clauses out of 254008 with flag 8246000/8246690
1800.07/913.02	c starts		: 4
1800.07/913.02	c conflicts		: 4432
1800.07/913.02	c decisions		: 336724
1800.07/913.02	c propagations		: 1091104
1800.07/913.02	c inspects		: 883516236
1800.07/913.02	c shortcuts		: 0
1800.07/913.02	c learnt literals	: 0
1800.07/913.02	c learnt binary clauses	: 0
1800.07/913.02	c learnt ternary clauses	: 0
1800.07/913.02	c learnt constraints	: 4432
1800.07/913.02	c ignored constraints	: 0
1800.07/913.02	c root simplifications	: 0
1800.07/913.02	c removed literals (reason simplification)	: 0
1800.07/913.02	c reason swapping (by a shorter reason)	: 0
1800.07/913.02	c Calls to reduceDB	: 0
1800.07/913.02	c number of reductions to clauses (during analyze)	: 0
1800.07/913.02	c number of learned constraints concerned by reduction	: 0
1800.07/913.02	c number of learning phase by resolution	: 0
1800.07/913.02	c number of learning phase by cutting planes	: 0
1800.07/913.02	c speed (assignments/second)	: 1196.0004121478382
1800.07/913.02	c non guided choices	0
1800.07/913.02	c learnt constraints type 
1800.07/913.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4432
1800.07/913.02	c constraints type 
1800.07/913.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
1800.07/913.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
1800.07/913.02	c ignored satisfied constraints => 1
1800.07/913.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 381
1800.07/913.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/913.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.07/913.02	c 479 constraints processed.
1800.07/913.02	c constraints type 
1800.07/913.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 381
1800.07/913.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
1800.07/913.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
1800.07/913.02	c ignored satisfied constraints => 1
1800.07/913.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/913.02	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.07/913.02	c 479 constraints processed.
1800.07/913.02	s SATISFIABLE
1800.07/913.02	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 
1800.07/913.02	c objective function=6
1800.07/913.02	c Total wall clock time (in seconds): 912.911

Verifier Data

OK	6

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-3687842-1337873948/watcher-3687842-1337873948 -o /tmp/evaluation-result-3687842-1337873948/solver-3687842-1337873948 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687842-1337873948.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.31 3.46 3.11 3/197 22177
/proc/meminfo: memFree=28912876/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 1272 0 0 0 0 0 0 0 20 0 2 0 253520476 98570240 973 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 24065 977 743 9 0 16771 0
[pid=22177/tid=22178] ppid=22175 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) R 22175 22177 21231 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 253520476 98570240 977 33554432000 1073741824 1073778376 140736104757088 140243800837672 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0350679 s]
/proc/loadavg: 3.31 3.46 3.11 3/197 22177
/proc/meminfo: memFree=28912876/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 3013 0 1 0 2 0 0 0 20 0 13 0 253520476 9446973440 3710 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2306390 3710 1692 9 0 2297091 0
[pid=22177/tid=22178] ppid=22175 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) R 22175 22177 21231 0 -1 4202560 1831 0 1 0 1 0 0 0 20 0 13 0 253520476 9446973440 3710 33554432000 1073741824 1073778376 140736104757088 140243800838384 140243804856465 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100326 s]
/proc/loadavg: 3.31 3.46 3.11 3/197 22177
/proc/meminfo: memFree=28912876/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 4389 0 1 0 9 1 0 0 20 0 18 0 253520476 9787813888 6094 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2389603 6094 2109 9 0 2380296 0
[pid=22177/tid=22178] ppid=22175 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) R 22175 22177 21231 0 -1 4202560 2432 0 1 0 7 0 0 0 20 0 18 0 253520476 9787813888 6094 33554432000 1073741824 1073778376 140736104757088 140243800841136 272889865485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300286 s]
/proc/loadavg: 3.31 3.46 3.11 3/197 22177
/proc/meminfo: memFree=28912876/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 4753 0 1 0 26 2 0 0 20 0 19 0 253520476 10060460032 7371 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2456167 7371 2215 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2456 0 1 0 17 1 0 0 20 0 19 0 253520476 10060460032 7371 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824668

[startup+0.700285 s]
/proc/loadavg: 3.31 3.46 3.11 3/197 22177
/proc/meminfo: memFree=28912876/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 4753 0 1 0 26 2 0 0 20 0 19 0 253520476 10060460032 7371 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2456167 7371 2215 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2456 0 1 0 17 1 0 0 20 0 19 0 253520476 10060460032 7371 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 3.31 3.46 3.11 4/216 22202
/proc/meminfo: memFree=28755056/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 17243 0 1 0 136 9 0 0 20 0 19 0 253520476 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2456167 19762 2243 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2456 0 1 0 18 1 0 0 20 0 19 0 253520476 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243773295528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243772242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243771189928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243770137384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22184] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243640035752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22185] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243638983208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22186] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243637930152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22187] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253520477 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243636877608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22188] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253520478 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243154365288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22189] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21231 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253520479 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243153311608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22190] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22190/stat : 22190 (java) S 22175 22177 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253520479 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243152258440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22191] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22191/stat : 22191 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520481 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243151207184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22192] ppid=22175 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/22177/task/22192/stat : 22192 (java) S 22175 22177 21231 0 -1 4202560 3575 0 0 0 28 0 0 0 20 0 19 0 253520481 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243150154040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22193] ppid=22175 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/22177/task/22193/stat : 22193 (java) S 22175 22177 21231 0 -1 4202560 9890 0 0 0 50 3 0 0 20 0 19 0 253520481 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243149101496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22194] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22194/stat : 22194 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520481 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243148048632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22195] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22195/stat : 22195 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253520481 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243146996296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22202] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22202/stat : 22202 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253520548 10060460032 19762 33554432000 1073741824 1073778376 140736104757088 140243145941800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 3.31 3.46 3.11 5/219 22208
/proc/meminfo: memFree=28600560/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9824668 CPUtime=4.76 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 19461 0 1 0 463 13 0 0 20 0 22 0 253520476 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2456167 54837 2276 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2457 0 1 0 18 2 0 0 20 0 22 0 253520476 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21231 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243773295528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21231 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243772242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21231 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243771189928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21231 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243770137384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22184] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21231 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243640035752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22185] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243638983208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22186] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243637930152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22187] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21231 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253520477 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243636877608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22188] ppid=22175 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21231 0 -1 4202560 98 0 0 0 7 0 0 0 20 0 22 0 253520478 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243154365288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22189] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243153311608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22190] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22190/stat : 22190 (java) S 22175 22177 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243152258440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22191] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22191/stat : 22191 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243151207184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22192] ppid=22175 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/22177/task/22192/stat : 22192 (java) S 22175 22177 21231 0 -1 4202560 5501 0 0 0 59 0 0 0 20 0 22 0 253520481 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243150154040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22193] ppid=22175 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/22177/task/22193/stat : 22193 (java) S 22175 22177 21231 0 -1 4202560 9955 0 0 0 81 3 0 0 20 0 22 0 253520481 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243149101496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22194] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22194/stat : 22194 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243148048632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22195] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22195/stat : 22195 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243146996296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22202] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22202/stat : 22202 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520548 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243145941800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22206] ppid=22175 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/22177/task/22206/stat : 22206 (java) R 22175 22177 21231 0 -1 4202560 5 0 0 0 123 0 0 0 20 0 22 0 253520648 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243144888928 140243651498061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22207] ppid=22175 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/22177/task/22207/stat : 22207 (java) R 22175 22177 21231 0 -1 4202560 59 0 0 0 123 1 0 0 20 0 22 0 253520648 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243143834480 140243651649138 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22208] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22208/stat : 22208 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520648 10060460032 54837 33554432000 1073741824 1073778376 140736104757088 140243142784040 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9824668

[startup+6.30087 s]
/proc/loadavg: 3.45 3.48 3.12 5/219 22208
/proc/meminfo: memFree=28332112/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9824668 CPUtime=11.03 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 19873 0 1 0 1087 16 0 0 20 0 22 0 253520476 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2456167 95148 2277 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2457 0 1 0 18 2 0 0 20 0 22 0 253520476 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21231 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243773295528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21231 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243772242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21231 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243771189928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21231 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243770137384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22184] ppid=22175 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21231 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243640035752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22185] ppid=22175 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21231 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243638983208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22186] ppid=22175 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21231 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243637930152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22187] ppid=22175 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21231 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253520477 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243636877608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22188] ppid=22175 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21231 0 -1 4202560 375 0 0 0 31 0 0 0 20 0 22 0 253520478 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243154365288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22189] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243153311608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22190] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22190/stat : 22190 (java) S 22175 22177 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 95148 33554432000 1073741824 1073778376 140736104757088 140243152258440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/22177/statm: 2456167 803147 2280 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2513 0 1 0 21 3 0 0 20 0 22 0 253520476 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21231 0 -1 4202560 1129 0 0 0 289 22 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243773295528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21231 0 -1 4202560 864 0 0 0 283 22 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243772242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21231 0 -1 4202560 1014 0 0 0 301 24 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243771189928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21231 0 -1 4202560 915 0 0 0 307 24 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243770137384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22184] ppid=22175 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21231 0 -1 4202560 1047 0 0 0 280 21 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243640035752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22185] ppid=22175 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21231 0 -1 4202560 1063 0 0 0 310 23 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243638983208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22186] ppid=22175 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21231 0 -1 4202560 1556 0 0 0 307 26 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243637930152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22187] ppid=22175 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21231 0 -1 4202560 1269 0 0 0 282 19 0 0 20 0 22 0 253520477 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243636877608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22188] ppid=22175 vsize=9824668 CPUtime=32.88 cores=0,2,4,6
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21231 0 -1 4202560 3049 0 0 0 3263 25 0 0 20 0 22 0 253520478 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243154365288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22189] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243153311608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22190] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22190/stat : 22190 (java) S 22175 22177 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243152258440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22191] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22191/stat : 22191 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243151207184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22192] ppid=22175 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/22177/task/22192/stat : 22192 (java) S 22175 22177 21231 0 -1 4202560 6564 0 0 0 85 2 0 0 20 0 22 0 253520481 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243150154040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22193] ppid=22175 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/22177/task/22193/stat : 22193 (java) S 22175 22177 21231 0 -1 4202560 9961 0 0 0 94 3 0 0 20 0 22 0 253520481 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243149101496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22194] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22194/stat : 22194 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243148048632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22195] ppid=22175 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/22177/task/22195/stat : 22195 (java) S 22175 22177 21231 0 -1 4202560 46 0 0 0 12 17 0 0 20 0 22 0 253520481 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243146996296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22202] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22202/stat : 22202 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520548 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243145941800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22206] ppid=22175 vsize=9824668 CPUtime=778.35 cores=0,2,4,6
/proc/22177/task/22206/stat : 22206 (java) R 22175 22177 21231 0 -1 4202560 292 0 0 0 77818 17 0 0 20 0 22 0 253520648 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243144888928 140243651558455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22207] ppid=22175 vsize=9824668 CPUtime=778.32 cores=0,2,4,6
/proc/22177/task/22207/stat : 22207 (java) R 22175 22177 21231 0 -1 4202560 4746 0 0 0 77773 59 0 0 20 0 22 0 253520648 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243143834624 140243651602218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22208] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22208/stat : 22208 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520648 10060460032 803147 33554432000 1073741824 1073778376 140736104757088 140243142784040 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1621.64
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.99 3.94 3.61 5/219 22217
/proc/meminfo: memFree=23607676/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9824668 CPUtime=1739.84 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 37781 0 1 0 173699 285 0 0 20 0 22 0 253520476 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2456167 819407 2280 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2516 0 1 0 21 3 0 0 20 0 22 0 253520476 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21231 0 -1 4202560 1129 0 0 0 303 22 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243773295528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21231 0 -1 4202560 864 0 0 0 297 22 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243772242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21231 0 -1 4202560 1078 0 0 0 312 24 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243771189928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21231 0 -1 4202560 1169 0 0 0 318 24 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243770137384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22184] ppid=22175 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21231 0 -1 4202560 1055 0 0 0 290 21 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243640035752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22185] ppid=22175 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21231 0 -1 4202560 1063 0 0 0 322 23 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243638983208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22186] ppid=22175 vsize=9824668 CPUtime=3.47 cores=0,2,4,6
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21231 0 -1 4202560 1557 0 0 0 321 26 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243637930152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22187] ppid=22175 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21231 0 -1 4202560 1331 0 0 0 299 19 0 0 20 0 22 0 253520477 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243636877608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22188] ppid=22175 vsize=9824668 CPUtime=35.13 cores=0,2,4,6
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21231 0 -1 4202560 3087 0 0 0 3486 27 0 0 20 0 22 0 253520478 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243154365288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22189] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243153311608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22190] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22190/stat : 22190 (java) S 22175 22177 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243152258440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22191] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22191/stat : 22191 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243151207184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22192] ppid=22175 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/22177/task/22192/stat : 22192 (java) S 22175 22177 21231 0 -1 4202560 6564 0 0 0 85 2 0 0 20 0 22 0 253520481 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243150154040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22193] ppid=22175 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/22177/task/22193/stat : 22193 (java) S 22175 22177 21231 0 -1 4202560 9961 0 0 0 94 3 0 0 20 0 22 0 253520481 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243149101496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22194] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22194/stat : 22194 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243148048632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22195] ppid=22175 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/22177/task/22195/stat : 22195 (java) S 22175 22177 21231 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 253520481 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243146996296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22202] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22202/stat : 22202 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520548 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243145941800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22206] ppid=22175 vsize=9824668 CPUtime=835.66 cores=0,2,4,6
/proc/22177/task/22206/stat : 22206 (java) R 22175 22177 21231 0 -1 4202560 296 0 0 0 83548 18 0 0 20 0 22 0 253520648 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243144888928 140243651503682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22207] ppid=22175 vsize=9824668 CPUtime=835.64 cores=0,2,4,6
/proc/22177/task/22207/stat : 22207 (java) R 22175 22177 21231 0 -1 4202560 4748 0 0 0 83504 60 0 0 20 0 22 0 253520648 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243143834480 140243651648952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22208] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22208/stat : 22208 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520648 10060460032 819407 33554432000 1073741824 1073778376 140736104757088 140243142784040 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1739.84
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.007 s]
/proc/loadavg: 3.78 3.90 3.61 5/219 22279
/proc/meminfo: memFree=25424684/32873844 swapFree=7104/7104
[pid=22177] ppid=22175 vsize=9824668 CPUtime=1800.07 cores=0,2,4,6
/proc/22177/stat : 22177 (java) S 22175 22177 21231 0 -1 4202496 37794 0 1 0 179720 287 0 0 20 0 22 0 253520476 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140736104748224 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22177/statm: 2456167 821688 2280 9 0 2446860 0
[pid=22177/tid=22178] ppid=22175 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22177/task/22178/stat : 22178 (java) S 22175 22177 21231 0 -1 4202560 2517 0 1 0 21 3 0 0 20 0 22 0 253520476 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243800843256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=9824668 CPUtime=3.29 cores=0,2,4,6
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21231 0 -1 4202560 1129 0 0 0 307 22 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243773295528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=9824668 CPUtime=3.22 cores=0,2,4,6
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21231 0 -1 4202560 864 0 0 0 300 22 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243772242984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21231 0 -1 4202560 1078 0 0 0 316 24 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243771189928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=9824668 CPUtime=3.47 cores=0,2,4,6
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21231 0 -1 4202560 1169 0 0 0 323 24 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243770137384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22184] ppid=22175 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21231 0 -1 4202560 1055 0 0 0 293 21 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243640035752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22185] ppid=22175 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21231 0 -1 4202560 1063 0 0 0 326 23 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243638983208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22186] ppid=22175 vsize=9824668 CPUtime=3.51 cores=0,2,4,6
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21231 0 -1 4202560 1557 0 0 0 325 26 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243637930152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22187] ppid=22175 vsize=9824668 CPUtime=3.22 cores=0,2,4,6
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21231 0 -1 4202560 1331 0 0 0 303 19 0 0 20 0 22 0 253520477 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243636877608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22188] ppid=22175 vsize=9824668 CPUtime=36.47 cores=0,2,4,6
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21231 0 -1 4202560 3095 0 0 0 3620 27 0 0 20 0 22 0 253520478 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243154365288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22189] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243153311608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22190] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22190/stat : 22190 (java) S 22175 22177 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253520479 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243152258440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22191] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22191/stat : 22191 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243151207184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22192] ppid=22175 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/22177/task/22192/stat : 22192 (java) S 22175 22177 21231 0 -1 4202560 6564 0 0 0 85 2 0 0 20 0 22 0 253520481 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243150154040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22193] ppid=22175 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/22177/task/22193/stat : 22193 (java) S 22175 22177 21231 0 -1 4202560 9961 0 0 0 94 3 0 0 20 0 22 0 253520481 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243149101496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22194] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22194/stat : 22194 (java) S 22175 22177 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253520481 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243148048632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22195] ppid=22175 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22177/task/22195/stat : 22195 (java) S 22175 22177 21231 0 -1 4202560 52 0 0 0 14 18 0 0 20 0 22 0 253520481 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243146996296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22177/tid=22202] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22202/stat : 22202 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520548 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243145941800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22177/tid=22206] ppid=22175 vsize=9824668 CPUtime=864.86 cores=0,2,4,6
/proc/22177/task/22206/stat : 22206 (java) R 22175 22177 21231 0 -1 4202560 298 0 0 0 86467 19 0 0 20 0 22 0 253520648 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243144888928 140243651498310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22177/tid=22207] ppid=22175 vsize=9824668 CPUtime=864.85 cores=0,2,4,6
/proc/22177/task/22207/stat : 22207 (java) R 22175 22177 21231 0 -1 4202560 4748 0 0 0 86424 61 0 0 20 0 22 0 253520648 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243143834480 140243651604133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22177/tid=22208] ppid=22175 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22177/task/22208/stat : 22208 (java) S 22175 22177 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253520648 10060460032 821688 33554432000 1073741824 1073778376 140736104757088 140243142784040 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 22177 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=709466
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=351490
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 913.04
CPU time (s): 1800.07
CPU user time (s): 1797.2
CPU system time (s): 2.87
CPU usage (%): 197.151
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.71
system time used= 3.35149
maximum resident set size= 3286872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37825
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31844
involuntary context switches= 52759

runsolver used 3.48147 second user time and 8.26474 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 17:39:08
IDJOB=3687842
IDBENCH=2226
IDSOLVER=2268
FILE ID=node119/3687842-1337873948
RUNJOBID= node119-1337871880-21247
PBS_JOBID= 14620085
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687842-1337873948/watcher-3687842-1337873948 -o /tmp/evaluation-result-3687842-1337873948/solver-3687842-1337873948 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687842-1337873948.opb

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

MD5SUM BENCH= 7acfcd4d612717a490c27c9a55b3f455
RANDOM SEED=1669505031

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.943
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.90
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.943
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:        28913668 kB
Buffers:          201264 kB
Cached:          2770516 kB
SwapCached:            0 kB
Active:           575820 kB
Inactive:        2610884 kB
Active(anon):     217644 kB
Inactive(anon):        0 kB
Active(file):     358176 kB
Inactive(file):  2610884 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1016 kB
Writeback:             0 kB
AnonPages:        219912 kB
Mapped:            21676 kB
Shmem:               200 kB
Slab:             625584 kB
SReclaimable:      67592 kB
SUnreclaim:       557992 kB
KernelStack:        1600 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     797900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71700 MiB
End job on node119 at 2012-05-24 17:54:23