Trace number 3454078

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)-24 1800.23 920.034

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_4.opb
MD5SUMf7dd1b6b0a4946caf4c26a82905ed8fe
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-32
Best CPU time to get the best result obtained on this benchmark1797.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -34
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12520
Sum of products size (including duplicates)25040
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/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@5495fd19
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@ae94e92
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-3454078-1307195751.opb
0.10/0.11	c reading problem ... 
1.29/0.60	c ... done. Wall clock time 0.484s.
1.29/0.60	c #vars     6660
1.29/0.60	c #constraints  13122
1.29/0.60	c constraints type 
1.29/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6260
1.29/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
1.29/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.29/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1.29/0.60	c constraints type 
1.29/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.29/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6260
1.29/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
1.29/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
2.09/0.90	c  And the winner is CuttingPlanes
2.42/1.10	c SATISFIABLE
2.42/1.10	c OPTIMIZING...
2.42/1.10	c Got one! Elapsed wall clock time (in seconds):0.996
2.42/1.10	o -3
2.44/1.19	c  And the winner is CuttingPlanes
2.78/1.61	c Got one! Elapsed wall clock time (in seconds):1.503
2.78/1.61	o -6
3.03/1.71	c  And the winner is CuttingPlanes
3.07/2.12	c Got one! Elapsed wall clock time (in seconds):2.008
3.07/2.12	o -7
3.07/2.21	c  And the winner is CuttingPlanes
3.31/2.62	c Got one! Elapsed wall clock time (in seconds):2.512
3.31/2.62	o -8
3.31/2.67	c  And the winner is CuttingPlanes
3.45/3.12	c Got one! Elapsed wall clock time (in seconds):3.015
3.45/3.12	o -9
3.45/3.19	c  And the winner is CuttingPlanes
3.60/3.63	c Got one! Elapsed wall clock time (in seconds):3.519
3.60/3.63	o -10
3.74/3.71	c  And the winner is CuttingPlanes
3.76/4.13	c Got one! Elapsed wall clock time (in seconds):4.023
3.76/4.13	o -11
3.89/4.21	c  And the winner is CuttingPlanes
3.93/4.64	c Got one! Elapsed wall clock time (in seconds):4.527
3.93/4.64	o -12
3.93/4.69	c  And the winner is CuttingPlanes
4.03/5.14	c Got one! Elapsed wall clock time (in seconds):5.031
4.03/5.14	o -13
4.15/5.21	c  And the winner is CuttingPlanes
4.17/5.64	c Got one! Elapsed wall clock time (in seconds):5.534
4.17/5.64	o -14
4.31/5.71	c  And the winner is CuttingPlanes
4.36/6.15	c Got one! Elapsed wall clock time (in seconds):6.037
4.36/6.15	o -15
4.45/6.21	c  And the winner is CuttingPlanes
4.48/6.65	c Got one! Elapsed wall clock time (in seconds):6.54
4.48/6.65	o -16
4.61/6.72	c  And the winner is CuttingPlanes
4.66/7.15	c Got one! Elapsed wall clock time (in seconds):7.043
4.66/7.15	o -17
5.47/7.53	c  And the winner is CuttingPlanes
5.54/7.65	c Got one! Elapsed wall clock time (in seconds):7.546
5.54/7.65	o -18
6.65/8.20	c  And the winner is CuttingPlanes
6.66/8.66	c Got one! Elapsed wall clock time (in seconds):8.55
6.66/8.66	o -19
9.93/10.36	c  And the winner is CuttingPlanes
10.06/10.67	c Got one! Elapsed wall clock time (in seconds):10.559
10.06/10.67	o -20
12.37/11.89	c cleaning 4213 clauses out of 8448 with flag 2000/8448
19.63/15.48	c  And the winner is CuttingPlanes
19.78/15.69	c Got one! Elapsed wall clock time (in seconds):15.579
19.78/15.69	o -21
26.04/18.82	c cleaning 7542 clauses out of 15192 with flag 5000/19405
33.00/22.33	c cleaning 6741 clauses out of 13650 with flag 11000/25405
38.35/25.07	c cleaning 6859 clauses out of 13909 with flag 18000/32405
47.27/29.50	c cleaning 7456 clauses out of 15050 with flag 26000/40405
56.62/34.24	c cleaning 8240 clauses out of 16594 with flag 35000/49405
68.00/39.95	c cleaning 9007 clauses out of 18354 with flag 45000/59405
74.92/43.46	c  And the winner is CuttingPlanes
75.05/43.85	c Got one! Elapsed wall clock time (in seconds):43.738
75.05/43.85	o -22
80.55/46.67	c cleaning 9884 clauses out of 19767 with flag 5000/69825
85.04/48.98	c cleaning 7835 clauses out of 15883 with flag 11000/75825
94.36/53.61	c cleaning 7455 clauses out of 15048 with flag 18000/82825
101.08/57.11	c cleaning 7790 clauses out of 15593 with flag 26000/90825
112.22/62.70	c cleaning 8231 clauses out of 16803 with flag 35000/99825
114.30/63.77	c  And the winner is CuttingPlanes
114.43/63.92	c Got one! Elapsed wall clock time (in seconds):63.815
114.43/63.92	o -23
118.18/65.85	c cleaning 7002 clauses out of 14164 with flag 4000/105417
122.70/68.20	c cleaning 6512 clauses out of 13162 with flag 10000/111417
128.40/71.08	c cleaning 6763 clauses out of 13650 with flag 17000/118417
134.71/74.25	c cleaning 7432 clauses out of 14887 with flag 25000/126417
142.58/78.22	c cleaning 8063 clauses out of 16455 with flag 34000/135417
155.70/84.85	c cleaning 9107 clauses out of 18392 with flag 44000/145417
162.41/88.22	c  And the winner is CuttingPlanes
162.46/88.53	c Got one! Elapsed wall clock time (in seconds):88.426
162.46/88.53	o -24
168.02/91.33	c cleaning 10597 clauses out of 21193 with flag 5000/157325
172.32/93.55	c cleaning 8269 clauses out of 16596 with flag 11000/163325
181.16/98.06	c cleaning 7604 clauses out of 15327 with flag 18000/170325
187.49/101.29	c cleaning 7862 clauses out of 15723 with flag 26000/178325
198.77/106.91	c cleaning 8359 clauses out of 16861 with flag 35000/187325
208.87/112.03	c cleaning 9188 clauses out of 18502 with flag 45000/197325
220.72/118.08	c cleaning 10150 clauses out of 20314 with flag 56000/208325
234.03/124.77	c cleaning 11022 clauses out of 22164 with flag 68000/220325
249.93/132.78	c cleaning 12009 clauses out of 24142 with flag 81000/233325
264.41/140.08	c cleaning 13067 clauses out of 26133 with flag 95000/247325
279.85/147.83	c cleaning 13440 clauses out of 27066 with flag 109000/261325
296.13/156.08	c cleaning 13811 clauses out of 27626 with flag 123000/275325
314.04/165.09	c cleaning 13812 clauses out of 27815 with flag 137000/289325
329.68/172.90	c cleaning 13998 clauses out of 28003 with flag 151000/303325
346.89/181.60	c cleaning 13854 clauses out of 28005 with flag 165000/317325
363.36/189.92	c cleaning 14029 clauses out of 28151 with flag 179000/331325
380.82/198.71	c cleaning 13933 clauses out of 28122 with flag 193000/345325
397.29/207.04	c cleaning 14010 clauses out of 28189 with flag 207000/359325
413.29/215.14	c cleaning 14077 clauses out of 28179 with flag 221000/373325
431.56/224.34	c cleaning 13952 clauses out of 28102 with flag 235000/387325
450.81/234.00	c cleaning 13922 clauses out of 28150 with flag 249000/401325
469.27/243.35	c cleaning 13981 clauses out of 28228 with flag 263000/415325
488.07/252.90	c cleaning 13985 clauses out of 28247 with flag 277000/429325
505.32/261.51	c cleaning 14034 clauses out of 28262 with flag 291000/443325
524.17/271.00	c cleaning 14052 clauses out of 28228 with flag 305000/457325
541.21/279.65	c cleaning 13954 clauses out of 28176 with flag 319000/471325
561.79/290.02	c cleaning 13989 clauses out of 28222 with flag 333000/485325
581.83/300.14	c cleaning 13947 clauses out of 28233 with flag 347000/499325
600.05/309.31	c cleaning 14065 clauses out of 28286 with flag 361000/513325
617.49/318.14	c cleaning 13985 clauses out of 28221 with flag 375000/527325
632.44/325.74	c cleaning 14030 clauses out of 28236 with flag 389000/541325
652.87/336.00	c cleaning 14008 clauses out of 28206 with flag 403000/555325
672.71/346.00	c cleaning 13965 clauses out of 28198 with flag 417000/569325
692.52/356.02	c cleaning 0 clauses out of 8070 with flag 0/8070
693.27/356.58	c cleaning 13980 clauses out of 28233 with flag 431000/583325
714.71/367.36	c cleaning 14045 clauses out of 28253 with flag 445000/597325
737.10/378.60	c cleaning 13990 clauses out of 28208 with flag 459000/611325
759.92/390.11	c cleaning 13955 clauses out of 28218 with flag 473000/625325
779.83/400.30	c cleaning 13970 clauses out of 28263 with flag 487000/639325
798.83/409.89	c cleaning 14075 clauses out of 28293 with flag 501000/653325
816.21/418.62	c cleaning 13973 clauses out of 28218 with flag 515000/667325
834.63/427.98	c cleaning 14003 clauses out of 28245 with flag 529000/681325
853.29/437.45	c cleaning 14061 clauses out of 28242 with flag 543000/695325
870.30/446.06	c cleaning 14028 clauses out of 28181 with flag 557000/709325
887.27/454.69	c cleaning 13996 clauses out of 28153 with flag 571000/723325
904.44/463.36	c cleaning 14007 clauses out of 28157 with flag 585000/737325
921.92/472.22	c cleaning 14004 clauses out of 28150 with flag 599000/751325
942.91/482.84	c cleaning 14044 clauses out of 28146 with flag 613000/765325
962.87/492.99	c cleaning 13979 clauses out of 28102 with flag 627000/779325
982.84/503.08	c cleaning 13937 clauses out of 28123 with flag 641000/793325
1001.11/512.39	c cleaning 14024 clauses out of 28186 with flag 655000/807325
1020.48/522.18	c cleaning 13986 clauses out of 28162 with flag 669000/821325
1040.45/532.29	c cleaning 13917 clauses out of 28176 with flag 683000/835325
1060.46/542.32	c cleaning 14063 clauses out of 28259 with flag 697000/849325
1080.69/552.64	c cleaning 14035 clauses out of 28196 with flag 711000/863325
1099.05/561.96	c cleaning 13986 clauses out of 28161 with flag 725000/877325
1117.01/571.00	c cleaning 14000 clauses out of 28175 with flag 739000/891325
1135.18/580.27	c cleaning 13981 clauses out of 28175 with flag 753000/905325
1152.84/589.23	c cleaning 13997 clauses out of 28194 with flag 767000/919325
1171.79/598.81	c cleaning 13985 clauses out of 28197 with flag 781000/933325
1188.94/607.55	c cleaning 14030 clauses out of 28212 with flag 795000/947325
1206.49/616.45	c cleaning 14075 clauses out of 28182 with flag 809000/961325
1225.16/625.95	c cleaning 14030 clauses out of 28107 with flag 823000/975325
1243.67/635.32	c cleaning 13932 clauses out of 28077 with flag 837000/989325
1261.83/644.56	c cleaning 13971 clauses out of 28145 with flag 851000/1003325
1279.77/653.61	c cleaning 14024 clauses out of 28174 with flag 865000/1017325
1297.60/662.71	c cleaning 14046 clauses out of 28150 with flag 879000/1031325
1315.55/671.84	c cleaning 13978 clauses out of 28104 with flag 893000/1045325
1329.68/679.03	c cleaning 13897 clauses out of 28126 with flag 907000/1059325
1348.43/688.56	c cleaning 14092 clauses out of 28229 with flag 921000/1073325
1366.84/697.97	c cleaning 14001 clauses out of 28137 with flag 935000/1087325
1382.98/706.13	c cleaning 14006 clauses out of 28136 with flag 949000/1101325
1397.89/713.71	c cleaning 14021 clauses out of 28130 with flag 963000/1115325
1412.01/720.90	c cleaning 13982 clauses out of 28109 with flag 977000/1129325
1427.42/728.86	c cleaning 14005 clauses out of 28127 with flag 991000/1143325
1442.95/736.71	c cleaning 13988 clauses out of 28123 with flag 1005001/1157326
1457.67/744.26	c cleaning 14014 clauses out of 28134 with flag 1019000/1171325
1472.39/751.72	c cleaning 13996 clauses out of 28120 with flag 1033000/1185325
1486.79/759.15	c cleaning 14000 clauses out of 28124 with flag 1047000/1199325
1500.70/766.27	c cleaning 14005 clauses out of 28124 with flag 1061000/1213325
1514.81/773.45	c cleaning 13975 clauses out of 28119 with flag 1075000/1227325
1529.32/780.89	c cleaning 13970 clauses out of 28144 with flag 1089000/1241325
1545.30/789.09	c cleaning 14003 clauses out of 28174 with flag 1103000/1255325
1562.41/797.76	c cleaning 13983 clauses out of 28171 with flag 1117000/1269325
1576.71/805.07	c cleaning 13955 clauses out of 28188 with flag 1131000/1283325
1590.62/812.16	c cleaning 14073 clauses out of 28233 with flag 1145000/1297325
1603.18/818.63	c cleaning 13985 clauses out of 28160 with flag 1159000/1311325
1613.29/823.85	c cleaning 14046 clauses out of 28175 with flag 1173000/1325325
1625.97/830.31	c cleaning 13915 clauses out of 28129 with flag 1187000/1339325
1639.88/837.47	c cleaning 14024 clauses out of 28214 with flag 1201000/1353325
1651.85/843.69	c cleaning 14060 clauses out of 28190 with flag 1215000/1367325
1661.72/848.75	c cleaning 13939 clauses out of 28130 with flag 1229000/1381325
1674.01/855.01	c cleaning 13984 clauses out of 28191 with flag 1243000/1395325
1683.70/860.07	c cleaning 14087 clauses out of 28207 with flag 1257000/1409325
1695.07/865.95	c cleaning 14002 clauses out of 28120 with flag 1271000/1423325
1704.96/871.09	c cleaning 14020 clauses out of 28118 with flag 1285000/1437325
1714.85/876.19	c cleaning 13972 clauses out of 28098 with flag 1299000/1451325
1726.95/882.32	c cleaning 14013 clauses out of 28126 with flag 1313000/1465325
1736.71/887.50	c cleaning 14005 clauses out of 28113 with flag 1327000/1479325
1749.22/893.82	c cleaning 13952 clauses out of 28108 with flag 1341000/1493325
1765.52/902.13	c cleaning 13920 clauses out of 28156 with flag 1355000/1507325
1781.40/910.25	c cleaning 14050 clauses out of 28236 with flag 1369000/1521325
1796.15/917.80	c cleaning 13983 clauses out of 28186 with flag 1383000/1535325
1800.06/919.92	c starts		: 55
1800.06/919.92	c conflicts		: 11604
1800.06/919.92	c decisions		: 189589
1800.06/919.92	c propagations		: 4847325
1800.06/919.92	c inspects		: 655673886
1800.06/919.92	c shortcuts		: 0
1800.06/919.92	c learnt literals	: 0
1800.06/919.92	c learnt binary clauses	: 0
1800.06/919.92	c learnt ternary clauses	: 0
1800.06/919.92	c learnt constraints	: 11603
1800.06/919.92	c ignored constraints	: 0
1800.06/919.92	c root simplifications	: 0
1800.06/919.92	c removed literals (reason simplification)	: 0
1800.06/919.92	c reason swapping (by a shorter reason)	: 0
1800.06/919.92	c Calls to reduceDB	: 1
1800.06/919.92	c number of reductions to clauses (during analyze)	: 0
1800.06/919.92	c number of learned constraints concerned by reduction	: 0
1800.06/919.92	c number of learning phase by resolution	: 0
1800.06/919.92	c number of learning phase by cutting planes	: 0
1800.06/919.92	c speed (assignments/second)	: 5830.428538437112
1800.06/919.92	c non guided choices	21
1800.06/919.93	c learnt constraints type 
1800.06/919.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11603
1800.06/919.93	c constraints type 
1800.06/919.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6260
1800.06/919.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.06/919.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.06/919.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1800.06/919.93	c constraints type 
1800.06/919.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.06/919.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6260
1800.06/919.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.06/919.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1800.06/919.93	s SATISFIABLE
1800.06/919.93	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 
1800.06/919.93	c objective function=-24
1800.06/919.93	c Total wall clock time (in seconds): 919.82

