Trace number 3737534

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-23 1800.11 918.544

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_5.opb
MD5SUMb1b77cfc7c7e45b216596a736ff4b926
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-33
Best CPU time to get the best result obtained on this benchmark1796.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
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)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3737534-1338754501.opb
0.07/0.13	c reading problem ... 
2.88/2.28	c ... done. Wall clock time 2.149s.
2.88/2.28	c #vars     6626
2.88/2.28	c #constraints  13054
2.88/2.28	c constraints type 
2.88/2.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
2.88/2.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
2.88/2.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.88/2.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
2.88/2.28	c constraints type 
2.88/2.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
2.88/2.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
2.88/2.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
2.88/2.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
3.80/2.54	c And the winner is CuttingPlanes
3.93/3.28	c SATISFIABLE
3.93/3.28	c OPTIMIZING...
3.93/3.28	c Got one! Elapsed wall clock time (in seconds):3.156
3.93/3.28	o -4
3.97/3.35	c And the winner is CuttingPlanes
4.09/4.29	c Got one! Elapsed wall clock time (in seconds):4.161
4.09/4.29	o -5
4.52/4.41	c And the winner is CuttingPlanes
4.66/5.29	c Got one! Elapsed wall clock time (in seconds):5.163
4.66/5.29	o -7
4.68/5.38	c And the winner is CuttingPlanes
4.91/6.29	c Got one! Elapsed wall clock time (in seconds):6.165
4.91/6.29	o -8
4.93/6.38	c And the winner is CuttingPlanes
5.12/7.29	c Got one! Elapsed wall clock time (in seconds):7.166
5.12/7.29	o -9
5.13/7.39	c And the winner is CuttingPlanes
5.38/8.29	c Got one! Elapsed wall clock time (in seconds):8.168
5.38/8.29	o -10
5.38/8.34	c And the winner is CuttingPlanes
5.56/9.30	c Got one! Elapsed wall clock time (in seconds):9.17
5.56/9.30	o -11
5.56/9.36	c And the winner is CuttingPlanes
5.72/10.30	c Got one! Elapsed wall clock time (in seconds):10.171
5.72/10.30	o -12
5.97/10.42	c And the winner is CuttingPlanes
6.01/11.30	c Got one! Elapsed wall clock time (in seconds):11.172
6.01/11.30	o -13
6.01/11.35	c And the winner is CuttingPlanes
6.20/12.30	c Got one! Elapsed wall clock time (in seconds):12.174
6.20/12.30	o -14
6.20/12.34	c And the winner is CuttingPlanes
6.29/13.30	c Got one! Elapsed wall clock time (in seconds):13.175
6.29/13.30	o -15
6.29/13.34	c And the winner is CuttingPlanes
6.40/14.30	c Got one! Elapsed wall clock time (in seconds):14.177
6.40/14.30	o -16
6.68/14.45	c And the winner is CuttingPlanes
6.86/15.31	c Got one! Elapsed wall clock time (in seconds):15.178
6.86/15.31	o -17
8.31/16.01	c And the winner is CuttingPlanes
8.36/16.31	c Got one! Elapsed wall clock time (in seconds):16.18
8.36/16.31	o -18
8.81/16.60	c And the winner is CuttingPlanes
8.98/17.31	c Got one! Elapsed wall clock time (in seconds):17.181
8.98/17.31	o -19
9.15/17.50	c And the winner is CuttingPlanes
9.38/18.31	c Got one! Elapsed wall clock time (in seconds):18.182
9.38/18.31	o -20
12.94/20.04	c cleaning 2493 clauses out of 5000 with flag 5000/5000
13.71/20.38	c And the winner is CuttingPlanes
13.88/21.31	c Got one! Elapsed wall clock time (in seconds):21.184
13.88/21.31	o -21
19.16/23.90	c And the winner is CuttingPlanes
19.17/24.31	c Got one! Elapsed wall clock time (in seconds):24.186
19.17/24.31	o -22
21.34/25.48	c cleaning 4254 clauses out of 8507 with flag 11000/11000
31.76/30.64	c cleaning 5609 clauses out of 11253 with flag 18000/18000
40.76/35.17	c cleaning 6774 clauses out of 13644 with flag 26000/26000
53.57/41.55	c cleaning 7777 clauses out of 15870 with flag 35000/35000
68.41/48.96	c cleaning 8984 clauses out of 18093 with flag 45000/45000
80.78/55.19	c cleaning 9923 clauses out of 20109 with flag 56000/56000
102.03/65.73	c cleaning 11029 clauses out of 22186 with flag 68000/68000
120.25/74.81	c cleaning 12036 clauses out of 24157 with flag 81000/81000
143.12/86.28	c cleaning 13053 clauses out of 26121 with flag 95000/95000
168.37/98.88	c cleaning 13507 clauses out of 27068 with flag 109000/109000
188.61/108.95	c cleaning 13707 clauses out of 27561 with flag 123000/123000
207.92/118.67	c cleaning 13840 clauses out of 27854 with flag 137000/137000
228.33/128.80	c cleaning 13914 clauses out of 28014 with flag 151000/151000
247.52/138.49	c cleaning 13990 clauses out of 28100 with flag 165000/165000
266.71/148.06	c cleaning 14006 clauses out of 28110 with flag 179000/179000
284.08/156.75	c cleaning 13938 clauses out of 28104 with flag 193000/193000
297.96/163.62	c cleaning 0 clauses out of 5006 with flag 0/5006
301.45/165.28	c cleaning 13997 clauses out of 28166 with flag 207000/207000
320.52/174.52	c cleaning 14022 clauses out of 28169 with flag 221000/221000
339.44/184.07	c cleaning 13939 clauses out of 28147 with flag 235000/235000
355.80/192.24	c cleaning 14039 clauses out of 28209 with flag 249001/249001
371.64/200.17	c cleaning 14055 clauses out of 28169 with flag 263000/263000
388.04/208.38	c cleaning 13985 clauses out of 28114 with flag 277000/277000
403.96/216.34	c cleaning 13982 clauses out of 28129 with flag 291000/291000
421.95/225.37	c cleaning 13995 clauses out of 28147 with flag 305000/305000
437.93/233.34	c cleaning 13984 clauses out of 28152 with flag 319000/319000
455.08/242.00	c cleaning 14026 clauses out of 28168 with flag 333000/333000
470.77/249.80	c cleaning 13939 clauses out of 28142 with flag 347000/347000
486.37/257.66	c cleaning 14062 clauses out of 28203 with flag 361000/361000
500.70/264.80	c cleaning 13989 clauses out of 28141 with flag 375000/375000
514.05/271.59	c cleaning 14009 clauses out of 28152 with flag 389000/389000
531.57/280.36	c cleaning 13932 clauses out of 28143 with flag 403000/403000
550.36/289.79	c cleaning 14035 clauses out of 28211 with flag 417000/417000
566.73/297.97	c cleaning 14059 clauses out of 28177 with flag 431001/431001
583.68/306.48	c cleaning 13962 clauses out of 28117 with flag 445000/445000
599.54/314.44	c cleaning 13995 clauses out of 28155 with flag 459000/459000
616.30/322.87	c cleaning 14033 clauses out of 28160 with flag 473000/473000
632.46/330.92	c cleaning 14040 clauses out of 28127 with flag 487000/487000
647.18/338.35	c cleaning 14007 clauses out of 28087 with flag 501000/501000
661.45/345.57	c cleaning 13971 clauses out of 28080 with flag 515000/515000
676.39/353.04	c cleaning 13951 clauses out of 28109 with flag 529000/529000
681.47/355.67	c And the winner is CuttingPlanes
679.94/355.72	c Got one! Elapsed wall clock time (in seconds):355.594
679.94/355.72	o -23
689.96/360.75	c cleaning 14018 clauses out of 28158 with flag 543000/543000
703.31/367.46	c cleaning 13971 clauses out of 28140 with flag 557000/557000
720.81/376.21	c cleaning 13973 clauses out of 28169 with flag 571000/571000
737.14/384.47	c cleaning 14049 clauses out of 28196 with flag 585000/585000
755.27/393.50	c cleaning 14022 clauses out of 28147 with flag 599000/599000
775.26/403.56	c cleaning 14021 clauses out of 28125 with flag 613000/613000
792.51/412.27	c cleaning 13903 clauses out of 28104 with flag 627000/627000
812.10/422.08	c cleaning 13960 clauses out of 28201 with flag 641000/641000
828.48/430.22	c cleaning 14060 clauses out of 28241 with flag 655000/655000
846.04/439.00	c cleaning 13992 clauses out of 28181 with flag 669000/669000
867.11/449.67	c cleaning 13962 clauses out of 28189 with flag 683000/683000
884.25/458.24	c cleaning 14042 clauses out of 28227 with flag 697000/697000
899.44/465.83	c cleaning 14036 clauses out of 28185 with flag 711000/711000
910.30/471.39	c cleaning 14020 clauses out of 28149 with flag 725000/725000
925.95/479.27	c cleaning 14024 clauses out of 28129 with flag 739000/739000
941.09/486.88	c cleaning 13963 clauses out of 28105 with flag 753000/753000
956.40/494.54	c cleaning 14043 clauses out of 28142 with flag 767000/767000
973.93/503.38	c cleaning 13980 clauses out of 28099 with flag 781000/781000
987.98/510.48	c cleaning 14012 clauses out of 28119 with flag 795000/795000
1002.48/517.78	c cleaning 13984 clauses out of 28107 with flag 809000/809000
1014.79/523.97	c cleaning 14026 clauses out of 28123 with flag 823000/823000
1033.01/533.06	c cleaning 13899 clauses out of 28097 with flag 837000/837000
1054.02/543.68	c cleaning 14067 clauses out of 28198 with flag 851000/851000
1070.57/551.98	c cleaning 13986 clauses out of 28131 with flag 865000/865000
1087.11/560.26	c cleaning 13960 clauses out of 28145 with flag 879000/879000
1107.49/570.48	c cleaning 13925 clauses out of 28185 with flag 893000/893000
1130.53/582.05	c cleaning 14064 clauses out of 28260 with flag 907000/907000
1147.66/590.67	c cleaning 13985 clauses out of 28196 with flag 921000/921000
1168.83/601.29	c cleaning 14074 clauses out of 28211 with flag 935000/935000
1190.23/611.93	c cleaning 13995 clauses out of 28137 with flag 949000/949000
1209.46/621.61	c cleaning 13946 clauses out of 28142 with flag 963000/963000
1234.26/634.04	c cleaning 13965 clauses out of 28196 with flag 977000/977000
1253.99/643.92	c cleaning 14044 clauses out of 28231 with flag 991000/991000
1271.71/652.81	c cleaning 14015 clauses out of 28187 with flag 1005000/1005000
1287.48/660.84	c cleaning 14014 clauses out of 28172 with flag 1019000/1019000
1300.74/667.56	c cleaning 14026 clauses out of 28158 with flag 1033000/1033000
1316.63/675.54	c cleaning 13983 clauses out of 28132 with flag 1047000/1047000
1336.34/685.45	c cleaning 13950 clauses out of 28149 with flag 1061000/1061000
1353.91/694.30	c cleaning 14020 clauses out of 28199 with flag 1075000/1075000
1377.69/706.21	c cleaning 13944 clauses out of 28179 with flag 1089000/1089000
1396.76/715.87	c cleaning 14013 clauses out of 28235 with flag 1103000/1103000
1411.86/723.48	c cleaning 14042 clauses out of 28222 with flag 1117000/1117000
1430.82/733.03	c cleaning 13994 clauses out of 28180 with flag 1131000/1131000
1452.93/744.16	c cleaning 14050 clauses out of 28186 with flag 1145000/1145000
1472.29/753.85	c cleaning 13977 clauses out of 28136 with flag 1159000/1159000
1488.16/761.84	c cleaning 14018 clauses out of 28159 with flag 1173000/1173000
1499.51/767.70	c cleaning 14007 clauses out of 28141 with flag 1187000/1187000
1514.42/775.13	c cleaning 13993 clauses out of 28134 with flag 1201000/1201000
1526.34/781.13	c cleaning 14029 clauses out of 28141 with flag 1215000/1215000
1541.23/788.61	c cleaning 13985 clauses out of 28112 with flag 1229000/1229000
1556.58/796.43	c cleaning 13983 clauses out of 28127 with flag 1243000/1243000
1569.23/802.81	c cleaning 14009 clauses out of 28144 with flag 1257000/1257000
1580.87/808.72	c cleaning 13977 clauses out of 28135 with flag 1271000/1271000
1595.58/816.20	c cleaning 14040 clauses out of 28158 with flag 1285000/1285000
1614.90/825.92	c cleaning 13940 clauses out of 28118 with flag 1299000/1299000
1636.26/836.61	c cleaning 14043 clauses out of 28178 with flag 1313000/1313000
1654.35/845.79	c cleaning 13966 clauses out of 28135 with flag 1327000/1327000
1674.70/855.96	c cleaning 13933 clauses out of 28169 with flag 1341000/1341000
1693.06/865.28	c cleaning 14041 clauses out of 28236 with flag 1355000/1355000
1708.92/873.24	c cleaning 14047 clauses out of 28195 with flag 1369000/1369000
1719.71/878.71	c cleaning 14022 clauses out of 28148 with flag 1383000/1383000
1736.44/887.15	c cleaning 13941 clauses out of 28126 with flag 1397000/1397000
1758.01/898.03	c cleaning 13987 clauses out of 28185 with flag 1411000/1411000
1777.30/907.78	c cleaning 14021 clauses out of 28198 with flag 1425000/1425000
1793.96/916.10	c cleaning 14012 clauses out of 28177 with flag 1439000/1439000
1798.58/918.52	c starts		: 53
1798.58/918.52	c conflicts		: 10783
1798.58/918.52	c decisions		: 171114
1798.58/918.52	c propagations		: 4454588
1798.58/918.52	c inspects		: 549745393
1798.58/918.52	c learnt literals	: 0
1798.58/918.52	c learnt binary clauses	: 0
1798.58/918.52	c learnt ternary clauses	: 0
1798.58/918.52	c learnt clauses	: 10782
1798.58/918.52	c ignored clauses	: 0
1798.58/918.52	c root simplifications	: 0
1798.58/918.52	c removed literals (reason simplification)	: 0
1798.58/918.52	c reason swapping (by a shorter reason)	: 0
1798.58/918.52	c Calls to reduceDB	: 1
1798.58/918.52	c number of reductions to clauses (during analyze)	: 0
1798.58/918.52	c number of learned constraints concerned by reduction	: 0
1798.58/918.52	c number of learning phase by resolution	: 0
1798.58/918.52	c number of learning phase by cutting planes	: 0
1798.58/918.52	c speed (assignments/second)	: 7915.130580638742
1798.58/918.52	c non guided choices	5
1798.58/918.52	c learnt constraints type 
1798.58/918.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1798.58/918.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10781
1798.58/918.52	c constraints type 
1798.58/918.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1798.58/918.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1798.58/918.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1798.58/918.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1798.58/918.52	c constraints type 
1798.58/918.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1798.58/918.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1798.58/918.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1798.58/918.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1798.58/918.52	s SATISFIABLE
1798.58/918.52	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 
1798.58/918.52	c objective function=-23
1798.58/918.52	c Total wall clock time (in seconds): 918.397

