Trace number 3737130

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-37 1800.03 933.251

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_3.opb
MD5SUM2917e00f55986a046b103b08aa2aecc1
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-38
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
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 constraint60
Maximum length of a constraint110
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)37460
Sum of products size (including duplicates)74920
Number of different products18730
Sum of products size37460

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
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@48e5855a
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 --- 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@398020cc
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 --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3737130-1338719852.opb
0.10/0.11	c reading problem ... 
1.93/0.89	c ... done. Wall clock time 0.784s.
1.93/0.89	c #vars     19230
1.93/0.89	c #constraints  56690
1.93/0.89	c constraints type 
1.93/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
1.93/0.89	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1.93/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
1.93/0.89	c constraints type 
1.93/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18730
1.93/0.89	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1.93/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18730
2.64/1.08	c  And the winner is Resolution
3.05/1.40	c SATISFIABLE
3.05/1.41	c OPTIMIZING...
3.05/1.41	c Got one! Elapsed wall clock time (in seconds):1.3
3.05/1.41	o -26
3.05/1.42	c  And the winner is Resolution
3.22/1.91	c Got one! Elapsed wall clock time (in seconds):1.807
3.22/1.91	o -27
3.22/1.99	c  And the winner is Resolution
3.59/2.42	c Got one! Elapsed wall clock time (in seconds):2.312
3.59/2.42	o -32
4.25/2.61	c  And the winner is Resolution
4.30/2.92	c Got one! Elapsed wall clock time (in seconds):2.818
4.30/2.92	o -33
4.90/3.20	c  And the winner is Resolution
4.96/3.43	c Got one! Elapsed wall clock time (in seconds):3.323
4.96/3.43	o -34
5.13/3.53	c  And the winner is Resolution
5.26/3.93	c Got one! Elapsed wall clock time (in seconds):3.828
5.26/3.93	o -35
6.73/4.65	c cleaning 3510 clauses out of 7020 with flag 4000/7020
9.03/5.72	c cleaning 4755 clauses out of 9510 with flag 10000/13020
11.18/6.90	c cleaning 5878 clauses out of 11755 with flag 17000/20020
13.86/8.25	c cleaning 6939 clauses out of 13878 with flag 25001/28021
16.93/9.85	c cleaning 7966 clauses out of 15938 with flag 34000/37020
20.21/11.58	c cleaning 8986 clauses out of 17972 with flag 44000/47020
23.92/13.43	c cleaning 9992 clauses out of 19987 with flag 55001/58021
28.00/15.58	c cleaning 10996 clauses out of 21994 with flag 67000/70020
32.45/17.86	c  And the winner is Resolution
32.93/18.33	c Got one! Elapsed wall clock time (in seconds):18.229
32.93/18.33	o -36
35.06/19.47	c cleaning 14271 clauses out of 28549 with flag 5001/87571
37.32/20.64	c cleaning 10136 clauses out of 20277 with flag 11000/93570
39.79/21.96	c cleaning 8562 clauses out of 17142 with flag 18001/100571
42.61/23.45	c cleaning 8289 clauses out of 16580 with flag 26001/108571
45.77/25.18	c cleaning 8643 clauses out of 17291 with flag 35001/117571
49.23/26.98	c cleaning 9312 clauses out of 18647 with flag 45000/127570
53.28/29.05	c cleaning 10168 clauses out of 20335 with flag 56000/138570
57.91/31.42	c cleaning 11080 clauses out of 22167 with flag 68000/150570
63.08/34.13	c cleaning 12036 clauses out of 24087 with flag 81000/163570
68.09/36.79	c cleaning 13022 clauses out of 26051 with flag 95000/177570
73.31/39.50	c cleaning 14010 clauses out of 28029 with flag 110000/192570
79.36/42.55	c cleaning 15005 clauses out of 30020 with flag 126001/208571
86.48/46.26	c cleaning 16006 clauses out of 32014 with flag 143000/225570
93.47/49.87	c cleaning 17004 clauses out of 34008 with flag 161000/243570
101.88/54.12	c cleaning 17995 clauses out of 36004 with flag 180000/262570
109.50/58.01	c cleaning 18996 clauses out of 38009 with flag 200000/282570
117.59/62.20	c cleaning 20006 clauses out of 40013 with flag 221000/303570
126.78/66.90	c cleaning 20999 clauses out of 42007 with flag 243000/325570
137.38/72.31	c cleaning 22004 clauses out of 44008 with flag 266000/348570
149.16/78.36	c cleaning 23002 clauses out of 46004 with flag 290000/372570
160.80/84.38	c cleaning 23996 clauses out of 48002 with flag 315000/397570
171.98/90.09	c cleaning 24999 clauses out of 50006 with flag 341000/423570
185.36/96.90	c cleaning 26001 clauses out of 52008 with flag 368001/450571
198.90/103.79	c cleaning 26993 clauses out of 54006 with flag 396000/478570
213.87/111.41	c cleaning 27999 clauses out of 56013 with flag 425000/507570
228.02/118.70	c cleaning 29005 clauses out of 58014 with flag 455000/537570
246.94/128.25	c cleaning 30005 clauses out of 60009 with flag 486000/568570
262.27/136.06	c cleaning 30996 clauses out of 62005 with flag 518001/600571
276.41/143.33	c cleaning 31998 clauses out of 64008 with flag 551000/633570
292.12/151.33	c cleaning 33003 clauses out of 66010 with flag 585000/667570
310.42/160.62	c cleaning 34003 clauses out of 68008 with flag 620001/702571
327.19/169.20	c cleaning 35003 clauses out of 70005 with flag 656001/738571
348.68/180.14	c cleaning 36000 clauses out of 72001 with flag 693000/775570
372.17/192.09	c cleaning 36987 clauses out of 74001 with flag 731000/813570
396.86/204.59	c cleaning 37502 clauses out of 75015 with flag 769001/851571
413.56/213.01	c cleaning 0 clauses out of 5445 with flag 0/5449
420.38/216.76	c cleaning 37744 clauses out of 75512 with flag 807000/889570
437.60/225.52	c cleaning 37880 clauses out of 75768 with flag 845000/927570
457.65/235.76	c cleaning 37938 clauses out of 75889 with flag 883001/965571
479.90/247.07	c cleaning 37962 clauses out of 75951 with flag 921001/1003571
501.30/258.08	c cleaning 37995 clauses out of 75989 with flag 959001/1041571
526.53/270.85	c cleaning 37997 clauses out of 75993 with flag 997000/1079570
551.74/283.62	c cleaning 37988 clauses out of 75996 with flag 1035000/1117570
578.35/297.15	c cleaning 38001 clauses out of 76008 with flag 1073000/1155570
604.27/310.41	c cleaning 37999 clauses out of 76007 with flag 1111000/1193570
628.47/322.71	c cleaning 37996 clauses out of 76008 with flag 1149000/1231570
652.83/335.13	c cleaning 38005 clauses out of 76014 with flag 1187002/1269572
678.23/348.02	c cleaning 38004 clauses out of 76008 with flag 1225001/1307571
698.48/358.55	c cleaning 37998 clauses out of 76003 with flag 1263000/1345570
715.43/367.24	c cleaning 37991 clauses out of 76005 with flag 1301000/1383570
735.03/377.27	c cleaning 37998 clauses out of 76014 with flag 1339000/1421570
756.96/388.46	c cleaning 37997 clauses out of 76016 with flag 1377000/1459570
781.43/401.05	c cleaning 38004 clauses out of 76019 with flag 1415000/1497570
801.60/411.33	c cleaning 37995 clauses out of 76015 with flag 1453000/1535570
822.33/421.97	c cleaning 37998 clauses out of 76020 with flag 1491000/1573570
842.68/432.34	c cleaning 37999 clauses out of 76022 with flag 1529000/1611570
864.64/443.78	c cleaning 38003 clauses out of 76023 with flag 1567000/1649570
888.80/456.02	c cleaning 38006 clauses out of 76020 with flag 1605000/1687570
910.71/467.21	c cleaning 38000 clauses out of 76014 with flag 1643000/1725570
933.02/478.63	c cleaning 37994 clauses out of 76015 with flag 1681001/1763571
954.39/489.80	c cleaning 38004 clauses out of 76020 with flag 1719000/1801570
977.71/501.61	c cleaning 37995 clauses out of 76017 with flag 1757001/1839571
1000.20/513.10	c cleaning 37999 clauses out of 76021 with flag 1795000/1877570
1022.92/524.71	c cleaning 37995 clauses out of 76023 with flag 1833001/1915571
1046.83/537.12	c cleaning 38011 clauses out of 76027 with flag 1871000/1953570
1066.94/547.48	c cleaning 37999 clauses out of 76016 with flag 1909000/1991570
1083.62/556.00	c cleaning 38008 clauses out of 76017 with flag 1947000/2029570
1102.53/565.73	c cleaning 38003 clauses out of 76009 with flag 1985000/2067570
1125.64/577.72	c cleaning 38001 clauses out of 76006 with flag 2023000/2105570
1145.11/587.75	c cleaning 37994 clauses out of 76005 with flag 2061000/2143570
1167.38/599.12	c cleaning 37984 clauses out of 76011 with flag 2099000/2181570
1190.03/610.74	c cleaning 38003 clauses out of 76027 with flag 2137000/2219570
1212.68/622.56	c cleaning 37996 clauses out of 76024 with flag 2175000/2257570
1234.33/633.69	c cleaning 38004 clauses out of 76029 with flag 2213001/2295571
1243.75/638.67	c  And the winner is Resolution
1244.72/642.51	c Got one! Elapsed wall clock time (in seconds):642.405
1244.72/642.51	o -37
1247.70/644.07	c cleaning 31476 clauses out of 62954 with flag 5001/2320500
1251.19/646.08	c cleaning 18739 clauses out of 37478 with flag 11001/2326500
1255.24/648.56	c cleaning 12854 clauses out of 25738 with flag 18000/2333499
1259.08/650.78	c cleaning 10439 clauses out of 20884 with flag 26000/2341499
1263.31/653.18	c cleaning 9718 clauses out of 19445 with flag 35000/2350499
1268.35/655.98	c cleaning 9860 clauses out of 19727 with flag 45000/2360499
1274.20/659.37	c cleaning 10427 clauses out of 20867 with flag 56000/2371499
1280.44/662.73	c cleaning 11210 clauses out of 22440 with flag 68000/2383499
1286.67/666.19	c cleaning 12113 clauses out of 24231 with flag 81001/2396500
1293.73/669.99	c cleaning 13053 clauses out of 26118 with flag 95001/2410500
1302.21/674.63	c cleaning 14022 clauses out of 28065 with flag 110001/2425500
1310.86/679.26	c cleaning 15014 clauses out of 30043 with flag 126001/2441500
1320.48/684.36	c cleaning 16014 clauses out of 32029 with flag 143001/2458500
1328.70/688.74	c cleaning 16999 clauses out of 34014 with flag 161000/2476499
1338.12/693.91	c cleaning 18007 clauses out of 36015 with flag 180000/2495499
1347.35/698.82	c cleaning 18998 clauses out of 38008 with flag 200000/2515499
1357.78/704.37	c cleaning 20000 clauses out of 40010 with flag 221000/2536499
1368.81/710.16	c cleaning 20992 clauses out of 42010 with flag 243000/2558499
1380.44/716.47	c cleaning 22005 clauses out of 44018 with flag 266000/2581499
1392.86/722.92	c cleaning 22996 clauses out of 46013 with flag 290000/2605499
1406.50/730.06	c cleaning 24003 clauses out of 48017 with flag 315000/2630499
1420.73/737.49	c cleaning 24999 clauses out of 50014 with flag 341000/2656499
1436.12/745.66	c cleaning 26002 clauses out of 52015 with flag 368000/2683499
1451.36/753.54	c cleaning 27002 clauses out of 54013 with flag 396000/2711499
1465.76/761.05	c cleaning 27997 clauses out of 56012 with flag 425001/2740500
1482.76/769.83	c cleaning 29007 clauses out of 58015 with flag 455001/2770500
1499.63/778.75	c cleaning 30000 clauses out of 60007 with flag 486000/2801499
1517.82/788.15	c cleaning 30997 clauses out of 62008 with flag 518001/2833500
1536.05/797.53	c cleaning 32002 clauses out of 64011 with flag 551001/2866500
1556.81/808.20	c cleaning 33002 clauses out of 66009 with flag 585001/2900500
1577.82/819.26	c cleaning 33996 clauses out of 68006 with flag 620000/2935499
1600.62/830.92	c cleaning 35000 clauses out of 70011 with flag 656001/2971500
1618.65/840.27	c cleaning 0 clauses out of 10643 with flag 0/10648
1624.92/843.70	c cleaning 35999 clauses out of 72010 with flag 693000/3008499
1642.41/852.93	c cleaning 37002 clauses out of 74011 with flag 731000/3046499
1662.02/863.08	c cleaning 37497 clauses out of 75010 with flag 769001/3084500
1684.02/874.37	c cleaning 37741 clauses out of 75513 with flag 807001/3122500
1705.63/885.44	c cleaning 37881 clauses out of 75772 with flag 845001/3160500
1726.15/896.21	c cleaning 37940 clauses out of 75890 with flag 883000/3198499
1743.96/905.49	c cleaning 37971 clauses out of 75951 with flag 921001/3236500
1765.76/916.69	c cleaning 37987 clauses out of 75979 with flag 959000/3274499
1788.56/928.38	c cleaning 37997 clauses out of 75993 with flag 997001/3312500
1797.29/933.21	c starts		: 258
1797.29/933.21	c conflicts		: 3329729
1797.29/933.21	c decisions		: 3513100
1797.29/933.21	c propagations		: 19962330
1797.29/933.21	c inspects		: 5645291458
1797.29/933.21	c shortcuts		: 0
1797.29/933.21	c learnt literals	: 0
1797.29/933.21	c learnt binary clauses	: 0
1797.29/933.21	c learnt ternary clauses	: 0
1797.29/933.21	c learnt constraints	: 3329729
1797.29/933.21	c ignored constraints	: 0
1797.29/933.21	c root simplifications	: 0
1797.29/933.21	c removed literals (reason simplification)	: 40742220
1797.29/933.21	c reason swapping (by a shorter reason)	: 0
1797.29/933.21	c Calls to reduceDB	: 122
1797.29/933.21	c number of reductions to clauses (during analyze)	: 0
1797.29/933.21	c number of learned constraints concerned by reduction	: 0
1797.29/933.21	c number of learning phase by resolution	: 0
1797.29/933.21	c number of learning phase by cutting planes	: 0
1797.29/933.21	c speed (assignments/second)	: 68669.63649935844
1797.29/933.21	c non guided choices	0
1797.29/933.23	c learnt constraints type 
1797.29/933.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55297
1797.29/933.23	c constraints type 
1797.29/933.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
1797.29/933.23	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1797.29/933.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1797.29/933.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
1797.29/933.23	c constraints type 
1797.29/933.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18730
1797.29/933.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1797.29/933.23	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1797.29/933.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18730
1797.29/933.23	s SATISFIABLE
1797.29/933.24	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 
1797.29/933.24	c objective function=-37
1797.29/933.24	c Total wall clock time (in seconds): 933.132