Verifier Data

OK	-24

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-3454078-1307195751/watcher-3454078-1307195751 -o /tmp/evaluation-result-3454078-1307195751/solver-3454078-1307195751 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454078-1307195751.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: 2.00 3.05 3.40 1/442 4478
/proc/meminfo: memFree=25760788/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 1312 0 0 0 0 0 0 0 25 0 2 0 831173313 36646912 1015 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 8947 1017 782 9 0 386 0
[pid=4478/tid=4479] ppid=4476 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) R 4476 4478 31765 0 -1 4202560 5137 0 1 0 0 0 0 0 25 0 2 0 831173313 10694979584 5952 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0335619 s]
/proc/loadavg: 2.00 3.05 3.40 1/442 4478
/proc/meminfo: memFree=25760788/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 10980 0 1 0 1 0 0 0 25 0 11 0 831173313 10716594176 10680 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2616356 10681 1608 9 0 2607104 0
[pid=4478/tid=4479] ppid=4476 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) R 4476 4478 31765 0 -1 4202560 9858 0 1 0 1 0 0 0 25 0 11 0 831173313 10716594176 10681 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528660939 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10465424

[startup+0.104599 s]
/proc/loadavg: 2.00 3.05 3.40 1/442 4478
/proc/meminfo: memFree=25760788/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10540140 CPUtime=0.1 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 13158 0 1 0 9 1 0 0 25 0 18 0 831173313 10793103360 12856 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2635035 12856 2093 9 0 2625769 0
[pid=4478/tid=4479] ppid=4476 vsize=10540140 CPUtime=0.09 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) R 4476 4478 31765 0 -1 4202560 11232 0 1 0 8 1 0 0 18 0 18 0 831173313 10793103360 12856 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 46912496207673 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540140

