Trace number 3454017

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
Sat4j Res//CP 2.3.0SAT (TO)-37 1800.28 938.753

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_5.opb
MD5SUM5ebd53ca3e688df11993cbeac431dac6
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-37
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -42
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 constraint111
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)37500
Sum of products size (including duplicates)75000
Number of different products18750
Sum of products size37500

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454017-1307194959.opb
0.11/0.11	c reading problem ... 
2.19/0.92	c ... done. Wall clock time 0.813s.
2.19/0.92	c #vars     19250
2.19/0.92	c #constraints  56750
2.19/0.92	c constraints type 
2.19/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18750
2.19/0.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
2.19/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18750
2.19/0.92	c constraints type 
2.19/0.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18750
2.19/0.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
2.19/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18750
2.54/1.10	c  And the winner is Resolution
2.94/1.46	c SATISFIABLE
2.94/1.46	c OPTIMIZING...
2.94/1.46	c Got one! Elapsed wall clock time (in seconds):1.354
2.94/1.46	o -25
3.07/1.53	c  And the winner is CuttingPlanes
3.17/2.01	c Got one! Elapsed wall clock time (in seconds):1.902
3.17/2.01	o -26
3.17/2.03	c  And the winner is Resolution
3.28/2.52	c Got one! Elapsed wall clock time (in seconds):2.412
3.28/2.52	o -27
3.28/2.54	c  And the winner is Resolution
3.43/3.04	c Got one! Elapsed wall clock time (in seconds):2.936
3.43/3.04	o -28
3.43/3.09	c  And the winner is Resolution
3.57/3.55	c Got one! Elapsed wall clock time (in seconds):3.444
3.57/3.55	o -30
3.57/3.57	c  And the winner is Resolution
3.65/4.06	c Got one! Elapsed wall clock time (in seconds):3.952
3.65/4.06	o -31
4.01/4.23	c  And the winner is Resolution
4.16/4.57	c Got one! Elapsed wall clock time (in seconds):4.459
4.16/4.57	o -32
4.67/4.81	c  And the winner is Resolution
4.74/5.07	c Got one! Elapsed wall clock time (in seconds):4.966
4.74/5.07	o -33
5.51/5.46	c  And the winner is Resolution
5.68/5.59	c Got one! Elapsed wall clock time (in seconds):5.479
5.68/5.59	o -34
6.76/6.15	c cleaning 3495 clauses out of 6996 with flag 3000/6996
8.96/7.25	c cleaning 4751 clauses out of 9501 with flag 9000/12996
11.29/8.44	c cleaning 5876 clauses out of 11751 with flag 16001/19997
13.78/9.78	c cleaning 6937 clauses out of 13874 with flag 24000/27996
15.42/10.66	c  And the winner is Resolution
15.73/11.11	c Got one! Elapsed wall clock time (in seconds):11.005
15.73/11.11	o -35
16.10/11.31	c cleaning 6126 clauses out of 12256 with flag 1000/33315
17.99/12.38	c cleaning 6059 clauses out of 12130 with flag 7000/39315
20.46/13.65	c cleaning 6532 clauses out of 13071 with flag 14000/46315
22.11/14.53	c  And the winner is Resolution
22.34/14.79	c Got one! Elapsed wall clock time (in seconds):14.681
22.34/14.79	o -36
22.59/14.95	c cleaning 5892 clauses out of 11796 with flag 1000/51572
24.60/16.08	c cleaning 5948 clauses out of 11905 with flag 7001/57573
27.04/17.32	c cleaning 6468 clauses out of 12956 with flag 14000/64572
29.71/18.75	c cleaning 7233 clauses out of 14489 with flag 22001/72573
32.77/20.35	c cleaning 8121 clauses out of 16256 with flag 31001/81573
36.13/22.18	c cleaning 9057 clauses out of 18134 with flag 41000/91572
40.57/24.44	c cleaning 10035 clauses out of 20077 with flag 52000/102572
45.60/27.05	c cleaning 11015 clauses out of 22043 with flag 64001/114573
50.40/29.52	c cleaning 12010 clauses out of 24028 with flag 77001/127573
55.90/32.42	c cleaning 13009 clauses out of 26018 with flag 91001/141573
62.50/35.82	c cleaning 14001 clauses out of 28008 with flag 106000/156572
70.47/39.93	c cleaning 15004 clauses out of 30009 with flag 122002/172574
77.02/43.33	c cleaning 15996 clauses out of 32003 with flag 139000/189572
84.48/47.23	c cleaning 17002 clauses out of 34007 with flag 157000/207572
93.05/51.64	c cleaning 17997 clauses out of 36006 with flag 176001/226573
102.57/56.53	c cleaning 19001 clauses out of 38008 with flag 196000/246572
111.70/61.24	c cleaning 19997 clauses out of 40008 with flag 217001/267573
120.50/65.81	c cleaning 21003 clauses out of 42011 with flag 239001/289573
131.83/71.61	c cleaning 22002 clauses out of 44007 with flag 262000/312572
142.96/77.39	c cleaning 22999 clauses out of 46006 with flag 286001/336573
156.25/84.19	c cleaning 23996 clauses out of 48006 with flag 311000/361572
170.41/91.48	c cleaning 25004 clauses out of 50011 with flag 337001/387573
181.86/97.33	c cleaning 25994 clauses out of 52006 with flag 364000/414572
194.12/103.65	c cleaning 27000 clauses out of 54012 with flag 392000/442572
209.96/111.70	c cleaning 28007 clauses out of 56014 with flag 421002/471574
226.63/120.34	c cleaning 28999 clauses out of 58005 with flag 451000/501572
243.08/128.75	c cleaning 29998 clauses out of 60006 with flag 482000/532572
262.66/138.78	c cleaning 30994 clauses out of 62008 with flag 514000/564572
280.26/147.78	c cleaning 32008 clauses out of 64015 with flag 547001/597573
296.26/156.06	c cleaning 33000 clauses out of 66006 with flag 581000/631572
314.05/165.10	c cleaning 34002 clauses out of 68007 with flag 616001/666573
338.03/177.34	c cleaning 35003 clauses out of 70005 with flag 652001/702573
361.47/189.22	c cleaning 35997 clauses out of 72002 with flag 689001/739573
388.79/203.28	c cleaning 36993 clauses out of 74005 with flag 727001/777573
414.30/216.21	c cleaning 38006 clauses out of 76011 with flag 766000/816572
443.85/231.20	c cleaning 38495 clauses out of 77005 with flag 805000/855572
468.35/243.78	c cleaning 38747 clauses out of 77511 with flag 844001/894573
487.81/253.89	c cleaning 38871 clauses out of 77764 with flag 883001/933573
506.71/263.51	c cleaning 0 clauses out of 6022 with flag 0/6023
511.59/266.24	c cleaning 38946 clauses out of 77892 with flag 922000/972572
538.60/280.09	c cleaning 38973 clauses out of 77946 with flag 961000/1011572
562.44/292.31	c cleaning 38979 clauses out of 77973 with flag 1000000/1050572
564.71/293.72	c  And the winner is Resolution
567.09/296.18	c Got one! Elapsed wall clock time (in seconds):296.073
567.09/296.18	o -37
567.77/296.52	c cleaning 22277 clauses out of 44559 with flag 1002/1056137
570.51/298.15	c cleaning 14132 clauses out of 28280 with flag 7000/1062135
573.56/299.98	c cleaning 10571 clauses out of 21148 with flag 14000/1069135
577.55/302.32	c cleaning 9280 clauses out of 18577 with flag 22000/1077135
581.61/304.63	c cleaning 9141 clauses out of 18298 with flag 31001/1086136
586.24/307.29	c cleaning 9572 clauses out of 19158 with flag 41002/1096137
591.49/310.11	c cleaning 10292 clauses out of 20585 with flag 52001/1107136
597.49/313.57	c cleaning 11143 clauses out of 22293 with flag 64001/1119136
602.97/316.52	c cleaning 12067 clauses out of 24149 with flag 77000/1132135
609.22/319.90	c cleaning 13039 clauses out of 26084 with flag 91002/1146137
616.32/323.74	c cleaning 14018 clauses out of 28043 with flag 106000/1161135
623.88/327.99	c cleaning 15014 clauses out of 30027 with flag 122002/1177137
632.13/332.39	c cleaning 16000 clauses out of 32011 with flag 139000/1194135
641.79/337.44	c cleaning 17003 clauses out of 34011 with flag 157000/1212135
651.60/342.65	c cleaning 18002 clauses out of 36008 with flag 176000/1231135
662.35/348.45	c cleaning 19002 clauses out of 38007 with flag 196001/1251136
674.39/354.72	c cleaning 20001 clauses out of 40004 with flag 217000/1272135
686.60/361.13	c cleaning 20994 clauses out of 42003 with flag 239000/1294135
699.40/367.86	c cleaning 22002 clauses out of 44010 with flag 262001/1317136
712.97/375.04	c cleaning 23003 clauses out of 46007 with flag 286000/1341135
727.76/382.75	c cleaning 24000 clauses out of 48004 with flag 311000/1366135
738.38/388.37	c cleaning 25002 clauses out of 50004 with flag 337000/1392135
752.18/395.54	c cleaning 25992 clauses out of 52002 with flag 364000/1419135
767.31/403.51	c cleaning 27001 clauses out of 54010 with flag 392000/1447135
782.70/411.59	c cleaning 28001 clauses out of 56009 with flag 421000/1476135
797.92/419.48	c cleaning 29004 clauses out of 58008 with flag 451000/1506135
815.68/428.64	c cleaning 29996 clauses out of 60004 with flag 482000/1537135
832.66/437.58	c cleaning 31002 clauses out of 62008 with flag 514000/1569135
852.45/447.78	c cleaning 31996 clauses out of 64006 with flag 547000/1602135
873.01/458.30	c cleaning 33002 clauses out of 66010 with flag 581000/1636135
893.56/468.94	c cleaning 33999 clauses out of 68008 with flag 616000/1671135
916.79/481.06	c cleaning 35001 clauses out of 70009 with flag 652000/1707135
939.62/492.77	c cleaning 35997 clauses out of 72008 with flag 689000/1744135
962.72/504.62	c cleaning 36999 clauses out of 74011 with flag 727000/1782135
989.23/518.27	c cleaning 38002 clauses out of 76012 with flag 766000/1821135
1016.66/532.42	c cleaning 38501 clauses out of 77011 with flag 805001/1860136
1040.73/544.85	c cleaning 38749 clauses out of 77509 with flag 844000/1899135
1067.84/558.72	c cleaning 38878 clauses out of 77760 with flag 883000/1938135
1093.21/571.71	c cleaning 38926 clauses out of 77882 with flag 922000/1977135
1118.56/584.95	c cleaning 38973 clauses out of 77956 with flag 961000/2016135
1137.62/594.90	c cleaning 38980 clauses out of 77983 with flag 1000000/2055135
1160.09/606.48	c cleaning 38997 clauses out of 78003 with flag 1039000/2094135
1181.95/617.75	c cleaning 38997 clauses out of 78007 with flag 1078001/2133136
1204.29/629.49	c cleaning 38999 clauses out of 78010 with flag 1117001/2172136
1227.53/641.49	c cleaning 39000 clauses out of 78010 with flag 1156000/2211135
1247.40/651.75	c cleaning 39000 clauses out of 78010 with flag 1195000/2250135
1270.44/663.61	c cleaning 39005 clauses out of 78011 with flag 1234001/2289136
1297.15/677.56	c cleaning 39000 clauses out of 78005 with flag 1273000/2328135
1321.97/690.31	c cleaning 38995 clauses out of 78005 with flag 1312000/2367135
1346.57/703.06	c cleaning 38991 clauses out of 78010 with flag 1351000/2406135
1373.20/716.72	c cleaning 39004 clauses out of 78020 with flag 1390001/2445136
1397.62/729.58	c cleaning 38996 clauses out of 78015 with flag 1429000/2484135
1424.70/743.49	c cleaning 39007 clauses out of 78020 with flag 1468001/2523136
1450.48/756.77	c cleaning 39006 clauses out of 78012 with flag 1507000/2562135
1476.12/769.91	c cleaning 39002 clauses out of 78007 with flag 1546001/2601136
1502.32/783.62	c cleaning 38997 clauses out of 78004 with flag 1585000/2640135
1529.51/797.65	c cleaning 38995 clauses out of 78008 with flag 1624001/2679136
1553.48/810.09	c cleaning 38993 clauses out of 78012 with flag 1663000/2718135
1577.43/822.44	c cleaning 39008 clauses out of 78020 with flag 1702001/2757136
1603.01/835.83	c cleaning 38995 clauses out of 78011 with flag 1741000/2796135
1628.36/848.98	c cleaning 39001 clauses out of 78016 with flag 1780000/2835135
1653.13/861.78	c cleaning 39001 clauses out of 78016 with flag 1819001/2874136
1680.45/875.84	c cleaning 38995 clauses out of 78014 with flag 1858000/2913135
1707.98/890.20	c cleaning 39002 clauses out of 78020 with flag 1897001/2952136
1732.49/902.91	c cleaning 39001 clauses out of 78018 with flag 1936001/2991136
1760.18/917.25	c cleaning 38999 clauses out of 78016 with flag 1975000/3030135
1779.22/927.15	c cleaning 39000 clauses out of 78017 with flag 2014000/3069135
1798.74/937.52	c cleaning 39004 clauses out of 78017 with flag 2053000/3108135
1800.05/938.62	c starts		: 258
1800.05/938.62	c conflicts		: 3109101
1800.05/938.62	c decisions		: 3270473
1800.05/938.62	c propagations		: 18644012
1800.05/938.62	c inspects		: 5281983989
1800.05/938.62	c shortcuts		: 0
1800.05/938.62	c learnt literals	: 0
1800.05/938.62	c learnt binary clauses	: 0
1800.05/938.62	c learnt ternary clauses	: 0
1800.05/938.62	c learnt constraints	: 3109102
1800.05/938.62	c ignored constraints	: 0
1800.05/938.62	c root simplifications	: 0
1800.05/938.62	c removed literals (reason simplification)	: 37585846
1800.05/938.62	c reason swapping (by a shorter reason)	: 0
1800.05/938.62	c Calls to reduceDB	: 116
1800.05/938.62	c number of reductions to clauses (during analyze)	: 0
1800.05/938.62	c number of learned constraints concerned by reduction	: 0
1800.05/938.62	c number of learning phase by resolution	: 0
1800.05/938.62	c number of learning phase by cutting planes	: 0
1800.05/938.62	c speed (assignments/second)	: 29020.56995028345
1800.05/938.62	c non guided choices	0
1800.05/938.64	c learnt constraints type 
1800.05/938.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40067
1800.05/938.64	c constraints type 
1800.05/938.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18750
1800.05/938.64	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1800.05/938.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/938.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18750
1800.05/938.64	c constraints type 
1800.05/938.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18750
1800.05/938.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/938.64	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1800.05/938.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18750
1800.05/938.64	s SATISFIABLE
1800.05/938.64	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 
1800.05/938.64	c objective function=-37
1800.05/938.64	c Total wall clock time (in seconds): 938.534