Verifier Data

OK	-23

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737534-1338754501/watcher-3737534-1338754501 -o /tmp/evaluation-result-3737534-1338754501/solver-3737534-1338754501 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737534-1338754501.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.62 3.48 3.54 2/197 15847
/proc/meminfo: memFree=26194776/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15847/stat : 15847 (java6) D 15845 15847 11909 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341574457 9515008 182 33554432000 1073741824 1073778376 140735896230960 140735896221992 254750310069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 2323 182 140 9 0 71 0

[startup+0.0340941 s]
/proc/loadavg: 3.62 3.48 3.54 2/197 15847
/proc/meminfo: memFree=26194776/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 3509 0 1 0 0 0 0 0 20 0 10 0 341574457 2209931264 4209 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 539534 4209 1539 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100251 s]
/proc/loadavg: 3.62 3.48 3.54 2/197 15847
/proc/meminfo: memFree=26194776/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 3936 0 1 0 6 1 0 0 20 0 18 0 341574457 2764726272 5656 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 674982 5656 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300221 s]
/proc/loadavg: 3.62 3.48 3.54 2/197 15847
/proc/meminfo: memFree=26194776/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 6046 0 1 0 40 2 0 0 20 0 18 0 341574457 2764726272 8390 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 674982 8390 2222 9 0 665676 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2699928