[startup+0.300521 s]
/proc/loadavg: 2.00 3.05 3.40 1/442 4478
/proc/meminfo: memFree=25760788/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10543580 CPUtime=0.47 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 16112 0 1 0 46 1 0 0 25 0 18 0 831173313 10796625920 15619 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2635895 15620 2212 9 0 2626629 0
[pid=4478/tid=4479] ppid=4476 vsize=10543580 CPUtime=0.28 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) R 4476 4478 31765 0 -1 4202560 12989 0 1 0 27 1 0 0 18 0 18 0 831173313 10796625920 15620 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 47402390162259 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10543580

[startup+0.700404 s]
/proc/loadavg: 2.00 3.05 3.40 1/442 4478
/proc/meminfo: memFree=25760788/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10556892 CPUtime=1.69 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 33158 0 1 0 164 5 0 0 25 0 22 0 831173313 10810257408 29738 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2639223 29738 2243 9 0 2629957 0
[pid=4478/tid=4479] ppid=4476 vsize=10556892 CPUtime=0.58 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) S 4476 4478 31765 0 -1 4202560 22730 0 1 0 55 3 0 0 19 0 22 0 831173313 10810257408 29738 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 10556892

[startup+1.5013 s]
/proc/loadavg: 2.00 3.05 3.40 1/461 4506
/proc/meminfo: memFree=25617452/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10556892 CPUtime=2.78 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 47532 0 1 0 271 7 0 0 25 0 19 0 831173313 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2639223 40042 2247 9 0 2629957 0
[pid=4478/tid=4479] ppid=4476 vsize=10556892 CPUtime=0.58 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) S 4476 4478 31765 0 -1 4202560 22767 0 1 0 55 3 0 0 16 0 19 0 831173313 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4484] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4484/stat : 4484 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4485] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4485/stat : 4485 (java) S 4476 4478 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4486] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4486/stat : 4486 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4487] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4487/stat : 4487 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4488] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4488/stat : 4488 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4489] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4489/stat : 4489 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4490] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4490/stat : 4490 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4491] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4491/stat : 4491 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831173315 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4492] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4492/stat : 4492 (java) S 4476 4478 31765 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 831173316 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 0 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4493] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4493/stat : 4493 (java) S 4476 4478 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831173316 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4494] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4494/stat : 4494 (java) S 4476 4478 31765 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 831173316 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4495] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4495/stat : 4495 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831173318 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528657841 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4496] ppid=4476 vsize=10556892 CPUtime=0.64 cores=1,3,5,7
/proc/4478/task/4496/stat : 4496 (java) S 4476 4478 31765 0 -1 4202560 4024 0 0 0 64 0 0 0 15 0 19 0 831173318 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4497] ppid=4476 vsize=10556892 CPUtime=0.78 cores=1,3,5,7
/proc/4478/task/4497/stat : 4497 (java) S 4476 4478 31765 0 -1 4202560 8811 0 0 0 77 1 0 0 16 0 19 0 831173318 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4498] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4498/stat : 4498 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 831173318 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4499] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4499/stat : 4499 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831173318 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4506] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4506/stat : 4506 (java) S 4476 4478 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 831173374 10810257408 40042 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 10556892