Verifier Data

OK	-37

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 1.68 1.86 2.35 4/434 10413
/proc/meminfo: memFree=12467144/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=33696 CPUtime=0 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 1289 0 0 0 0 0 0 0 22 0 2 0 831095538 34504704 999 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 8425 1002 769 9 0 387 0
[pid=10413/tid=10415] ppid=10411 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) R 10411 10413 6192 0 -1 4202560 5627 0 1 0 0 0 0 0 24 0 2 0 831095539 10694979584 6443 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274664502331 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.046636 s]
/proc/loadavg: 1.68 1.86 2.35 4/434 10413
/proc/meminfo: memFree=12467144/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 11343 0 1 0 2 1 0 0 22 0 13 0 831095538 10718699520 11040 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2616870 11040 1679 9 0 2607618 0
[pid=10413/tid=10415] ppid=10411 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) R 10411 10413 6192 0 -1 4202560 10195 0 1 0 2 1 0 0 18 0 13 0 831095539 10718699520 11040 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676635083 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.107635 s]
/proc/loadavg: 1.68 1.86 2.35 4/434 10413
/proc/meminfo: memFree=12467144/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10539956 CPUtime=0.11 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 13173 0 1 0 10 1 0 0 22 0 18 0 831095538 10792914944 12869 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2634989 12875 2114 9 0 2625723 0
[pid=10413/tid=10415] ppid=10411 vsize=10539956 CPUtime=0.09 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) R 10411 10413 6192 0 -1 4202560 11226 0 1 0 8 1 0 0 22 0 18 0 831095539 10792914944 12875 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274664500944 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539956