Verifier Data

OK	-37

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-3737130-1338719852/watcher-3737130-1338719852 -o /tmp/evaluation-result-3737130-1338719852/solver-3737130-1338719852 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737130-1338719852.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.80 3.80 3.80 4/197 20321
/proc/meminfo: memFree=26130420/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20321/stat : 20321 (java) R 20319 20321 18226 0 -1 4202496 722 0 0 0 0 0 0 0 20 0 1 0 338110993 23793664 449 33554432000 1073741824 1073778376 140736813816320 140736813805384 270320843315 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 5809 461 351 9 0 128 0

[startup+0.096207 s]
/proc/loadavg: 3.80 3.80 3.80 4/197 20321
/proc/meminfo: memFree=26130420/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 5336 0 1 0 9 1 0 0 20 0 18 0 338110993 11864465408 13159 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2896598 13159 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.100336 s]
/proc/loadavg: 3.80 3.80 3.80 4/197 20321
/proc/meminfo: memFree=26130420/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 5375 0 1 0 9 1 0 0 20 0 18 0 338110993 11864465408 13198 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2896598 13198 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300167 s]
/proc/loadavg: 3.80 3.80 3.80 4/197 20321
/proc/meminfo: memFree=26130420/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11586392 CPUtime=0.47 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 6384 0 1 0 46 1 0 0 20 0 18 0 338110993 11864465408 15850 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2896598 15850 2231 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700185 s]
/proc/loadavg: 3.80 3.80 3.80 4/197 20321
/proc/meminfo: memFree=26130420/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11586392 CPUtime=1.62 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 20273 0 1 0 158 4 0 0 20 0 18 0 338110993 11864465408 31889 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2896598 31889 2255 9 0 2887285 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 11586392