[startup+3.10102 s]
/proc/loadavg: 2.00 3.05 3.40 1/461 4521
/proc/meminfo: memFree=25554336/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10556892 CPUtime=3.45 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 65196 0 1 0 336 9 0 0 25 0 19 0 831173313 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2639223 56891 2248 9 0 2629957 0
[pid=4478/tid=4479] ppid=4476 vsize=10556892 CPUtime=0.59 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) S 4476 4478 31765 0 -1 4202560 22853 0 1 0 56 3 0 0 16 0 19 0 831173313 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4484] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4484/stat : 4484 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4485] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4485/stat : 4485 (java) S 4476 4478 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4486] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4486/stat : 4486 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4487] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4487/stat : 4487 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4488] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4488/stat : 4488 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4489] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4489/stat : 4489 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4490] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4490/stat : 4490 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4491] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4491/stat : 4491 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831173315 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4492] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4492/stat : 4492 (java) S 4476 4478 31765 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 831173316 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 0 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4493] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4493/stat : 4493 (java) S 4476 4478 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831173316 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4494] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4494/stat : 4494 (java) S 4476 4478 31765 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 831173316 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4495] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4495/stat : 4495 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831173318 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528657841 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4496] ppid=4476 vsize=10556892 CPUtime=0.68 cores=1,3,5,7
/proc/4478/task/4496/stat : 4496 (java) S 4476 4478 31765 0 -1 4202560 4031 0 0 0 68 0 0 0 15 0 19 0 831173318 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4497] ppid=4476 vsize=10556892 CPUtime=0.92 cores=1,3,5,7
/proc/4478/task/4497/stat : 4497 (java) S 4476 4478 31765 0 -1 4202560 9641 0 0 0 91 1 0 0 15 0 19 0 831173318 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4498] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4498/stat : 4498 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 831173318 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4499] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4499/stat : 4499 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831173318 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4506] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4506/stat : 4506 (java) S 4476 4478 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 831173374 10810257408 56891 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10556892