[startup+0.700223 s]
/proc/loadavg: 3.62 3.48 3.54 2/197 15847
/proc/meminfo: memFree=26194776/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2699928 CPUtime=1.02 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 7437 0 1 0 100 2 0 0 20 0 18 0 341574457 2764726272 11568 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 674982 11568 2234 9 0 665676 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.62 3.48 3.54 5/215 15865
/proc/meminfo: memFree=26136772/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2699928 CPUtime=2.12 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 13507 0 1 0 208 4 0 0 20 0 18 0 341574457 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 674982 19013 2237 9 0 665676 0
[pid=15847/tid=15849] ppid=15845 vsize=2699928 CPUtime=1.46 cores=0,2,4,6
/proc/15847/task/15849/stat : 15849 (java) R 15845 15847 11909 0 -1 4202560 2823 0 1 0 144 2 0 0 20 0 18 0 341574458 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140082174738416 140082046757522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15850] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15850/stat : 15850 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140082041555112 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15851] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15851/stat : 15851 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140082040502568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15852] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15852/stat : 15852 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140082039450024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15853] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15853/stat : 15853 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140082038397480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15854] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15854/stat : 15854 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140082037344936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15855] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15855/stat : 15855 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081700530984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15856] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15856/stat : 15856 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081699478440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15857] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15857/stat : 15857 (java) S 15845 15847 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341574459 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081698425896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15858] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15858/stat : 15858 (java) S 15845 15847 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341574461 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081686227048 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15859] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15859/stat : 15859 (java) S 15845 15847 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341574461 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081685173368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15860] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15860/stat : 15860 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341574461 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081684120712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15861] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15861/stat : 15861 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574464 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081683069456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15862] ppid=15845 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/15847/task/15862/stat : 15862 (java) S 15845 15847 11909 0 -1 4202560 6485 0 0 0 33 1 0 0 20 0 18 0 341574464 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081682016824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15863] ppid=15845 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/15847/task/15863/stat : 15863 (java) S 15845 15847 11909 0 -1 4202560 3014 0 0 0 27 0 0 0 20 0 18 0 341574464 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081680964280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15864] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15864/stat : 15864 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574464 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081679911928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15865] ppid=15845 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15865/stat : 15865 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341574464 2764726272 19013 33554432000 1073741824 1073778376 140735148645408 140081678859592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 2699928