[startup+0.300545 s]
/proc/loadavg: 1.68 1.86 2.35 4/434 10413
/proc/meminfo: memFree=12467144/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10540264 CPUtime=0.47 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 15542 0 1 0 45 2 0 0 22 0 18 0 831095538 10793230336 15004 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2635066 15004 2206 9 0 2625800 0
[pid=10413/tid=10415] ppid=10411 vsize=10540264 CPUtime=0.27 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) R 10411 10413 6192 0 -1 4202560 12779 0 1 0 26 1 0 0 22 0 18 0 831095539 10793230336 15004 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912505190954 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540264

[startup+0.700479 s]
/proc/loadavg: 1.68 1.86 2.35 4/434 10413
/proc/meminfo: memFree=12467144/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10559820 CPUtime=1.59 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 36272 0 1 0 155 4 0 0 22 0 18 0 831095538 10813255680 30596 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2639955 30596 2232 9 0 2630689 0
[pid=10413/tid=10415] ppid=10411 vsize=10559820 CPUtime=0.67 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) R 10411 10413 6192 0 -1 4202560 20327 0 1 0 65 2 0 0 24 0 18 0 831095539 10813255680 30596 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912505733196 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10559820

[startup+1.50134 s]
/proc/loadavg: 1.68 1.86 2.35 12/476 10458
/proc/meminfo: memFree=12219744/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10562472 CPUtime=3.07 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 53471 0 1 0 300 7 0 0 22 0 22 0 831095538 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2640618 47424 2243 9 0 2631352 0
[pid=10413/tid=10415] ppid=10411 vsize=10562472 CPUtime=0.91 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) S 10411 10413 6192 0 -1 4202560 33497 0 1 0 87 4 0 0 21 0 22 0 831095539 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10426] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10426/stat : 10426 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10427] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10427/stat : 10427 (java) S 10411 10413 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10428] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10428/stat : 10428 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10429] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10429/stat : 10429 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10430] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10430/stat : 10430 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10431] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10431/stat : 10431 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10432] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10432/stat : 10432 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10433] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10433/stat : 10433 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831095541 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10436] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10436/stat : 10436 (java) S 10411 10413 6192 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 831095542 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 0 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10437] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10437/stat : 10437 (java) S 10411 10413 6192 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831095542 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10438] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10438/stat : 10438 (java) S 10411 10413 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831095542 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10444] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10444/stat : 10444 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831095544 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676631985 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10445] ppid=10411 vsize=10562472 CPUtime=0.87 cores=1,3,5,7
/proc/10413/task/10445/stat : 10445 (java) R 10411 10413 6192 0 -1 4202560 7461 0 0 0 87 0 0 0 16 0 22 0 831095544 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 47461393473779 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10413/tid=10446] ppid=10411 vsize=10562472 CPUtime=0.92 cores=1,3,5,7
/proc/10413/task/10446/stat : 10446 (java) S 10411 10413 6192 0 -1 4202560 7726 0 0 0 92 0 0 0 17 0 22 0 831095544 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10447] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10447/stat : 10447 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831095544 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10448] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10448/stat : 10448 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831095544 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10458] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10458/stat : 10458 (java) S 10411 10413 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831095638 10815971328 47424 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10562472