[startup+1.50065 s]
/proc/loadavg: 3.80 3.80 3.80 6/219 20343
/proc/meminfo: memFree=25953236/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11852648 CPUtime=3.22 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 21244 0 1 0 313 9 0 0 20 0 19 0 338110993 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2963162 51066 2269 9 0 2953849 0
[pid=20321/tid=20323] ppid=20319 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/20321/task/20323/stat : 20323 (java) S 20319 20321 18226 0 -1 4202560 3472 0 1 0 86 3 0 0 20 0 19 0 338110994 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469791245464 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469729975208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469728922664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469727869608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469726817064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469725764008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469622565416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469621512360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338110995 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469620459816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338110996 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469608262504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338110997 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469607208824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338110997 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469606155656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20335] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20335/stat : 20335 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110999 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469605104400 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20336] ppid=20319 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/20321/task/20336/stat : 20336 (java) S 20319 20321 18226 0 -1 4202560 7939 0 0 0 91 2 0 0 20 0 19 0 338110999 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469604051256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20337] ppid=20319 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/20321/task/20337/stat : 20337 (java) S 20319 20321 18226 0 -1 4202560 8562 0 0 0 89 2 0 0 20 0 19 0 338110999 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469602998712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20338] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20338/stat : 20338 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110999 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469601945848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20339] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20339/stat : 20339 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338110999 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469600893512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20342] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20342/stat : 20342 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338111089 12137111552 51066 33554432000 1073741824 1073778376 140736813816320 140469597734184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 11852648