[startup+3.10068 s]
/proc/loadavg: 3.62 3.48 3.54 4/215 15865
/proc/meminfo: memFree=26115920/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2966184 CPUtime=3.93 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 15997 0 1 0 386 7 0 0 20 0 20 0 341574457 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 741546 36111 2257 9 0 732240 0
[pid=15847/tid=15849] ppid=15845 vsize=2966184 CPUtime=2.24 cores=0,2,4,6
/proc/15847/task/15849/stat : 15849 (java) S 15845 15847 11909 0 -1 4202560 2843 0 1 0 222 2 0 0 20 0 20 0 341574458 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140082174747800 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15850] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15850/stat : 15850 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140082041555112 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15851] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15851/stat : 15851 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140082040502568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15852] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15852/stat : 15852 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140082039450024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15853] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15853/stat : 15853 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140082038397480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15854] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15854/stat : 15854 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140082037344936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15855] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15855/stat : 15855 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081700530984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15856] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15856/stat : 15856 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081699478440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15857] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15857/stat : 15857 (java) S 15845 15847 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341574459 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081698425896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15858] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15858/stat : 15858 (java) S 15845 15847 11909 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 341574461 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081686227048 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15859] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15859/stat : 15859 (java) S 15845 15847 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341574461 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081685173368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15860] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15860/stat : 15860 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341574461 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081684120712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15861] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15861/stat : 15861 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574464 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081683069456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15862] ppid=15845 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/15847/task/15862/stat : 15862 (java) S 15845 15847 11909 0 -1 4202560 6529 0 0 0 57 2 0 0 20 0 20 0 341574464 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081682016824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15863] ppid=15845 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/15847/task/15863/stat : 15863 (java) S 15845 15847 11909 0 -1 4202560 5304 0 0 0 53 0 0 0 20 0 20 0 341574464 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081680964280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15864] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15864/stat : 15864 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574464 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081679911928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15865] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15865/stat : 15865 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341574464 3037372416 36111 33554432000 1073741824 1073778376 140735148645408 140081678859592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 2966184