[startup+6.30142 s]
/proc/loadavg: 1.84 2.99 3.38 1/461 4560
/proc/meminfo: memFree=25369592/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10556892 CPUtime=4.48 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 101966 0 1 0 435 13 0 0 25 0 19 0 831173313 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2639223 93452 2249 9 0 2629957 0
[pid=4478/tid=4479] ppid=4476 vsize=10556892 CPUtime=0.59 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) S 4476 4478 31765 0 -1 4202560 23055 0 1 0 56 3 0 0 16 0 19 0 831173313 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4484] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4484/stat : 4484 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4485] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4485/stat : 4485 (java) S 4476 4478 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4486] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4486/stat : 4486 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4487] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4487/stat : 4487 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4488] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4488/stat : 4488 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4489] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4489/stat : 4489 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4490] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4490/stat : 4490 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4491] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4491/stat : 4491 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831173315 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4492] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4492/stat : 4492 (java) S 4476 4478 31765 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831173316 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 0 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4493] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4493/stat : 4493 (java) S 4476 4478 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831173316 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4494] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4494/stat : 4494 (java) S 4476 4478 31765 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 831173316 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4495] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4495/stat : 4495 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831173318 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528657841 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4496] ppid=4476 vsize=10556892 CPUtime=0.74 cores=1,3,5,7
/proc/4478/task/4496/stat : 4496 (java) S 4476 4478 31765 0 -1 4202560 4034 0 0 0 74 0 0 0 15 0 19 0 831173318 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4497] ppid=4476 vsize=10556892 CPUtime=0.94 cores=1,3,5,7
/proc/4478/task/4497/stat : 4497 (java) S 4476 4478 31765 0 -1 4202560 9642 0 0 0 93 1 0 0 15 0 19 0 831173318 10810257408 93452 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 3.90 3.88 3.71 5/467 4657
/proc/meminfo: memFree=20987656/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10556892 CPUtime=1610.27 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 656988 0 1 0 160952 75 0 0 25 0 22 0 831173313 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2639223 647911 2274 9 0 2629957 0
[pid=4478/tid=4479] ppid=4476 vsize=10556892 CPUtime=0.61 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) S 4476 4478 31765 0 -1 4202560 23211 0 1 0 57 4 0 0 15 0 22 0 831173313 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4484] ppid=4476 vsize=10556892 CPUtime=0.35 cores=1,3,5,7
/proc/4478/task/4484/stat : 4484 (java) S 4476 4478 31765 0 -1 4202560 22 0 0 0 35 0 0 0 16 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4485] ppid=4476 vsize=10556892 CPUtime=0.32 cores=1,3,5,7
/proc/4478/task/4485/stat : 4485 (java) S 4476 4478 31765 0 -1 4202560 534 0 0 0 32 0 0 0 15 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4486] ppid=4476 vsize=10556892 CPUtime=0.34 cores=1,3,5,7
/proc/4478/task/4486/stat : 4486 (java) S 4476 4478 31765 0 -1 4202560 1236 0 0 0 34 0 0 0 15 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4487] ppid=4476 vsize=10556892 CPUtime=0.34 cores=1,3,5,7
/proc/4478/task/4487/stat : 4487 (java) S 4476 4478 31765 0 -1 4202560 292 0 0 0 34 0 0 0 15 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4488] ppid=4476 vsize=10556892 CPUtime=0.34 cores=1,3,5,7
/proc/4478/task/4488/stat : 4488 (java) S 4476 4478 31765 0 -1 4202560 565 0 0 0 34 0 0 0 16 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4489] ppid=4476 vsize=10556892 CPUtime=0.33 cores=1,3,5,7
/proc/4478/task/4489/stat : 4489 (java) S 4476 4478 31765 0 -1 4202560 1601 0 0 0 33 0 0 0 15 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4490] ppid=4476 vsize=10556892 CPUtime=0.41 cores=1,3,5,7
/proc/4478/task/4490/stat : 4490 (java) S 4476 4478 31765 0 -1 4202560 1433 0 0 0 41 0 0 0 16 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4491] ppid=4476 vsize=10556892 CPUtime=0.37 cores=1,3,5,7
/proc/4478/task/4491/stat : 4491 (java) S 4476 4478 31765 0 -1 4202560 1063 0 0 0 37 0 0 0 16 0 22 0 831173315 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4492] ppid=4476 vsize=10556892 CPUtime=22.42 cores=1,3,5,7
/proc/4478/task/4492/stat : 4492 (java) S 4476 4478 31765 0 -1 4202560 41349 0 0 0 2238 4 0 0 15 0 22 0 831173316 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 0 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4493] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4493/stat : 4493 (java) S 4476 4478 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831173316 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4494] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4494/stat : 4494 (java) S 4476 4478 31765 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 831173316 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4495] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4495/stat : 4495 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831173318 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528657841 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4496] ppid=4476 vsize=10556892 CPUtime=1.12 cores=1,3,5,7
/proc/4478/task/4496/stat : 4496 (java) S 4476 4478 31765 0 -1 4202560 4113 0 0 0 112 0 0 0 15 0 22 0 831173318 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4497] ppid=4476 vsize=10556892 CPUtime=1.22 cores=1,3,5,7
/proc/4478/task/4497/stat : 4497 (java) S 4476 4478 31765 0 -1 4202560 10687 0 0 0 121 1 0 0 15 0 22 0 831173318 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4498] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4498/stat : 4498 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831173318 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4499] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4499/stat : 4499 (java) S 4476 4478 31765 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831173318 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4506] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4506/stat : 4506 (java) S 4476 4478 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831173374 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4623] ppid=4476 vsize=10556892 CPUtime=712.18 cores=1,3,5,7
/proc/4478/task/4623/stat : 4623 (java) R 4476 4478 31765 0 -1 4202560 177 0 0 0 71218 0 0 0 25 0 22 0 831182166 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 46912506055603 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4478/tid=4624] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4624/stat : 4624 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831182167 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4625] ppid=4476 vsize=10556892 CPUtime=712.13 cores=1,3,5,7
/proc/4478/task/4625/stat : 4625 (java) R 4476 4478 31765 0 -1 4202560 44284 0 0 0 71209 4 0 0 25 0 22 0 831182167 10810257408 647911 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 46912505573485 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1610.27
Current children cumulated vsize (KiB) 10556892