[startup+3.10072 s]
/proc/loadavg: 3.58 3.75 3.79 3/216 20349
/proc/meminfo: memFree=25919848/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11852648 CPUtime=4.67 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 21458 0 1 0 453 14 0 0 20 0 22 0 338110993 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2963162 77823 2271 9 0 2953849 0
[pid=20321/tid=20323] ppid=20319 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/20321/task/20323/stat : 20323 (java) S 20319 20321 18226 0 -1 4202560 3472 0 1 0 87 3 0 0 20 0 22 0 338110994 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469791245480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469729975208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469728922664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469727869608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469726817064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469725764008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469622565416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469621512360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338110995 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469620459816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338110996 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469608262504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469607208824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469606155656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20335] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20335/stat : 20335 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469605104400 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20336] ppid=20319 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/20321/task/20336/stat : 20336 (java) R 20319 20321 18226 0 -1 4202560 7997 0 0 0 118 2 0 0 20 0 22 0 338110999 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469604051256 270333436341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20337] ppid=20319 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/20321/task/20337/stat : 20337 (java) R 20319 20321 18226 0 -1 4202560 8592 0 0 0 112 2 0 0 20 0 22 0 338110999 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469602998712 270333424700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20338] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20338/stat : 20338 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469601945848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20339] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20339/stat : 20339 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469600893512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20342] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20342/stat : 20342 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338111089 12137111552 77823 33554432000 1073741824 1073778376 140736813816320 140469597734184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.58 3.75 3.79 5/219 20361
/proc/meminfo: memFree=25454332/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11852648 CPUtime=10.16 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 21878 0 1 0 984 32 0 0 20 0 22 0 338110993 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2963162 191688 2296 9 0 2953849 0
[pid=20321/tid=20323] ppid=20319 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/20321/task/20323/stat : 20323 (java) S 20319 20321 18226 0 -1 4202560 3473 0 1 0 88 3 0 0 20 0 22 0 338110994 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469791245480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 18226 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469729975208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 18226 0 -1 4202560 29 0 0 0 1 2 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469728922664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 18226 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469727869608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 18226 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469726817064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 18226 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469725764008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 18226 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469622565416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 18226 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469621512360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 18226 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 338110995 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469620459816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 18226 0 -1 4202560 67 0 0 0 26 0 0 0 20 0 22 0 338110996 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469608262504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469607208824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469606155656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20335] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20335/stat : 20335 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469605104400 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20336] ppid=20319 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/20321/task/20336/stat : 20336 (java) S 20319 20321 18226 0 -1 4202560 8020 0 0 0 140 2 0 0 20 0 22 0 338110999 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469604051256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20337] ppid=20319 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/20321/task/20337/stat : 20337 (java) S 20319 20321 18226 0 -1 4202560 8600 0 0 0 131 2 0 0 20 0 22 0 338110999 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469602998712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20338] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20338/stat : 20338 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469601945848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20339] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20339/stat : 20339 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469600893512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20342] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20342/stat : 20342 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338111089 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469597734184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20359] ppid=20319 vsize=11852648 CPUtime=2 cores=0,2,4,6
/proc/20321/task/20359/stat : 20359 (java) R 20319 20321 18226 0 -1 4202560 13 0 0 0 200 0 0 0 20 0 22 0 338111387 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469599839064 140469731867943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20360] ppid=20319 vsize=11852648 CPUtime=1.98 cores=0,2,4,6
/proc/20321/task/20360/stat : 20360 (java) R 20319 20321 18226 0 -1 4202560 123 0 0 0 193 5 0 0 20 0 22 0 338111387 12137111552 191688 33554432000 1073741824 1073778376 140736813816320 140469598785896 140469732062786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