[startup+6.30061 s]
/proc/loadavg: 3.49 3.46 3.53 3/217 15875
/proc/meminfo: memFree=25913284/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2966184 CPUtime=4.93 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 19092 0 1 0 479 14 0 0 20 0 22 0 341574457 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 741546 72942 2262 9 0 732240 0
[pid=15847/tid=15849] ppid=15845 vsize=2966184 CPUtime=2.25 cores=0,2,4,6
/proc/15847/task/15849/stat : 15849 (java) S 15845 15847 11909 0 -1 4202560 2844 0 1 0 223 2 0 0 20 0 22 0 341574458 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140082174747816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15850] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15850/stat : 15850 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140082041555112 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15851] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15851/stat : 15851 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140082040502568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15852] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15852/stat : 15852 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140082039450024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15853] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15853/stat : 15853 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140082038397480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15854] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15854/stat : 15854 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140082037344936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15855] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15855/stat : 15855 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081700530984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15856] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15856/stat : 15856 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081699478440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15857] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15857/stat : 15857 (java) S 15845 15847 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341574459 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081698425896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15858] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15858/stat : 15858 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081686227048 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15859] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15859/stat : 15859 (java) S 15845 15847 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081685173368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15860] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15860/stat : 15860 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081684120712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15861] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15861/stat : 15861 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081683069456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15862] ppid=15845 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/15847/task/15862/stat : 15862 (java) R 15845 15847 11909 0 -1 4202560 6533 0 0 0 76 2 0 0 20 0 22 0 341574464 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081682016824 140082181209240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15863] ppid=15845 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/15847/task/15863/stat : 15863 (java) S 15845 15847 11909 0 -1 4202560 8296 0 0 0 74 2 0 0 20 0 22 0 341574464 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081680964280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15864] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15864/stat : 15864 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081679911928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15865] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15865/stat : 15865 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081678859592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15868] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15868/stat : 15868 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081675670568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15869] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15869/stat : 15869 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 72942 33554432000 1073741824 1073778376 140735148645408 140081674618024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 3.37 3.43 3.52 2/217 15887

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