[startup+3.1011 s]
/proc/loadavg: 1.68 1.86 2.35 3/474 10471
/proc/meminfo: memFree=12119444/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10562472 CPUtime=3.57 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 59817 0 1 0 349 8 0 0 22 0 20 0 831095538 10815971328 53769 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2640618 53772 2245 9 0 2631352 0
[pid=10413/tid=10415] ppid=10411 vsize=10562472 CPUtime=0.93 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) S 10411 10413 6192 0 -1 4202560 33739 0 1 0 89 4 0 0 16 0 20 0 831095539 10815971328 53774 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10426] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10426/stat : 10426 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53776 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10427] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10427/stat : 10427 (java) S 10411 10413 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53778 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10428] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10428/stat : 10428 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53779 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10429] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10429/stat : 10429 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53781 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10430] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10430/stat : 10430 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53783 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10431] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10431/stat : 10431 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53784 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10432] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10432/stat : 10432 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53786 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10433] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10433/stat : 10433 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831095541 10815971328 53787 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10436] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10436/stat : 10436 (java) S 10411 10413 6192 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 20 0 831095542 10815971328 53789 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 0 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10437] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10437/stat : 10437 (java) S 10411 10413 6192 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 20 0 831095542 10815971328 53790 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10438] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10438/stat : 10438 (java) S 10411 10413 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 831095542 10815971328 53792 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10444] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10444/stat : 10444 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 20 0 831095544 10815971328 53794 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676631985 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10445] ppid=10411 vsize=10562472 CPUtime=1 cores=1,3,5,7
/proc/10413/task/10445/stat : 10445 (java) S 10411 10413 6192 0 -1 4202560 7484 0 0 0 100 0 0 0 15 0 20 0 831095544 10815971328 53795 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10446] ppid=10411 vsize=10562472 CPUtime=1.06 cores=1,3,5,7
/proc/10413/task/10446/stat : 10446 (java) S 10411 10413 6192 0 -1 4202560 7742 0 0 0 106 0 0 0 15 0 20 0 831095544 10815971328 53797 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10447] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10447/stat : 10447 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 20 0 831095544 10815971328 53798 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10448] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10448/stat : 10448 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 831095544 10815971328 53800 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10471] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10471/stat : 10471 (java) S 10411 10413 6192 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 831095740 10815971328 53801 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 10562472