[pid=20321/tid=20327] ppid=20319 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 18226 0 -1 4202560 169 0 0 0 158 4 0 0 20 0 22 0 338110995 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469726817064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 18226 0 -1 4202560 233 0 0 0 158 3 0 0 20 0 22 0 338110995 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469725764008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 18226 0 -1 4202560 234 0 0 0 156 4 0 0 20 0 22 0 338110995 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469622565416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 18226 0 -1 4202560 182 0 0 0 146 3 0 0 20 0 22 0 338110995 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469621512360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 18226 0 -1 4202560 174 0 0 0 161 3 0 0 20 0 22 0 338110995 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469620459816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=11852648 CPUtime=57.28 cores=0,2,4,6
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 18226 0 -1 4202560 346 0 0 0 5719 9 0 0 20 0 22 0 338110996 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469608262504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469607208824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469606155656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20335] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20335/stat : 20335 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469605104400 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20336] ppid=20319 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/20321/task/20336/stat : 20336 (java) S 20319 20321 18226 0 -1 4202560 8057 0 0 0 167 2 0 0 20 0 22 0 338110999 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469604051256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20337] ppid=20319 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/20321/task/20337/stat : 20337 (java) S 20319 20321 18226 0 -1 4202560 8603 0 0 0 136 2 0 0 20 0 22 0 338110999 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469602998712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20338] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20338/stat : 20338 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469601945848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20339] ppid=20319 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/20321/task/20339/stat : 20339 (java) S 20319 20321 18226 0 -1 4202560 46 0 0 0 12 17 0 0 20 0 22 0 338110999 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469600893512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20342] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20342/stat : 20342 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338111089 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469597734184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20462] ppid=20319 vsize=11852648 CPUtime=156.03 cores=0,2,4,6
/proc/20321/task/20462/stat : 20462 (java) R 20319 20321 18226 0 -1 4202560 11 0 0 0 15601 2 0 0 20 0 22 0 338175245 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469599839184 140469732180885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20463] ppid=20319 vsize=11852648 CPUtime=156.07 cores=0,2,4,6
/proc/20321/task/20463/stat : 20463 (java) R 20319 20321 18226 0 -1 4202560 3 0 0 0 15605 2 0 0 20 0 22 0 338175245 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469598784256 140469732125902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20464] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20464/stat : 20464 (java) S 20319 20321 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338175245 12137111552 534818 33554432000 1073741824 1073778376 140736813816320 140469596681640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1583.43
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.85 3.78 3.76 5/219 20468
/proc/meminfo: memFree=23283496/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11852648 CPUtime=1699.42 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 24413 0 1 0 169837 105 0 0 20 0 22 0 338110993 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2963162 552390 2297 9 0 2953849 0
[pid=20321/tid=20323] ppid=20319 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/20321/task/20323/stat : 20323 (java) S 20319 20321 18226 0 -1 4202560 3555 0 1 0 91 4 0 0 20 0 22 0 338110994 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469791245480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 18226 0 -1 4202560 226 0 0 0 167 2 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469729975208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=11852648 CPUtime=1.58 cores=0,2,4,6
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 18226 0 -1 4202560 221 0 0 0 153 5 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469728922664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=11852648 CPUtime=1.73 cores=0,2,4,6
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 18226 0 -1 4202560 190 0 0 0 170 3 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469727869608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=11852648 CPUtime=1.72 cores=0,2,4,6
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 18226 0 -1 4202560 194 0 0 0 168 4 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469726817064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 18226 0 -1 4202560 252 0 0 0 171 3 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469725764008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 18226 0 -1 4202560 255 0 0 0 166 4 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469622565416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 18226 0 -1 4202560 182 0 0 0 157 3 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469621512360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=11852648 CPUtime=1.79 cores=0,2,4,6
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 18226 0 -1 4202560 199 0 0 0 176 3 0 0 20 0 22 0 338110995 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469620459816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=11852648 CPUtime=61.76 cores=0,2,4,6
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 18226 0 -1 4202560 385 0 0 0 6166 10 0 0 20 0 22 0 338110996 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469608262504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469607208824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469606155656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20335] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20335/stat : 20335 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469605104400 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20336] ppid=20319 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/20321/task/20336/stat : 20336 (java) S 20319 20321 18226 0 -1 4202560 8065 0 0 0 174 2 0 0 20 0 22 0 338110999 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469604051256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20337] ppid=20319 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/20321/task/20337/stat : 20337 (java) S 20319 20321 18226 0 -1 4202560 8603 0 0 0 136 2 0 0 20 0 22 0 338110999 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469602998712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20338] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20338/stat : 20338 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469601945848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20339] ppid=20319 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/20321/task/20339/stat : 20339 (java) S 20319 20321 18226 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 338110999 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469600893512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20342] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20342/stat : 20342 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338111089 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469597734184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20462] ppid=20319 vsize=11852648 CPUtime=211.11 cores=0,2,4,6
/proc/20321/task/20462/stat : 20462 (java) R 20319 20321 18226 0 -1 4202560 12 0 0 0 21108 3 0 0 20 0 22 0 338175245 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469599839184 140469732133777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20463] ppid=20319 vsize=11852648 CPUtime=211.16 cores=0,2,4,6
/proc/20321/task/20463/stat : 20463 (java) R 20319 20321 18226 0 -1 4202560 4 0 0 0 21113 3 0 0 20 0 22 0 338175245 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469598784256 140469732140479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20464] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20464/stat : 20464 (java) S 20319 20321 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338175245 12137111552 552390 33554432000 1073741824 1073778376 140736813816320 140469596681640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1699.42
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+933.201 s]
/proc/loadavg: 3.85 3.78 3.75 4/219 20468
/proc/meminfo: memFree=23257808/32873660 swapFree=7120/7120
[pid=20321] ppid=20319 vsize=11852648 CPUtime=1797.29 cores=0,2,4,6
/proc/20321/stat : 20321 (java) S 20319 20321 18226 0 -1 4202496 24544 0 1 0 179622 107 0 0 20 0 22 0 338110993 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140736813807456 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20321/statm: 2963162 552512 2297 9 0 2953849 0
[pid=20321/tid=20323] ppid=20319 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/20321/task/20323/stat : 20323 (java) S 20319 20321 18226 0 -1 4202560 3559 0 1 0 91 4 0 0 20 0 22 0 338110994 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469791245480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20324] ppid=20319 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/20321/task/20324/stat : 20324 (java) S 20319 20321 18226 0 -1 4202560 246 0 0 0 176 2 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469729975208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20325] ppid=20319 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/20321/task/20325/stat : 20325 (java) S 20319 20321 18226 0 -1 4202560 221 0 0 0 165 5 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469728922664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20326] ppid=20319 vsize=11852648 CPUtime=1.85 cores=0,2,4,6
/proc/20321/task/20326/stat : 20326 (java) S 20319 20321 18226 0 -1 4202560 191 0 0 0 182 3 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469727869608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20327] ppid=20319 vsize=11852648 CPUtime=1.81 cores=0,2,4,6
/proc/20321/task/20327/stat : 20327 (java) S 20319 20321 18226 0 -1 4202560 200 0 0 0 177 4 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469726817064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20328] ppid=20319 vsize=11852648 CPUtime=1.87 cores=0,2,4,6
/proc/20321/task/20328/stat : 20328 (java) S 20319 20321 18226 0 -1 4202560 288 0 0 0 184 3 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469725764008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20329] ppid=20319 vsize=11852648 CPUtime=1.79 cores=0,2,4,6
/proc/20321/task/20329/stat : 20329 (java) S 20319 20321 18226 0 -1 4202560 262 0 0 0 175 4 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469622565416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20330] ppid=20319 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/20321/task/20330/stat : 20330 (java) S 20319 20321 18226 0 -1 4202560 203 0 0 0 166 3 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469621512360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20331] ppid=20319 vsize=11852648 CPUtime=1.93 cores=0,2,4,6
/proc/20321/task/20331/stat : 20331 (java) S 20319 20321 18226 0 -1 4202560 230 0 0 0 190 3 0 0 20 0 22 0 338110995 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469620459816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20332] ppid=20319 vsize=11852648 CPUtime=66.12 cores=0,2,4,6
/proc/20321/task/20332/stat : 20332 (java) S 20319 20321 18226 0 -1 4202560 387 0 0 0 6601 11 0 0 20 0 22 0 338110996 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469608262504 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20333] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20333/stat : 20333 (java) S 20319 20321 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469607208824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20334] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20334/stat : 20334 (java) S 20319 20321 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338110997 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469606155656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20335] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20335/stat : 20335 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469605104400 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20336] ppid=20319 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/20321/task/20336/stat : 20336 (java) S 20319 20321 18226 0 -1 4202560 8065 0 0 0 174 2 0 0 20 0 22 0 338110999 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469604051256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20337] ppid=20319 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/20321/task/20337/stat : 20337 (java) S 20319 20321 18226 0 -1 4202560 8603 0 0 0 136 2 0 0 20 0 22 0 338110999 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469602998712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20338] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20338/stat : 20338 (java) S 20319 20321 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338110999 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469601945848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20321/tid=20339] ppid=20319 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/20321/task/20339/stat : 20339 (java) S 20319 20321 18226 0 -1 4202560 52 0 0 0 15 18 0 0 20 0 22 0 338110999 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469600893512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20342] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20342/stat : 20342 (java) S 20319 20321 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338111089 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469597734184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20321/tid=20462] ppid=20319 vsize=11852648 CPUtime=257.3 cores=0,2,4,6
/proc/20321/task/20462/stat : 20462 (java) R 20319 20321 18226 0 -1 4202560 13 0 0 0 25727 3 0 0 20 0 22 0 338175245 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469599839184 140469732134732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20321/tid=20463] ppid=20319 vsize=11852648 CPUtime=257.36 cores=0,2,4,6
/proc/20321/task/20463/stat : 20463 (java) R 20319 20321 18226 0 -1 4202560 4 0 0 0 25733 3 0 0 20 0 22 0 338175245 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469598784256 140469732125233 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20321/tid=20464] ppid=20319 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20321/task/20464/stat : 20464 (java) S 20319 20321 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338175245 12137111552 552512 33554432000 1073741824 1073778376 140736813816320 140469596681640 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.29
Current children cumulated vsize (KiB) 11852648

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 20321 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=779152
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=372791
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1797.29
#
# 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): 2.73999
#  lost CPU user time (s): 2.90991
#  lost CPU system time (s): -0.17