[pid=15847/tid=15853] ppid=15845 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/15847/task/15853/stat : 15853 (java) S 15845 15847 11909 0 -1 4202560 288 0 0 0 348 6 0 0 20 0 22 0 341574459 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140082038397480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15854] ppid=15845 vsize=2966184 CPUtime=3.56 cores=0,2,4,6
/proc/15847/task/15854/stat : 15854 (java) S 15845 15847 11909 0 -1 4202560 307 0 0 0 352 4 0 0 20 0 22 0 341574459 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140082037344936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15855] ppid=15845 vsize=2966184 CPUtime=3.72 cores=0,2,4,6
/proc/15847/task/15855/stat : 15855 (java) S 15845 15847 11909 0 -1 4202560 302 0 0 0 368 4 0 0 20 0 22 0 341574459 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081700530984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15856] ppid=15845 vsize=2966184 CPUtime=3.88 cores=0,2,4,6
/proc/15847/task/15856/stat : 15856 (java) S 15845 15847 11909 0 -1 4202560 303 0 0 0 383 5 0 0 20 0 22 0 341574459 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081699478440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15857] ppid=15845 vsize=2966184 CPUtime=3.5 cores=0,2,4,6
/proc/15847/task/15857/stat : 15857 (java) S 15845 15847 11909 0 -1 4202560 300 0 0 0 346 4 0 0 20 0 22 0 341574459 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081698425896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15858] ppid=15845 vsize=2966184 CPUtime=19.39 cores=0,2,4,6
/proc/15847/task/15858/stat : 15858 (java) S 15845 15847 11909 0 -1 4202560 97 0 0 0 1906 33 0 0 20 0 22 0 341574461 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081686227048 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15859] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15859/stat : 15859 (java) S 15845 15847 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081685173368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15860] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15860/stat : 15860 (java) S 15845 15847 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081684120712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15861] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15861/stat : 15861 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081683069456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15862] ppid=15845 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/15847/task/15862/stat : 15862 (java) S 15845 15847 11909 0 -1 4202560 6573 0 0 0 133 2 0 0 20 0 22 0 341574464 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081682016824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15863] ppid=15845 vsize=2966184 CPUtime=2.28 cores=0,2,4,6
/proc/15847/task/15863/stat : 15863 (java) S 15845 15847 11909 0 -1 4202560 19952 0 0 0 224 4 0 0 20 0 22 0 341574464 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081680964280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15864] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15864/stat : 15864 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081679911928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15865] ppid=15845 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/15847/task/15865/stat : 15865 (java) S 15845 15847 11909 0 -1 4202560 50 0 0 0 17 15 0 0 20 0 22 0 341574464 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081678859592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15868] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15868/stat : 15868 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081675670568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15869] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15869/stat : 15869 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081674618024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15911] ppid=15845 vsize=2966184 CPUtime=505.48 cores=0,2,4,6
/proc/15847/task/15911/stat : 15911 (java) R 15845 15847 11909 0 -1 4202560 190 0 0 0 50539 9 0 0 20 0 22 0 341610029 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081677773952 140082047162790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15912] ppid=15845 vsize=2966184 CPUtime=505.57 cores=0,2,4,6
/proc/15847/task/15912/stat : 15912 (java) R 15845 15847 11909 0 -1 4202560 194 0 0 0 50549 8 0 0 20 0 22 0 341610029 3037372416 178803 33554432000 1073741824 1073778376 140735148645408 140081676720544 140082047132263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.77
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.507 s]
/proc/loadavg: 3.81 3.55 3.48 5/220 16004
/proc/meminfo: memFree=25350420/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2966184 CPUtime=1798.58 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 34210 0 1 0 179710 148 0 0 20 0 22 0 341574457 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 741546 178828 2289 9 0 732240 0
[pid=15847/tid=15849] ppid=15845 vsize=2966184 CPUtime=2.29 cores=0,2,4,6
/proc/15847/task/15849/stat : 15849 (java) S 15845 15847 11909 0 -1 4202560 2863 0 1 0 226 3 0 0 20 0 22 0 341574458 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082174747816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15850] ppid=15845 vsize=2966184 CPUtime=3.65 cores=0,2,4,6
/proc/15847/task/15850/stat : 15850 (java) S 15845 15847 11909 0 -1 4202560 300 0 0 0 360 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082041555112 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15851] ppid=15845 vsize=2966184 CPUtime=3.64 cores=0,2,4,6
/proc/15847/task/15851/stat : 15851 (java) S 15845 15847 11909 0 -1 4202560 306 0 0 0 358 6 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082040502568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15852] ppid=15845 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/15847/task/15852/stat : 15852 (java) S 15845 15847 11909 0 -1 4202560 309 0 0 0 385 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082039450024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15853] ppid=15845 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/15847/task/15853/stat : 15853 (java) S 15845 15847 11909 0 -1 4202560 302 0 0 0 363 6 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082038397480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15854] ppid=15845 vsize=2966184 CPUtime=3.73 cores=0,2,4,6
/proc/15847/task/15854/stat : 15854 (java) S 15845 15847 11909 0 -1 4202560 307 0 0 0 368 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082037344936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15855] ppid=15845 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/15847/task/15855/stat : 15855 (java) S 15845 15847 11909 0 -1 4202560 302 0 0 0 381 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081700530984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15856] ppid=15845 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/15847/task/15856/stat : 15856 (java) S 15845 15847 11909 0 -1 4202560 303 0 0 0 398 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081699478440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15857] ppid=15845 vsize=2966184 CPUtime=3.66 cores=0,2,4,6
/proc/15847/task/15857/stat : 15857 (java) S 15845 15847 11909 0 -1 4202560 300 0 0 0 361 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081698425896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15858] ppid=15845 vsize=2966184 CPUtime=20.49 cores=0,2,4,6
/proc/15847/task/15858/stat : 15858 (java) S 15845 15847 11909 0 -1 4202560 100 0 0 0 2015 34 0 0 20 0 22 0 341574461 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081686227048 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15859] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15859/stat : 15859 (java) S 15845 15847 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081685173368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15860] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15860/stat : 15860 (java) S 15845 15847 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081684120712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15861] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15861/stat : 15861 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081683069456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15862] ppid=15845 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/15847/task/15862/stat : 15862 (java) S 15845 15847 11909 0 -1 4202560 6573 0 0 0 133 2 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081682016824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15863] ppid=15845 vsize=2966184 CPUtime=2.28 cores=0,2,4,6
/proc/15847/task/15863/stat : 15863 (java) S 15845 15847 11909 0 -1 4202560 19952 0 0 0 224 4 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081680964280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15864] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15864/stat : 15864 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081679911928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15865] ppid=15845 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/15847/task/15865/stat : 15865 (java) S 15845 15847 11909 0 -1 4202560 52 0 0 0 18 16 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081678859592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15868] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15868/stat : 15868 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081675670568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15869] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15869/stat : 15869 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081674618024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15911] ppid=15845 vsize=2966184 CPUtime=540.15 cores=0,2,4,6
/proc/15847/task/15911/stat : 15911 (java) R 15845 15847 11909 0 -1 4202560 205 0 0 0 54005 10 0 0 20 0 22 0 341610029 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081677774024 140082047252878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15912] ppid=15845 vsize=2966184 CPUtime=540.24 cores=0,2,4,6
/proc/15847/task/15912/stat : 15912 (java) R 15845 15847 11909 0 -1 4202560 202 0 0 0 54014 10 0 0 20 0 22 0 341610029 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081676720672 140082047207144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 2966184

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

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