[startup+882.301 s]
/proc/loadavg: 3.68 3.82 3.70 5/467 4658
/proc/meminfo: memFree=20975844/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10556892 CPUtime=1726.95 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 658190 0 1 0 172619 76 0 0 25 0 22 0 831173313 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2639223 649095 2274 9 0 2629957 0
[pid=4478/tid=4479] ppid=4476 vsize=10556892 CPUtime=0.61 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) S 4476 4478 31765 0 -1 4202560 23211 0 1 0 57 4 0 0 15 0 22 0 831173313 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4484] ppid=4476 vsize=10556892 CPUtime=0.38 cores=1,3,5,7
/proc/4478/task/4484/stat : 4484 (java) S 4476 4478 31765 0 -1 4202560 24 0 0 0 38 0 0 0 15 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4485] ppid=4476 vsize=10556892 CPUtime=0.35 cores=1,3,5,7
/proc/4478/task/4485/stat : 4485 (java) S 4476 4478 31765 0 -1 4202560 537 0 0 0 35 0 0 0 16 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4486] ppid=4476 vsize=10556892 CPUtime=0.41 cores=1,3,5,7
/proc/4478/task/4486/stat : 4486 (java) S 4476 4478 31765 0 -1 4202560 1243 0 0 0 41 0 0 0 16 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4487] ppid=4476 vsize=10556892 CPUtime=0.4 cores=1,3,5,7
/proc/4478/task/4487/stat : 4487 (java) S 4476 4478 31765 0 -1 4202560 303 0 0 0 40 0 0 0 16 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4488] ppid=4476 vsize=10556892 CPUtime=0.38 cores=1,3,5,7
/proc/4478/task/4488/stat : 4488 (java) S 4476 4478 31765 0 -1 4202560 569 0 0 0 38 0 0 0 16 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4489] ppid=4476 vsize=10556892 CPUtime=0.37 cores=1,3,5,7
/proc/4478/task/4489/stat : 4489 (java) S 4476 4478 31765 0 -1 4202560 1603 0 0 0 37 0 0 0 16 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4490] ppid=4476 vsize=10556892 CPUtime=0.44 cores=1,3,5,7
/proc/4478/task/4490/stat : 4490 (java) S 4476 4478 31765 0 -1 4202560 1439 0 0 0 44 0 0 0 16 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4491] ppid=4476 vsize=10556892 CPUtime=0.4 cores=1,3,5,7
/proc/4478/task/4491/stat : 4491 (java) S 4476 4478 31765 0 -1 4202560 1063 0 0 0 40 0 0 0 15 0 22 0 831173315 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4492] ppid=4476 vsize=10556892 CPUtime=25.88 cores=1,3,5,7
/proc/4478/task/4492/stat : 4492 (java) S 4476 4478 31765 0 -1 4202560 42502 0 0 0 2584 4 0 0 15 0 22 0 831173316 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 0 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4493] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4493/stat : 4493 (java) S 4476 4478 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831173316 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4494] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4494/stat : 4494 (java) S 4476 4478 31765 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 831173316 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4495] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4495/stat : 4495 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831173318 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528657841 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4496] ppid=4476 vsize=10556892 CPUtime=1.12 cores=1,3,5,7
/proc/4478/task/4496/stat : 4496 (java) S 4476 4478 31765 0 -1 4202560 4113 0 0 0 112 0 0 0 15 0 22 0 831173318 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4497] ppid=4476 vsize=10556892 CPUtime=1.22 cores=1,3,5,7
/proc/4478/task/4497/stat : 4497 (java) S 4476 4478 31765 0 -1 4202560 10687 0 0 0 121 1 0 0 15 0 22 0 831173318 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4498] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4498/stat : 4498 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831173318 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4499] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4499/stat : 4499 (java) S 4476 4478 31765 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831173318 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4506] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4506/stat : 4506 (java) S 4476 4478 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831173374 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4623] ppid=4476 vsize=10556892 CPUtime=768.61 cores=1,3,5,7
/proc/4478/task/4623/stat : 4623 (java) R 4476 4478 31765 0 -1 4202560 187 0 0 0 76861 0 0 0 25 0 22 0 831182166 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 46912506487259 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4478/tid=4624] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4624/stat : 4624 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831182167 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4625] ppid=4476 vsize=10556892 CPUtime=768.56 cores=1,3,5,7
/proc/4478/task/4625/stat : 4625 (java) R 4476 4478 31765 0 -1 4202560 44284 0 0 0 76852 4 0 0 25 0 22 0 831182167 10810257408 649095 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 46912505997808 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1726.95
Current children cumulated vsize (KiB) 10556892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.901 s]
/proc/loadavg: 3.73 3.81 3.70 5/467 4659
/proc/meminfo: memFree=20969620/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=10556892 CPUtime=1800.06 cores=1,3,5,7
/proc/4478/stat : 4478 (java) S 4476 4478 31765 0 -1 4202496 658468 0 1 0 179930 76 0 0 25 0 22 0 831173313 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 2639223 649363 2274 9 0 2629957 0
[pid=4478/tid=4479] ppid=4476 vsize=10556892 CPUtime=0.61 cores=1,3,5,7
/proc/4478/task/4479/stat : 4479 (java) S 4476 4478 31765 0 -1 4202560 23211 0 1 0 57 4 0 0 15 0 22 0 831173313 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4484] ppid=4476 vsize=10556892 CPUtime=0.41 cores=1,3,5,7
/proc/4478/task/4484/stat : 4484 (java) S 4476 4478 31765 0 -1 4202560 24 0 0 0 41 0 0 0 15 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4485] ppid=4476 vsize=10556892 CPUtime=0.37 cores=1,3,5,7
/proc/4478/task/4485/stat : 4485 (java) S 4476 4478 31765 0 -1 4202560 537 0 0 0 37 0 0 0 15 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4486] ppid=4476 vsize=10556892 CPUtime=0.42 cores=1,3,5,7
/proc/4478/task/4486/stat : 4486 (java) S 4476 4478 31765 0 -1 4202560 1243 0 0 0 42 0 0 0 15 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4487] ppid=4476 vsize=10556892 CPUtime=0.44 cores=1,3,5,7
/proc/4478/task/4487/stat : 4487 (java) S 4476 4478 31765 0 -1 4202560 306 0 0 0 44 0 0 0 16 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4488] ppid=4476 vsize=10556892 CPUtime=0.41 cores=1,3,5,7
/proc/4478/task/4488/stat : 4488 (java) S 4476 4478 31765 0 -1 4202560 569 0 0 0 41 0 0 0 16 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4489] ppid=4476 vsize=10556892 CPUtime=0.4 cores=1,3,5,7
/proc/4478/task/4489/stat : 4489 (java) S 4476 4478 31765 0 -1 4202560 1612 0 0 0 40 0 0 0 16 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4490] ppid=4476 vsize=10556892 CPUtime=0.46 cores=1,3,5,7
/proc/4478/task/4490/stat : 4490 (java) S 4476 4478 31765 0 -1 4202560 1439 0 0 0 46 0 0 0 15 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4491] ppid=4476 vsize=10556892 CPUtime=0.45 cores=1,3,5,7
/proc/4478/task/4491/stat : 4491 (java) S 4476 4478 31765 0 -1 4202560 1069 0 0 0 45 0 0 0 16 0 22 0 831173315 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4492] ppid=4476 vsize=10556892 CPUtime=28.07 cores=1,3,5,7
/proc/4478/task/4492/stat : 4492 (java) S 4476 4478 31765 0 -1 4202560 42754 0 0 0 2803 4 0 0 15 0 22 0 831173316 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 0 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4493] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4493/stat : 4493 (java) S 4476 4478 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831173316 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4494] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4494/stat : 4494 (java) S 4476 4478 31765 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 831173316 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4495] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4495/stat : 4495 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831173318 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528657841 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4496] ppid=4476 vsize=10556892 CPUtime=1.12 cores=1,3,5,7
/proc/4478/task/4496/stat : 4496 (java) S 4476 4478 31765 0 -1 4202560 4113 0 0 0 112 0 0 0 15 0 22 0 831173318 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4497] ppid=4476 vsize=10556892 CPUtime=1.22 cores=1,3,5,7
/proc/4478/task/4497/stat : 4497 (java) S 4476 4478 31765 0 -1 4202560 10687 0 0 0 121 1 0 0 15 0 22 0 831173318 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4498] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4498/stat : 4498 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831173318 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650137 0 4 0 16800975 18446604458073866496 0 0 -1 3 0 0 0
[pid=4478/tid=4499] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4499/stat : 4499 (java) S 4476 4478 31765 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831173318 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 1 0 0 0
[pid=4478/tid=4506] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4506/stat : 4506 (java) S 4476 4478 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831173374 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 5 0 0 0
[pid=4478/tid=4623] ppid=4476 vsize=10556892 CPUtime=803.97 cores=1,3,5,7
/proc/4478/task/4623/stat : 4623 (java) R 4476 4478 31765 0 -1 4202560 193 0 0 0 80397 0 0 0 25 0 22 0 831182166 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 46912505744360 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4478/tid=4624] ppid=4476 vsize=10556892 CPUtime=0 cores=1,3,5,7
/proc/4478/task/4624/stat : 4624 (java) S 4476 4478 31765 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831182167 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 246528650752 0 4 0 16800975 18446604458073866496 0 0 -1 7 0 0 0
[pid=4478/tid=4625] ppid=4476 vsize=10556892 CPUtime=803.93 cores=1,3,5,7
/proc/4478/task/4625/stat : 4625 (java) R 4476 4478 31765 0 -1 4202560 44284 0 0 0 80389 4 0 0 25 0 22 0 831182167 10810257408 649363 33554432000 1073741824 1073778376 140733722558416 18446744073709551615 46912506043626 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10556892

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

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