Real time (s): 933.251
CPU time (s): 1800.03
CPU user time (s): 1799.13
CPU system time (s): 0.9
CPU usage (%): 192.877
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.37279
maximum resident set size= 2210168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24576
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25776
involuntary context switches= 38370

runsolver used 3.34149 second user time and 8.61269 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 12:37:32
IDJOB=3737130
IDBENCH=48184
IDSOLVER=2328
FILE ID=node117/3737130-1338719852
RUNJOBID= node117-1338713269-18242
PBS_JOBID= 14636728
Free space on /tmp= 69120 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737130-1338719852/watcher-3737130-1338719852 -o /tmp/evaluation-result-3737130-1338719852/solver-3737130-1338719852 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737130-1338719852.opb

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

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=499551848

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26130048 kB
Buffers:          619532 kB
Cached:          4126592 kB
SwapCached:          776 kB
Active:          3367668 kB
Inactive:        2457700 kB
Active(anon):    1065056 kB
Inactive(anon):     9972 kB
Active(file):    2302612 kB
Inactive(file):  2447728 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       1129656 kB
Mapped:            20516 kB
Shmem:                80 kB
Slab:             777264 kB
SReclaimable:     221064 kB
SUnreclaim:       556200 kB
KernelStack:        1784 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10460984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1071104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-03 12:53:08