[startup+6.30155 s]
/proc/loadavg: 1.86 1.90 2.36 6/477 10494
/proc/meminfo: memFree=11651324/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10562472 CPUtime=7.11 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 143531 0 1 0 692 19 0 0 22 0 22 0 831095538 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2640618 137311 2268 9 0 2631352 0
[pid=10413/tid=10415] ppid=10411 vsize=10562472 CPUtime=0.95 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) S 10411 10413 6192 0 -1 4202560 34140 0 1 0 91 4 0 0 15 0 22 0 831095539 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10426] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10426/stat : 10426 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10427] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10427/stat : 10427 (java) S 10411 10413 6192 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10428] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10428/stat : 10428 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10429] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10429/stat : 10429 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10430] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10430/stat : 10430 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10431] ppid=10411 vsize=10562472 CPUtime=0.03 cores=1,3,5,7
/proc/10413/task/10431/stat : 10431 (java) S 10411 10413 6192 0 -1 4202560 3806 0 0 0 3 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10432] ppid=10411 vsize=10562472 CPUtime=0.04 cores=1,3,5,7
/proc/10413/task/10432/stat : 10432 (java) S 10411 10413 6192 0 -1 4202560 3257 0 0 0 4 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10433] ppid=10411 vsize=10562472 CPUtime=0.03 cores=1,3,5,7
/proc/10413/task/10433/stat : 10433 (java) S 10411 10413 6192 0 -1 4202560 4407 0 0 0 3 0 0 0 18 0 22 0 831095541 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10436] ppid=10411 vsize=10562472 CPUtime=0.09 cores=1,3,5,7
/proc/10413/task/10436/stat : 10436 (java) R 10411 10413 6192 0 -1 4202560 1344 0 0 0 9 0 0 0 16 0 22 0 831095542 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 47461392564296 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=10413/tid=10437] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10437/stat : 10437 (java) S 10411 10413 6192 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831095542 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10438] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10438/stat : 10438 (java) S 10411 10413 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831095542 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10444] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10444/stat : 10444 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831095544 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676631985 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10445] ppid=10411 vsize=10562472 CPUtime=1.29 cores=1,3,5,7
/proc/10413/task/10445/stat : 10445 (java) S 10411 10413 6192 0 -1 4202560 7505 0 0 0 129 0 0 0 15 0 22 0 831095544 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10446] ppid=10411 vsize=10562472 CPUtime=1.31 cores=1,3,5,7
/proc/10413/task/10446/stat : 10446 (java) S 10411 10413 6192 0 -1 4202560 7767 0 0 0 131 0 0 0 15 0 22 0 831095544 10815971328 137311 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=9249576/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10562472 CPUtime=1577.23 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 599103 0 1 0 157651 72 0 0 22 0 22 0 831095538 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2640618 592612 2273 9 0 2631352 0
[pid=10413/tid=10415] ppid=10411 vsize=10562472 CPUtime=0.96 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) S 10411 10413 6192 0 -1 4202560 34231 0 1 0 92 4 0 0 15 0 22 0 831095539 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10426] ppid=10411 vsize=10562472 CPUtime=0.84 cores=1,3,5,7
/proc/10413/task/10426/stat : 10426 (java) S 10411 10413 6192 0 -1 4202560 3040 0 0 0 84 0 0 0 15 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10427] ppid=10411 vsize=10562472 CPUtime=0.96 cores=1,3,5,7
/proc/10413/task/10427/stat : 10427 (java) S 10411 10413 6192 0 -1 4202560 1484 0 0 0 96 0 0 0 16 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10428] ppid=10411 vsize=10562472 CPUtime=1.05 cores=1,3,5,7
/proc/10413/task/10428/stat : 10428 (java) S 10411 10413 6192 0 -1 4202560 4029 0 0 0 105 0 0 0 15 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10429] ppid=10411 vsize=10562472 CPUtime=0.7 cores=1,3,5,7
/proc/10413/task/10429/stat : 10429 (java) S 10411 10413 6192 0 -1 4202560 3218 0 0 0 70 0 0 0 15 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10430] ppid=10411 vsize=10562472 CPUtime=1 cores=1,3,5,7
/proc/10413/task/10430/stat : 10430 (java) S 10411 10413 6192 0 -1 4202560 5047 0 0 0 100 0 0 0 16 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10431] ppid=10411 vsize=10562472 CPUtime=0.95 cores=1,3,5,7
/proc/10413/task/10431/stat : 10431 (java) S 10411 10413 6192 0 -1 4202560 5944 0 0 0 95 0 0 0 16 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10432] ppid=10411 vsize=10562472 CPUtime=1.12 cores=1,3,5,7
/proc/10413/task/10432/stat : 10432 (java) S 10411 10413 6192 0 -1 4202560 4997 0 0 0 112 0 0 0 15 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10433] ppid=10411 vsize=10562472 CPUtime=0.96 cores=1,3,5,7
/proc/10413/task/10433/stat : 10433 (java) S 10411 10413 6192 0 -1 4202560 6610 0 0 0 95 1 0 0 16 0 22 0 831095541 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10436] ppid=10411 vsize=10562472 CPUtime=61.51 cores=1,3,5,7
/proc/10413/task/10436/stat : 10436 (java) S 10411 10413 6192 0 -1 4202560 129763 0 0 0 6137 14 0 0 15 0 22 0 831095542 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 0 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10437] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10437/stat : 10437 (java) S 10411 10413 6192 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 831095542 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10438] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10438/stat : 10438 (java) S 10411 10413 6192 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 831095542 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10444] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10444/stat : 10444 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831095544 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676631985 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10445] ppid=10411 vsize=10562472 CPUtime=1.46 cores=1,3,5,7
/proc/10413/task/10445/stat : 10445 (java) S 10411 10413 6192 0 -1 4202560 7525 0 0 0 146 0 0 0 15 0 22 0 831095544 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10446] ppid=10411 vsize=10562472 CPUtime=1.68 cores=1,3,5,7
/proc/10413/task/10446/stat : 10446 (java) S 10411 10413 6192 0 -1 4202560 7803 0 0 0 168 0 0 0 15 0 22 0 831095544 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10447] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10447/stat : 10447 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831095544 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10448] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10448/stat : 10448 (java) S 10411 10413 6192 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831095544 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10471] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10471/stat : 10471 (java) S 10411 10413 6192 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831095740 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10525] ppid=10411 vsize=10562472 CPUtime=480.87 cores=1,3,5,7
/proc/10413/task/10525/stat : 10525 (java) R 10411 10413 6192 0 -1 4202560 0 0 0 0 48087 0 0 0 25 0 22 0 831125157 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912506366214 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10413/tid=10526] ppid=10411 vsize=10562472 CPUtime=480.94 cores=1,3,5,7
/proc/10413/task/10526/stat : 10526 (java) R 10411 10413 6192 0 -1 4202560 1 0 0 0 48094 0 0 0 25 0 22 0 831125157 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912506507003 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10413/tid=10527] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10527/stat : 10527 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831125157 10815971328 592612 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1577.23
Current children cumulated vsize (KiB) 10562472