[startup+920.023 s]
/proc/loadavg: 3.73 3.81 3.70 5/467 4659
/proc/meminfo: memFree=20969620/32951124 swapFree=44043516/67111528
[pid=4478] ppid=4476 vsize=0 CPUtime=1800.21 cores=1,3,5,7
/proc/4478/stat : 4478 (java) Z 4476 4478 31765 0 -1 4203548 658495 0 1 0 179936 85 0 0 17 0 2 0 831173313 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4478/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 920.034
CPU time (s): 1800.23
CPU user time (s): 1799.36
CPU system time (s): 0.868867
CPU usage (%): 195.67
Max. virtual memory (cumulated for all children) (KiB): 10556892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.868867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658495
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= 25267
involuntary context switches= 15741

runsolver used 3.88041 second user time and 9.47856 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 15:55:51
IDJOB=3454078
IDBENCH=48282
IDSOLVER=1950
FILE ID=node134/3454078-1307195751
RUNJOBID= node134-1307195749-4377
PBS_JOBID= 13508837
Free space on /tmp= 74020 MiB

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

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

MD5SUM BENCH= f7dd1b6b0a4946caf4c26a82905ed8fe
RANDOM SEED=246519216

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25761060 kB
Buffers:        304408 kB
Cached:         657540 kB
SwapCached:       9536 kB
Active:        6273028 kB
Inactive:       622984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25761060 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:             908 kB
Writeback:           0 kB
AnonPages:     5931780 kB
Mapped:          29348 kB
Slab:           137864 kB
PageTables:      89436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121133004 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node134 at 2011-06-04 16:11:13