[startup+918.507 s]
/proc/loadavg: 3.81 3.55 3.48 5/220 16004
/proc/meminfo: memFree=25350420/32873844 swapFree=7628/7628
[pid=15847] ppid=15845 vsize=2966184 CPUtime=1798.58 cores=0,2,4,6
/proc/15847/stat : 15847 (java) S 15845 15847 11909 0 -1 4202496 34210 0 1 0 179710 148 0 0 20 0 22 0 341574457 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140735148636544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15847/statm: 741546 178828 2289 9 0 732240 0
[pid=15847/tid=15849] ppid=15845 vsize=2966184 CPUtime=2.29 cores=0,2,4,6
/proc/15847/task/15849/stat : 15849 (java) S 15845 15847 11909 0 -1 4202560 2863 0 1 0 226 3 0 0 20 0 22 0 341574458 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082174747816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15850] ppid=15845 vsize=2966184 CPUtime=3.65 cores=0,2,4,6
/proc/15847/task/15850/stat : 15850 (java) S 15845 15847 11909 0 -1 4202560 300 0 0 0 360 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082041555112 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15851] ppid=15845 vsize=2966184 CPUtime=3.64 cores=0,2,4,6
/proc/15847/task/15851/stat : 15851 (java) S 15845 15847 11909 0 -1 4202560 306 0 0 0 358 6 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082040502568 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15852] ppid=15845 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/15847/task/15852/stat : 15852 (java) S 15845 15847 11909 0 -1 4202560 309 0 0 0 385 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082039450024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15853] ppid=15845 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/15847/task/15853/stat : 15853 (java) S 15845 15847 11909 0 -1 4202560 302 0 0 0 363 6 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082038397480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15854] ppid=15845 vsize=2966184 CPUtime=3.73 cores=0,2,4,6
/proc/15847/task/15854/stat : 15854 (java) S 15845 15847 11909 0 -1 4202560 307 0 0 0 368 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140082037344936 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15855] ppid=15845 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/15847/task/15855/stat : 15855 (java) S 15845 15847 11909 0 -1 4202560 302 0 0 0 381 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081700530984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15856] ppid=15845 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/15847/task/15856/stat : 15856 (java) S 15845 15847 11909 0 -1 4202560 303 0 0 0 398 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081699478440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15857] ppid=15845 vsize=2966184 CPUtime=3.66 cores=0,2,4,6
/proc/15847/task/15857/stat : 15857 (java) S 15845 15847 11909 0 -1 4202560 300 0 0 0 361 5 0 0 20 0 22 0 341574459 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081698425896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15858] ppid=15845 vsize=2966184 CPUtime=20.49 cores=0,2,4,6
/proc/15847/task/15858/stat : 15858 (java) S 15845 15847 11909 0 -1 4202560 100 0 0 0 2015 34 0 0 20 0 22 0 341574461 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081686227048 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15859] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15859/stat : 15859 (java) S 15845 15847 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081685173368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15860] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15860/stat : 15860 (java) S 15845 15847 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341574461 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081684120712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15861] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15861/stat : 15861 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081683069456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15862] ppid=15845 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/15847/task/15862/stat : 15862 (java) S 15845 15847 11909 0 -1 4202560 6573 0 0 0 133 2 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081682016824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15863] ppid=15845 vsize=2966184 CPUtime=2.28 cores=0,2,4,6
/proc/15847/task/15863/stat : 15863 (java) S 15845 15847 11909 0 -1 4202560 19952 0 0 0 224 4 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081680964280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15864] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15864/stat : 15864 (java) S 15845 15847 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081679911928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15847/tid=15865] ppid=15845 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/15847/task/15865/stat : 15865 (java) S 15845 15847 11909 0 -1 4202560 52 0 0 0 18 16 0 0 20 0 22 0 341574464 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081678859592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15847/tid=15868] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15868/stat : 15868 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081675670568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15869] ppid=15845 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15847/task/15869/stat : 15869 (java) S 15845 15847 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341574687 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081674618024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15847/tid=15911] ppid=15845 vsize=2966184 CPUtime=540.15 cores=0,2,4,6
/proc/15847/task/15911/stat : 15911 (java) R 15845 15847 11909 0 -1 4202560 205 0 0 0 54005 10 0 0 20 0 22 0 341610029 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081677774024 140082047252878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15847/tid=15912] ppid=15845 vsize=2966184 CPUtime=540.24 cores=0,2,4,6
/proc/15847/task/15912/stat : 15912 (java) R 15845 15847 11909 0 -1 4202560 202 0 0 0 54014 10 0 0 20 0 22 0 341610029 3037372416 178828 33554432000 1073741824 1073778376 140735148645408 140081676720672 140082047207144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15847 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=289226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=841720
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1798.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.53003
#  lost CPU user time (s): 1.63
#  lost CPU system time (s): -0.1