[startup+882.301 s]
/proc/loadavg: 3.49 3.45 3.10 5/477 10542
/proc/meminfo: memFree=9204308/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10562472 CPUtime=1692.18 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 608960 0 1 0 169145 73 0 0 22 0 22 0 831095538 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2640618 602458 2273 9 0 2631352 0
[pid=10413/tid=10415] ppid=10411 vsize=10562472 CPUtime=0.96 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) S 10411 10413 6192 0 -1 4202560 34236 0 1 0 92 4 0 0 15 0 22 0 831095539 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10426] ppid=10411 vsize=10562472 CPUtime=0.89 cores=1,3,5,7
/proc/10413/task/10426/stat : 10426 (java) S 10411 10413 6192 0 -1 4202560 3052 0 0 0 89 0 0 0 15 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10427] ppid=10411 vsize=10562472 CPUtime=1.06 cores=1,3,5,7
/proc/10413/task/10427/stat : 10427 (java) S 10411 10413 6192 0 -1 4202560 1489 0 0 0 106 0 0 0 16 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10428] ppid=10411 vsize=10562472 CPUtime=1.11 cores=1,3,5,7
/proc/10413/task/10428/stat : 10428 (java) S 10411 10413 6192 0 -1 4202560 4029 0 0 0 111 0 0 0 15 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10429] ppid=10411 vsize=10562472 CPUtime=0.79 cores=1,3,5,7
/proc/10413/task/10429/stat : 10429 (java) S 10411 10413 6192 0 -1 4202560 3231 0 0 0 79 0 0 0 16 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10430] ppid=10411 vsize=10562472 CPUtime=1.06 cores=1,3,5,7
/proc/10413/task/10430/stat : 10430 (java) S 10411 10413 6192 0 -1 4202560 5047 0 0 0 106 0 0 0 15 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10431] ppid=10411 vsize=10562472 CPUtime=1.02 cores=1,3,5,7
/proc/10413/task/10431/stat : 10431 (java) S 10411 10413 6192 0 -1 4202560 5953 0 0 0 102 0 0 0 16 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10432] ppid=10411 vsize=10562472 CPUtime=1.17 cores=1,3,5,7
/proc/10413/task/10432/stat : 10432 (java) S 10411 10413 6192 0 -1 4202560 5000 0 0 0 117 0 0 0 15 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10433] ppid=10411 vsize=10562472 CPUtime=1.01 cores=1,3,5,7
/proc/10413/task/10433/stat : 10433 (java) S 10411 10413 6192 0 -1 4202560 6610 0 0 0 100 1 0 0 16 0 22 0 831095541 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10436] ppid=10411 vsize=10562472 CPUtime=66.78 cores=1,3,5,7
/proc/10413/task/10436/stat : 10436 (java) S 10411 10413 6192 0 -1 4202560 139569 0 0 0 6663 15 0 0 15 0 22 0 831095542 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 0 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10437] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10437/stat : 10437 (java) S 10411 10413 6192 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 831095542 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10438] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10438/stat : 10438 (java) S 10411 10413 6192 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 831095542 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10444] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10444/stat : 10444 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831095544 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676631985 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10445] ppid=10411 vsize=10562472 CPUtime=1.46 cores=1,3,5,7
/proc/10413/task/10445/stat : 10445 (java) S 10411 10413 6192 0 -1 4202560 7525 0 0 0 146 0 0 0 15 0 22 0 831095544 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10446] ppid=10411 vsize=10562472 CPUtime=1.68 cores=1,3,5,7
/proc/10413/task/10446/stat : 10446 (java) S 10411 10413 6192 0 -1 4202560 7803 0 0 0 168 0 0 0 15 0 22 0 831095544 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10447] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10447/stat : 10447 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831095544 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10448] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10448/stat : 10448 (java) S 10411 10413 6192 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831095544 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10471] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10471/stat : 10471 (java) S 10411 10413 6192 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831095740 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10525] ppid=10411 vsize=10562472 CPUtime=535.46 cores=1,3,5,7
/proc/10413/task/10525/stat : 10525 (java) R 10411 10413 6192 0 -1 4202560 0 0 0 0 53546 0 0 0 25 0 22 0 831125157 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912506427995 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10413/tid=10526] ppid=10411 vsize=10562472 CPUtime=535.54 cores=1,3,5,7
/proc/10413/task/10526/stat : 10526 (java) R 10411 10413 6192 0 -1 4202560 1 0 0 0 53554 0 0 0 25 0 22 0 831125157 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912506309874 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10413/tid=10527] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10527/stat : 10527 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831125157 10815971328 602458 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1692.18
Current children cumulated vsize (KiB) 10562472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+938.601 s]
/proc/loadavg: 3.37 3.43 3.10 5/477 10544
/proc/meminfo: memFree=9180976/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=10562472 CPUtime=1800.05 cores=1,3,5,7
/proc/10413/stat : 10413 (java) S 10411 10413 6192 0 -1 4202496 612333 0 1 0 179932 73 0 0 22 0 22 0 831095538 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 2640618 605820 2273 9 0 2631352 0
[pid=10413/tid=10415] ppid=10411 vsize=10562472 CPUtime=0.96 cores=1,3,5,7
/proc/10413/task/10415/stat : 10415 (java) S 10411 10413 6192 0 -1 4202560 34241 0 1 0 92 4 0 0 15 0 22 0 831095539 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10426] ppid=10411 vsize=10562472 CPUtime=0.91 cores=1,3,5,7
/proc/10413/task/10426/stat : 10426 (java) S 10411 10413 6192 0 -1 4202560 3054 0 0 0 91 0 0 0 15 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10427] ppid=10411 vsize=10562472 CPUtime=1.15 cores=1,3,5,7
/proc/10413/task/10427/stat : 10427 (java) S 10411 10413 6192 0 -1 4202560 1527 0 0 0 115 0 0 0 15 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10428] ppid=10411 vsize=10562472 CPUtime=1.17 cores=1,3,5,7
/proc/10413/task/10428/stat : 10428 (java) S 10411 10413 6192 0 -1 4202560 4202 0 0 0 117 0 0 0 15 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10429] ppid=10411 vsize=10562472 CPUtime=0.82 cores=1,3,5,7
/proc/10413/task/10429/stat : 10429 (java) S 10411 10413 6192 0 -1 4202560 3232 0 0 0 82 0 0 0 16 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 1 0 0 0
[pid=10413/tid=10430] ppid=10411 vsize=10562472 CPUtime=1.13 cores=1,3,5,7
/proc/10413/task/10430/stat : 10430 (java) S 10411 10413 6192 0 -1 4202560 5047 0 0 0 113 0 0 0 16 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10431] ppid=10411 vsize=10562472 CPUtime=1.13 cores=1,3,5,7
/proc/10413/task/10431/stat : 10431 (java) S 10411 10413 6192 0 -1 4202560 6107 0 0 0 113 0 0 0 16 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10432] ppid=10411 vsize=10562472 CPUtime=1.23 cores=1,3,5,7
/proc/10413/task/10432/stat : 10432 (java) S 10411 10413 6192 0 -1 4202560 5176 0 0 0 123 0 0 0 15 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10433] ppid=10411 vsize=10562472 CPUtime=1.07 cores=1,3,5,7
/proc/10413/task/10433/stat : 10433 (java) S 10411 10413 6192 0 -1 4202560 6621 0 0 0 106 1 0 0 16 0 22 0 831095541 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10436] ppid=10411 vsize=10562472 CPUtime=71.72 cores=1,3,5,7
/proc/10413/task/10436/stat : 10436 (java) S 10411 10413 6192 0 -1 4202560 142380 0 0 0 7157 15 0 0 16 0 22 0 831095542 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 0 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10437] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10437/stat : 10437 (java) S 10411 10413 6192 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 831095542 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10438] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10438/stat : 10438 (java) S 10411 10413 6192 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 831095542 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10444] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10444/stat : 10444 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831095544 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676631985 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10445] ppid=10411 vsize=10562472 CPUtime=1.46 cores=1,3,5,7
/proc/10413/task/10445/stat : 10445 (java) S 10411 10413 6192 0 -1 4202560 7525 0 0 0 146 0 0 0 15 0 22 0 831095544 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 3 0 0 0
[pid=10413/tid=10446] ppid=10411 vsize=10562472 CPUtime=1.68 cores=1,3,5,7
/proc/10413/task/10446/stat : 10446 (java) S 10411 10413 6192 0 -1 4202560 7803 0 0 0 168 0 0 0 15 0 22 0 831095544 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10447] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10447/stat : 10447 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831095544 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624281 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10448] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10448/stat : 10448 (java) S 10411 10413 6192 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831095544 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 5 0 0 0
[pid=10413/tid=10471] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10471/stat : 10471 (java) S 10411 10413 6192 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831095740 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
[pid=10413/tid=10525] ppid=10411 vsize=10562472 CPUtime=586.68 cores=1,3,5,7
/proc/10413/task/10525/stat : 10525 (java) R 10411 10413 6192 0 -1 4202560 0 0 0 0 58668 0 0 0 18 0 22 0 831125157 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912506427880 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10413/tid=10526] ppid=10411 vsize=10562472 CPUtime=586.77 cores=1,3,5,7
/proc/10413/task/10526/stat : 10526 (java) R 10411 10413 6192 0 -1 4202560 1 0 0 0 58677 0 0 0 18 0 22 0 831125157 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 46912506313329 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10413/tid=10527] ppid=10411 vsize=10562472 CPUtime=0 cores=1,3,5,7
/proc/10413/task/10527/stat : 10527 (java) S 10411 10413 6192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831125157 10815971328 605820 33554432000 1073741824 1073778376 140736025682816 18446744073709551615 274676624896 0 4 0 16800975 18446604460187699136 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10562472

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

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

[startup+938.722 s]
/proc/loadavg: 3.37 3.43 3.10 5/477 10544
/proc/meminfo: memFree=9180976/32951132 swapFree=67093840/67111528
[pid=10413] ppid=10411 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/10413/stat : 10413 (java) Z 10411 10413 6192 0 -1 4203548 612361 0 1 0 179944 79 0 0 17 0 2 0 831095538 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10413/statm: 0 0 0 0 0 0 0
[pid=10413/tid=10447] ppid=10411 vsize=0 CPUtime=0.06 cores=1,3,5,7
/proc/10413/task/10447/stat : 10447 (java) R 10411 10413 6192 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 831095544 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 938.753
CPU time (s): 1800.28
CPU user time (s): 1799.45
CPU system time (s): 0.827874
CPU usage (%): 191.773
Max. virtual memory (cumulated for all children) (KiB): 10562472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.827874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612361
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24890
involuntary context switches= 25493

runsolver used 3.9594 second user time and 9.82451 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-04 15:42:39
IDJOB=3454017
IDBENCH=48221
IDSOLVER=1950
FILE ID=node131/3454017-1307194959
RUNJOBID= node131-1307194959-10394
PBS_JOBID= 13508857
Free space on /tmp= 73912 MiB

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

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

MD5SUM BENCH= 5ebd53ca3e688df11993cbeac431dac6
RANDOM SEED=735243874

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12472508 kB
Buffers:        353588 kB
Cached:        5682888 kB
SwapCached:        948 kB
Active:       15990920 kB
Inactive:      4168416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12472508 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:            1188 kB
Writeback:           0 kB
AnonPages:    14122040 kB
Mapped:          41196 kB
Slab:           198364 kB
PageTables:      55476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 105603628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73908 MiB
End job on node131 at 2011-06-04 15:58:20