Real time (s): 918.544
CPU time (s): 1800.11
CPU user time (s): 1798.73
CPU system time (s): 1.38
CPU usage (%): 195.974
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.84172
maximum resident set size= 715428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34241
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40874
involuntary context switches= 61278

runsolver used 4.11038 second user time and 7.38488 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 22:15:01
IDJOB=3737534
IDBENCH=48253
IDSOLVER=2324
FILE ID=node145/3737534-1338754501
RUNJOBID= node145-1338737268-11925
PBS_JOBID= 14636762
Free space on /tmp= 70924 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737534-1338754501/watcher-3737534-1338754501 -o /tmp/evaluation-result-3737534-1338754501/solver-3737534-1338754501 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737534-1338754501.opb

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

MD5SUM BENCH= b1b77cfc7c7e45b216596a736ff4b926
RANDOM SEED=750367759

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26194396 kB
Buffers:          448520 kB
Cached:          4815524 kB
SwapCached:            0 kB
Active:          2210652 kB
Inactive:        3598320 kB
Active(anon):     536048 kB
Inactive(anon):    10916 kB
Active(file):    1674604 kB
Inactive(file):  3587404 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               104 kB
Writeback:             0 kB
AnonPages:        556284 kB
Mapped:            22312 kB
Shmem:               200 kB
Slab:             725744 kB
SReclaimable:     167152 kB
SUnreclaim:       558592 kB
KernelStack:        1632 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node145 at 2012-06-03 22:30:21