Trace number 3733316

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0SAT (TO)-30 1800.05 935.251

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUM3895ca8e12182fcd80d7923f66584703
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark54.0378
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints27931
Number of constraints which are clauses27931
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3733316-1338688939.opb
0.06/0.13	c reading problem ... 
0.94/0.54	c ... done. Wall clock time 0.402s.
0.94/0.54	c #vars     595
0.94/0.54	c #constraints  27931
0.94/0.54	c constraints type 
0.94/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
0.94/0.54	c constraints type 
0.94/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27931
0.94/0.55	c  And the winner is CuttingPlanes
1.03/1.04	c SATISFIABLE
1.03/1.04	c OPTIMIZING...
1.03/1.04	c Got one! Elapsed wall clock time (in seconds):0.907
1.03/1.04	o -25
1.25/1.13	c  And the winner is Resolution
1.81/1.55	c Got one! Elapsed wall clock time (in seconds):1.411
1.81/1.55	o -26
1.98/1.64	c  And the winner is Resolution
2.25/2.05	c Got one! Elapsed wall clock time (in seconds):1.914
2.25/2.05	o -27
3.07/2.41	c  And the winner is Resolution
3.13/2.55	c Got one! Elapsed wall clock time (in seconds):2.416
3.13/2.55	o -28
4.17/3.02	c cleaning 3128 clauses out of 6263 with flag 3000/6263
6.07/3.95	c cleaning 4568 clauses out of 9135 with flag 9000/12263
8.25/5.07	c cleaning 5784 clauses out of 11567 with flag 16000/19263
9.42/5.68	c  And the winner is Resolution
9.65/6.16	c Got one! Elapsed wall clock time (in seconds):6.024
9.65/6.16	o -29
10.13/6.46	c cleaning 5729 clauses out of 11458 with flag 2001/24938
12.06/7.49	c cleaning 5859 clauses out of 11728 with flag 8000/30937
14.34/8.58	c cleaning 6431 clauses out of 12869 with flag 15000/37937
17.12/9.91	c cleaning 7219 clauses out of 14438 with flag 23000/45937
20.03/11.40	c cleaning 8106 clauses out of 16219 with flag 32000/54937
23.12/13.10	c cleaning 9057 clauses out of 18114 with flag 42001/64938
27.03/15.07	c cleaning 10023 clauses out of 20057 with flag 53001/75938
31.16/17.14	c cleaning 11006 clauses out of 22033 with flag 65000/87937
35.86/19.51	c cleaning 12014 clauses out of 24027 with flag 78000/100937
41.88/22.66	c cleaning 13000 clauses out of 26013 with flag 92000/114937
46.77/25.18	c cleaning 14002 clauses out of 28015 with flag 107002/129939
52.83/28.21	c cleaning 15002 clauses out of 30012 with flag 123001/145938
59.71/31.70	c cleaning 15997 clauses out of 32009 with flag 140000/162937
66.47/35.28	c cleaning 17005 clauses out of 34012 with flag 158000/180937
73.31/38.76	c cleaning 17993 clauses out of 36007 with flag 177000/199937
81.16/42.74	c cleaning 19006 clauses out of 38014 with flag 197000/219937
89.42/46.94	c cleaning 20000 clauses out of 40008 with flag 218000/240937
100.11/52.48	c cleaning 20986 clauses out of 42008 with flag 240000/262937
108.55/56.76	c cleaning 22001 clauses out of 44023 with flag 263001/285938
117.79/61.48	c cleaning 23005 clauses out of 46021 with flag 287000/309937
129.00/67.13	c cleaning 24004 clauses out of 48016 with flag 312000/334937
139.82/72.74	c cleaning 25000 clauses out of 50013 with flag 338001/360938
153.43/79.64	c cleaning 26001 clauses out of 52013 with flag 365001/387938
164.04/85.00	c cleaning 26998 clauses out of 54011 with flag 393000/415937
175.82/91.07	c cleaning 27504 clauses out of 55013 with flag 421000/443937
188.77/97.76	c cleaning 27749 clauses out of 55509 with flag 449000/471937
201.96/104.43	c cleaning 27877 clauses out of 55760 with flag 477000/499937
214.92/111.06	c cleaning 27934 clauses out of 55884 with flag 505001/527938
229.25/118.38	c cleaning 27976 clauses out of 55951 with flag 533002/555939
244.40/126.12	c cleaning 27987 clauses out of 55973 with flag 561000/583937
250.14/129.19	c  And the winner is Resolution
251.87/131.05	c Got one! Elapsed wall clock time (in seconds):130.917
251.87/131.05	o -30
253.52/132.06	c cleaning 24327 clauses out of 48684 with flag 5000/604635
256.25/133.52	c cleaning 15172 clauses out of 30357 with flag 11000/610635
258.96/135.08	c cleaning 11090 clauses out of 22185 with flag 18000/617635
262.66/137.12	c cleaning 9547 clauses out of 19095 with flag 26000/625635
266.21/139.04	c cleaning 9268 clauses out of 18548 with flag 35000/634635
270.51/141.31	c cleaning 9640 clauses out of 19280 with flag 45000/644635
275.24/143.84	c cleaning 10313 clauses out of 20640 with flag 56000/655635
280.95/146.98	c cleaning 11163 clauses out of 22329 with flag 68002/667637
286.65/149.91	c cleaning 12076 clauses out of 24164 with flag 81000/680635
292.96/153.21	c cleaning 13027 clauses out of 26088 with flag 95000/694635
299.48/156.60	c cleaning 14028 clauses out of 28061 with flag 110000/709635
306.04/160.20	c cleaning 15017 clauses out of 30033 with flag 126000/725635
313.52/164.08	c cleaning 16004 clauses out of 32017 with flag 143001/742636
322.44/168.68	c cleaning 17002 clauses out of 34012 with flag 161000/760635
332.37/173.78	c cleaning 17999 clauses out of 36010 with flag 180000/779635
341.88/178.73	c cleaning 18999 clauses out of 38011 with flag 200000/799635
352.21/184.08	c cleaning 20005 clauses out of 40012 with flag 221000/820635
365.14/190.69	c cleaning 20997 clauses out of 42007 with flag 243000/842635
377.45/196.95	c cleaning 21999 clauses out of 44010 with flag 266000/865635
390.53/203.71	c cleaning 23000 clauses out of 46011 with flag 290000/889635
400.66/208.95	c cleaning 24006 clauses out of 48011 with flag 315000/914635
412.36/214.94	c cleaning 25001 clauses out of 50005 with flag 341000/940635
426.25/222.05	c cleaning 25993 clauses out of 52004 with flag 368000/967635
439.16/228.73	c cleaning 27003 clauses out of 54011 with flag 396000/995635
452.83/235.73	c cleaning 27505 clauses out of 55009 with flag 424001/1023636
467.72/243.34	c cleaning 27751 clauses out of 55503 with flag 452000/1051635
485.46/252.34	c cleaning 27876 clauses out of 55752 with flag 480000/1079635
503.08/261.43	c cleaning 27939 clauses out of 55877 with flag 508001/1107636
519.33/269.77	c cleaning 27964 clauses out of 55937 with flag 536000/1135635
537.39/278.96	c cleaning 27976 clauses out of 55973 with flag 564000/1163635
552.81/286.80	c cleaning 27988 clauses out of 55998 with flag 592001/1191636
567.75/294.62	c cleaning 27998 clauses out of 56009 with flag 620000/1219635
582.97/302.50	c cleaning 27998 clauses out of 56011 with flag 648000/1247635
600.20/311.27	c cleaning 28003 clauses out of 56014 with flag 676001/1275636
616.85/319.76	c cleaning 28003 clauses out of 56010 with flag 704000/1303635
633.42/328.31	c cleaning 27994 clauses out of 56008 with flag 732001/1331636
644.67/334.15	c cleaning 28005 clauses out of 56013 with flag 760000/1359635
653.11/338.52	c cleaning 0 clauses out of 6281 with flag 0/6282
659.01/341.54	c cleaning 28001 clauses out of 56008 with flag 788000/1387635
674.53/349.70	c cleaning 27997 clauses out of 56007 with flag 816000/1415635
689.14/357.12	c cleaning 28001 clauses out of 56010 with flag 844000/1443635
702.76/364.17	c cleaning 28003 clauses out of 56010 with flag 872001/1471636
717.55/371.80	c cleaning 28000 clauses out of 56006 with flag 900000/1499635
734.04/380.33	c cleaning 27991 clauses out of 56007 with flag 928001/1527636
747.84/387.45	c cleaning 27998 clauses out of 56015 with flag 956000/1555635
762.23/394.88	c cleaning 28005 clauses out of 56018 with flag 984001/1583636
775.61/401.75	c cleaning 27996 clauses out of 56012 with flag 1012000/1611635
788.28/408.45	c cleaning 27998 clauses out of 56016 with flag 1040000/1639635
804.66/416.90	c cleaning 28010 clauses out of 56019 with flag 1068001/1667636
819.23/424.37	c cleaning 27994 clauses out of 56009 with flag 1096001/1695636
833.79/431.89	c cleaning 28002 clauses out of 56015 with flag 1124001/1723636
850.80/440.78	c cleaning 27999 clauses out of 56012 with flag 1152000/1751635
864.55/447.82	c cleaning 27990 clauses out of 56013 with flag 1180000/1779635
878.51/455.04	c cleaning 28011 clauses out of 56024 with flag 1208001/1807636
893.43/462.75	c cleaning 27993 clauses out of 56012 with flag 1236000/1835635
908.90/470.89	c cleaning 28006 clauses out of 56021 with flag 1264002/1863637
924.04/478.69	c cleaning 27998 clauses out of 56014 with flag 1292001/1891636
937.79/485.79	c cleaning 27997 clauses out of 56015 with flag 1320000/1919635
952.71/493.48	c cleaning 28003 clauses out of 56018 with flag 1348000/1947635
967.96/501.43	c cleaning 27997 clauses out of 56015 with flag 1376000/1975635
980.11/507.77	c cleaning 28005 clauses out of 56019 with flag 1404001/2003636
992.25/514.01	c cleaning 28003 clauses out of 56013 with flag 1432000/2031635
1005.00/520.65	c cleaning 27983 clauses out of 56010 with flag 1460000/2059635
1018.56/527.83	c cleaning 28002 clauses out of 56028 with flag 1488001/2087636
1032.03/534.86	c cleaning 27997 clauses out of 56026 with flag 1516001/2115636
1046.14/542.20	c cleaning 28006 clauses out of 56029 with flag 1544001/2143636
1061.29/549.94	c cleaning 28004 clauses out of 56022 with flag 1572000/2171635
1075.26/557.34	c cleaning 28006 clauses out of 56018 with flag 1600000/2199635
1089.16/564.58	c cleaning 28000 clauses out of 56013 with flag 1628001/2227636
1105.03/572.80	c cleaning 27997 clauses out of 56012 with flag 1656000/2255635
1121.77/581.34	c cleaning 27995 clauses out of 56017 with flag 1684002/2283637
1135.91/588.84	c cleaning 28001 clauses out of 56020 with flag 1712000/2311635
1150.43/596.38	c cleaning 27996 clauses out of 56019 with flag 1740000/2339635
1164.74/603.76	c cleaning 28003 clauses out of 56023 with flag 1768000/2367635
1179.98/611.68	c cleaning 28009 clauses out of 56021 with flag 1796001/2395636
1194.65/619.49	c cleaning 27997 clauses out of 56012 with flag 1824001/2423636
1209.67/627.27	c cleaning 28003 clauses out of 56014 with flag 1852000/2451635
1227.14/636.26	c cleaning 27997 clauses out of 56011 with flag 1880000/2479635
1242.82/644.35	c cleaning 28000 clauses out of 56014 with flag 1908000/2507635
1260.35/653.53	c cleaning 28003 clauses out of 56014 with flag 1936000/2535635
1276.59/661.96	c cleaning 27999 clauses out of 56012 with flag 1964001/2563636
1294.06/670.94	c cleaning 27991 clauses out of 56012 with flag 1992000/2591635
1310.92/679.61	c cleaning 28004 clauses out of 56021 with flag 2020000/2619635
1329.04/689.19	c cleaning 28003 clauses out of 56019 with flag 2048002/2647637
1342.73/696.26	c cleaning 28001 clauses out of 56014 with flag 2076000/2675635
1358.99/704.69	c cleaning 27993 clauses out of 56015 with flag 2104002/2703637
1374.05/712.41	c cleaning 28000 clauses out of 56020 with flag 2132000/2731635
1390.36/721.02	c cleaning 28002 clauses out of 56021 with flag 2160001/2759636
1406.62/729.44	c cleaning 27998 clauses out of 56018 with flag 2188000/2787635
1424.27/738.55	c cleaning 27994 clauses out of 56020 with flag 2216000/2815635
1443.14/748.23	c cleaning 28004 clauses out of 56027 with flag 2244001/2843636
1459.23/756.71	c cleaning 27995 clauses out of 56022 with flag 2272000/2871635
1474.87/764.87	c cleaning 28007 clauses out of 56027 with flag 2300000/2899635
1490.29/772.86	c cleaning 28007 clauses out of 56020 with flag 2328000/2927635
1506.52/781.24	c cleaning 27991 clauses out of 56013 with flag 2356000/2955635
1522.64/789.73	c cleaning 28008 clauses out of 56023 with flag 2384001/2983636
1534.87/796.17	c cleaning 27981 clauses out of 56014 with flag 2412000/3011635
1546.73/802.30	c cleaning 28008 clauses out of 56033 with flag 2440000/3039635
1559.77/809.11	c cleaning 28005 clauses out of 56025 with flag 2468000/3067635
1573.01/816.28	c cleaning 28002 clauses out of 56020 with flag 2496000/3095635
1586.21/823.17	c cleaning 28005 clauses out of 56019 with flag 2524001/3123636
1601.46/831.00	c cleaning 27995 clauses out of 56013 with flag 2552000/3151635
1617.89/839.55	c cleaning 27998 clauses out of 56019 with flag 2580001/3179636
1631.92/847.01	c cleaning 28008 clauses out of 56020 with flag 2608000/3207635
1646.72/854.76	c cleaning 28003 clauses out of 56012 with flag 2636000/3235635
1661.91/862.67	c cleaning 28001 clauses out of 56010 with flag 2664001/3263636
1675.50/869.72	c cleaning 27992 clauses out of 56008 with flag 2692000/3291635
1690.38/877.61	c cleaning 27988 clauses out of 56016 with flag 2720000/3319635
1704.52/885.09	c cleaning 28001 clauses out of 56028 with flag 2748000/3347635
1719.12/892.66	c cleaning 28005 clauses out of 56027 with flag 2776000/3375635
1734.12/900.48	c cleaning 28007 clauses out of 56022 with flag 2804000/3403635
1750.10/908.98	c cleaning 27994 clauses out of 56015 with flag 2832000/3431635
1763.71/916.04	c cleaning 28003 clauses out of 56022 with flag 2860001/3459636
1777.71/923.38	c cleaning 28000 clauses out of 56018 with flag 2888000/3487635
1791.31/930.41	c cleaning 27999 clauses out of 56018 with flag 2916000/3515635
1799.82/935.21	c starts		: 257
1799.82/935.21	c conflicts		: 3532710
1799.82/935.21	c decisions		: 3770014
1799.82/935.21	c propagations		: 21213255
1799.82/935.21	c inspects		: 3474751054
1799.82/935.21	c shortcuts		: 0
1799.82/935.21	c learnt literals	: 0
1799.82/935.21	c learnt binary clauses	: 0
1799.82/935.21	c learnt ternary clauses	: 0
1799.82/935.21	c learnt constraints	: 3532710
1799.82/935.21	c ignored constraints	: 0
1799.82/935.21	c root simplifications	: 0
1799.82/935.21	c removed literals (reason simplification)	: 51124441
1799.82/935.21	c reason swapping (by a shorter reason)	: 0
1799.82/935.21	c Calls to reduceDB	: 147
1799.82/935.21	c number of reductions to clauses (during analyze)	: 0
1799.82/935.21	c number of learned constraints concerned by reduction	: 0
1799.82/935.21	c number of learning phase by resolution	: 0
1799.82/935.21	c number of learning phase by cutting planes	: 0
1799.82/935.21	c speed (assignments/second)	: 26379.501763959026
1799.82/935.21	c non guided choices	0
1799.82/935.23	c learnt constraints type 
1799.82/935.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45175
1799.82/935.23	c constraints type 
1799.82/935.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.82/935.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
1799.82/935.23	c constraints type 
1799.82/935.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27931
1799.82/935.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.82/935.23	s SATISFIABLE
1799.82/935.23	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 
1799.82/935.23	c objective function=-30
1799.82/935.23	c Total wall clock time (in seconds): 935.1

Verifier Data

OK	-30

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-3733316-1338688939/watcher-3733316-1338688939 -o /tmp/evaluation-result-3733316-1338688939/solver-3733316-1338688939 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733316-1338688939.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.77 3.94 3.84 4/197 9741
/proc/meminfo: memFree=26010396/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9741/stat : 9741 (java) D 9739 9741 5561 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 335018239 2560000 46 33554432000 1073741824 1073778376 140736032924880 140736032922008 209874677031 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/9741/statm: 625 46 37 9 0 29 0

[startup+0.0335941 s]
/proc/loadavg: 3.77 3.94 3.84 4/197 9741
/proc/meminfo: memFree=26010396/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=10510056 CPUtime=0.01 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 2282 0 1 0 0 1 0 0 20 0 2 0 335018239 10762297344 6051 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2627514 6051 942 9 0 2618623 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10510056

[startup+0.100256 s]
/proc/loadavg: 3.77 3.94 3.84 4/197 9741
/proc/meminfo: memFree=26010396/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 3961 0 1 0 5 1 0 0 20 0 18 0 335018239 11864465408 12835 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.30021 s]
/proc/loadavg: 3.77 3.94 3.84 4/197 9741
/proc/meminfo: memFree=26010396/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11586392 CPUtime=0.42 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 5676 0 1 0 40 2 0 0 20 0 18 0 335018239 11864465408 15921 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2896598 15921 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 11586392

[startup+0.700284 s]
/proc/loadavg: 3.77 3.94 3.84 4/197 9741
/proc/meminfo: memFree=26010396/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 9239 0 1 0 97 6 0 0 20 0 19 0 335018239 12137111552 32997 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2963162 32997 2252 9 0 2953849 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 3.77 3.94 3.84 3/216 9763
/proc/meminfo: memFree=25886880/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11852648 CPUtime=1.81 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 16456 0 1 0 172 9 0 0 20 0 19 0 335018239 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2963162 38480 2257 9 0 2953849 0
[pid=9741/tid=9743] ppid=9739 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/9741/task/9743/stat : 9743 (java) S 9739 9741 5561 0 -1 4202560 2903 0 1 0 47 3 0 0 20 0 19 0 335018241 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684987954328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9744] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9744/stat : 9744 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684956363176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9745] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9745/stat : 9745 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684955310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9746] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9746/stat : 9746 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684954257576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9747] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9747/stat : 9747 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684821829928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9748] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9748/stat : 9748 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684820777896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9749] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9749/stat : 9749 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684483165224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9750] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9750/stat : 9750 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684482112168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9751] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9751/stat : 9751 (java) S 9739 9741 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335018243 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684481059624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9752] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9752/stat : 9752 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335018245 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684468861288 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9753] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9753/stat : 9753 (java) S 9739 9741 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335018245 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684467807608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9754] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9754/stat : 9754 (java) S 9739 9741 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335018245 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684466754440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9755] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9755/stat : 9755 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018248 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684465703184 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9756] ppid=9739 vsize=11852648 CPUtime=0.41 cores=0,2,4,6
/proc/9741/task/9756/stat : 9756 (java) S 9739 9741 5561 0 -1 4202560 3265 0 0 0 39 2 0 0 20 0 19 0 335018248 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684464651064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9757] ppid=9739 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/9741/task/9757/stat : 9757 (java) S 9739 9741 5561 0 -1 4202560 8977 0 0 0 58 2 0 0 20 0 19 0 335018248 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684463598520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9758] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9758/stat : 9758 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018248 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684462545656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9759] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9759/stat : 9759 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335018248 12137111552 38480 33554432000 1073741824 1073778376 140737375943168 139684461493320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 11852648

[startup+3.10069 s]
/proc/loadavg: 3.77 3.94 3.84 5/219 9772
/proc/meminfo: memFree=25842172/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11852648 CPUtime=4.4 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 18650 0 1 0 421 19 0 0 20 0 22 0 335018239 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2963162 100672 2287 9 0 2953849 0
[pid=9741/tid=9743] ppid=9739 vsize=11852648 CPUtime=0.51 cores=0,2,4,6
/proc/9741/task/9743/stat : 9743 (java) S 9739 9741 5561 0 -1 4202560 2904 0 1 0 48 3 0 0 20 0 22 0 335018241 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684987954040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9744] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9744/stat : 9744 (java) S 9739 9741 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684956363176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9745] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9745/stat : 9745 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684955310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9746] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9746/stat : 9746 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684954257576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9747] ppid=9739 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/9741/task/9747/stat : 9747 (java) S 9739 9741 5561 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684821829928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9748] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9748/stat : 9748 (java) S 9739 9741 5561 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684820777896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9749] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9749/stat : 9749 (java) S 9739 9741 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684483165224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9750] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9750/stat : 9750 (java) S 9739 9741 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684482112168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9751] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9751/stat : 9751 (java) S 9739 9741 5561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335018243 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684481059624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9752] ppid=9739 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/9741/task/9752/stat : 9752 (java) R 9739 9741 5561 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 335018245 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684468860144 139684994809768 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9753] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9753/stat : 9753 (java) S 9739 9741 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684467807608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9754] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9754/stat : 9754 (java) S 9739 9741 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684466754440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9755] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9755/stat : 9755 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684465703184 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9756] ppid=9739 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/9741/task/9756/stat : 9756 (java) S 9739 9741 5561 0 -1 4202560 5230 0 0 0 67 2 0 0 20 0 22 0 335018248 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684464651064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9757] ppid=9739 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/9741/task/9757/stat : 9757 (java) S 9739 9741 5561 0 -1 4202560 8993 0 0 0 87 2 0 0 20 0 22 0 335018248 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684463598520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9758] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9758/stat : 9758 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684462545656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9759] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9759/stat : 9759 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684461493320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9766] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9766/stat : 9766 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335018345 12137111552 100672 33554432000 1073741824 1073778376 140737375943168 139684457223464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 11852648

[startup+6.30063 s]
/proc/loadavg: 3.63 3.90 3.83 5/219 9775
/proc/meminfo: memFree=25358844/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11852648 CPUtime=9.93 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 18840 0 1 0 966 27 0 0 20 0 22 0 335018239 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2963162 167571 2290 9 0 2953849 0
[pid=9741/tid=9743] ppid=9739 vsize=11852648 CPUtime=0.51 cores=0,2,4,6
/proc/9741/task/9743/stat : 9743 (java) S 9739 9741 5561 0 -1 4202560 2906 0 1 0 48 3 0 0 20 0 22 0 335018241 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684987954328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9744] ppid=9739 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/9741/task/9744/stat : 9744 (java) S 9739 9741 5561 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684956363176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9745] ppid=9739 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/9741/task/9745/stat : 9745 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684955310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9746] ppid=9739 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/9741/task/9746/stat : 9746 (java) S 9739 9741 5561 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684954257576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9747] ppid=9739 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/9741/task/9747/stat : 9747 (java) S 9739 9741 5561 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684821829928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9748] ppid=9739 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/9741/task/9748/stat : 9748 (java) S 9739 9741 5561 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684820777896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9749] ppid=9739 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/9741/task/9749/stat : 9749 (java) S 9739 9741 5561 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684483165224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9750] ppid=9739 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/9741/task/9750/stat : 9750 (java) S 9739 9741 5561 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684482112168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9751] ppid=9739 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/9741/task/9751/stat : 9751 (java) S 9739 9741 5561 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 335018243 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684481059624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9752] ppid=9739 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/9741/task/9752/stat : 9752 (java) S 9739 9741 5561 0 -1 4202560 58 0 0 0 17 1 0 0 20 0 22 0 335018245 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684468861288 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9753] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9753/stat : 9753 (java) S 9739 9741 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684467807608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9754] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9754/stat : 9754 (java) S 9739 9741 5561 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684466754440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9755] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9755/stat : 9755 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684465703184 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9756] ppid=9739 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/9741/task/9756/stat : 9756 (java) S 9739 9741 5561 0 -1 4202560 5230 0 0 0 72 2 0 0 20 0 22 0 335018248 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684464651064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9757] ppid=9739 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/9741/task/9757/stat : 9757 (java) S 9739 9741 5561 0 -1 4202560 8994 0 0 0 94 2 0 0 20 0 22 0 335018248 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684463598520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9758] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9758/stat : 9758 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684462545656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9759] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9759/stat : 9759 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684461493320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9766] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9766/stat : 9766 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335018345 12137111552 167571 33554432000 1073741824 1073778376 140737375943168 139684457223464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 11852648

[startup+12.7008 s]
/proc/loadavg: 3.58 3.89 3.83 5/219 9778
/proc/meminfo: memFree=24993100/32873844 swapFree=7632/7632

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

[pid=9741/tid=9747] ppid=9739 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/9741/task/9747/stat : 9747 (java) S 9739 9741 5561 0 -1 4202560 254 0 0 0 192 4 0 0 20 0 22 0 335018243 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684821829928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9748] ppid=9739 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/9741/task/9748/stat : 9748 (java) S 9739 9741 5561 0 -1 4202560 241 0 0 0 196 3 0 0 20 0 22 0 335018243 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684820777896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9749] ppid=9739 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/9741/task/9749/stat : 9749 (java) S 9739 9741 5561 0 -1 4202560 200 0 0 0 177 3 0 0 20 0 22 0 335018243 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684483165224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9750] ppid=9739 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/9741/task/9750/stat : 9750 (java) S 9739 9741 5561 0 -1 4202560 252 0 0 0 183 3 0 0 20 0 22 0 335018243 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684482112168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9751] ppid=9739 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/9741/task/9751/stat : 9751 (java) S 9739 9741 5561 0 -1 4202560 167 0 0 0 191 3 0 0 20 0 22 0 335018243 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684481059624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9752] ppid=9739 vsize=11852648 CPUtime=62.33 cores=0,2,4,6
/proc/9741/task/9752/stat : 9752 (java) S 9739 9741 5561 0 -1 4202560 319 0 0 0 6221 12 0 0 20 0 22 0 335018245 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684468861288 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9753] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9753/stat : 9753 (java) S 9739 9741 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684467807608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9754] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9754/stat : 9754 (java) S 9739 9741 5561 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684466754440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9755] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9755/stat : 9755 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684465703184 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9756] ppid=9739 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/9741/task/9756/stat : 9756 (java) S 9739 9741 5561 0 -1 4202560 9488 0 0 0 135 3 0 0 20 0 22 0 335018248 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684464651064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9757] ppid=9739 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/9741/task/9757/stat : 9757 (java) S 9739 9741 5561 0 -1 4202560 8997 0 0 0 112 2 0 0 20 0 22 0 335018248 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684463598520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9758] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9758/stat : 9758 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684462545656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9759] ppid=9739 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/9741/task/9759/stat : 9759 (java) S 9739 9741 5561 0 -1 4202560 47 0 0 0 14 14 0 0 20 0 22 0 335018248 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684461493320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9766] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9766/stat : 9766 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335018345 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684457223464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9780] ppid=9739 vsize=11852648 CPUtime=630.79 cores=0,2,4,6
/proc/9741/task/9780/stat : 9780 (java) R 9739 9741 5561 0 -1 4202560 30 0 0 0 63069 10 0 0 20 0 22 0 335031345 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684459327696 139684836216473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9781] ppid=9739 vsize=11852648 CPUtime=630.73 cores=0,2,4,6
/proc/9741/task/9781/stat : 9781 (java) R 9739 9741 5561 0 -1 4202560 99 0 0 0 63061 12 0 0 20 0 22 0 335031345 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684460379008 139684836304395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9782] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9782/stat : 9782 (java) S 9739 9741 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335031345 12137111552 407492 33554432000 1073741824 1073778376 140737375943168 139684458276520 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1584.61
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.79 3.87 3.83 5/219 9849
/proc/meminfo: memFree=25000484/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11852648 CPUtime=1699.12 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 25438 0 1 0 169824 88 0 0 20 0 22 0 335018239 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2963162 413221 2292 9 0 2953849 0
[pid=9741/tid=9743] ppid=9739 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/9741/task/9743/stat : 9743 (java) S 9739 9741 5561 0 -1 4202560 3002 0 1 0 50 4 0 0 20 0 22 0 335018241 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684987954328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9744] ppid=9739 vsize=11852648 CPUtime=2.18 cores=0,2,4,6
/proc/9741/task/9744/stat : 9744 (java) S 9739 9741 5561 0 -1 4202560 213 0 0 0 214 4 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684956363176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9745] ppid=9739 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/9741/task/9745/stat : 9745 (java) S 9739 9741 5561 0 -1 4202560 141 0 0 0 197 2 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684955310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9746] ppid=9739 vsize=11852648 CPUtime=1.88 cores=0,2,4,6
/proc/9741/task/9746/stat : 9746 (java) S 9739 9741 5561 0 -1 4202560 193 0 0 0 184 4 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684954257576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9747] ppid=9739 vsize=11852648 CPUtime=2.15 cores=0,2,4,6
/proc/9741/task/9747/stat : 9747 (java) S 9739 9741 5561 0 -1 4202560 286 0 0 0 211 4 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684821829928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9748] ppid=9739 vsize=11852648 CPUtime=2.12 cores=0,2,4,6
/proc/9741/task/9748/stat : 9748 (java) S 9739 9741 5561 0 -1 4202560 249 0 0 0 209 3 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684820777896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9749] ppid=9739 vsize=11852648 CPUtime=1.92 cores=0,2,4,6
/proc/9741/task/9749/stat : 9749 (java) S 9739 9741 5561 0 -1 4202560 203 0 0 0 189 3 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684483165224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9750] ppid=9739 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/9741/task/9750/stat : 9750 (java) S 9739 9741 5561 0 -1 4202560 275 0 0 0 193 3 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684482112168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9751] ppid=9739 vsize=11852648 CPUtime=2.03 cores=0,2,4,6
/proc/9741/task/9751/stat : 9751 (java) S 9739 9741 5561 0 -1 4202560 190 0 0 0 200 3 0 0 20 0 22 0 335018243 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684481059624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9752] ppid=9739 vsize=11852648 CPUtime=68.25 cores=0,2,4,6
/proc/9741/task/9752/stat : 9752 (java) S 9739 9741 5561 0 -1 4202560 335 0 0 0 6811 14 0 0 20 0 22 0 335018245 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684468861288 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9753] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9753/stat : 9753 (java) S 9739 9741 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684467807608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9754] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9754/stat : 9754 (java) S 9739 9741 5561 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684466754440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9755] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9755/stat : 9755 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684465703184 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9756] ppid=9739 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/9741/task/9756/stat : 9756 (java) S 9739 9741 5561 0 -1 4202560 9488 0 0 0 135 3 0 0 20 0 22 0 335018248 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684464651064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9757] ppid=9739 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/9741/task/9757/stat : 9757 (java) S 9739 9741 5561 0 -1 4202560 8997 0 0 0 112 2 0 0 20 0 22 0 335018248 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684463598520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9758] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9758/stat : 9758 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684462545656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9759] ppid=9739 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/9741/task/9759/stat : 9759 (java) S 9739 9741 5561 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 335018248 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684461493320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9766] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9766/stat : 9766 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335018345 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684457223464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9780] ppid=9739 vsize=11852648 CPUtime=684.45 cores=0,2,4,6
/proc/9741/task/9780/stat : 9780 (java) R 9739 9741 5561 0 -1 4202560 30 0 0 0 68434 11 0 0 20 0 22 0 335031345 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684459327696 139684836180742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9781] ppid=9739 vsize=11852648 CPUtime=684.37 cores=0,2,4,6
/proc/9741/task/9781/stat : 9781 (java) R 9739 9741 5561 0 -1 4202560 99 0 0 0 68424 13 0 0 20 0 22 0 335031345 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684460379152 139684836303903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9782] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9782/stat : 9782 (java) S 9739 9741 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335031345 12137111552 413221 33554432000 1073741824 1073778376 140737375943168 139684458276520 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1699.12
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+935.201 s]
/proc/loadavg: 4.04 3.93 3.85 5/219 9849
/proc/meminfo: memFree=24981184/32873844 swapFree=7632/7632
[pid=9741] ppid=9739 vsize=11852648 CPUtime=1799.82 cores=0,2,4,6
/proc/9741/stat : 9741 (java) S 9739 9741 5561 0 -1 4202496 25572 0 1 0 179893 89 0 0 20 0 22 0 335018239 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 140737375934304 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9741/statm: 2963162 413342 2292 9 0 2953849 0
[pid=9741/tid=9743] ppid=9739 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/9741/task/9743/stat : 9743 (java) S 9739 9741 5561 0 -1 4202560 3008 0 1 0 50 4 0 0 20 0 22 0 335018241 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684987954328 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9744] ppid=9739 vsize=11852648 CPUtime=2.31 cores=0,2,4,6
/proc/9741/task/9744/stat : 9744 (java) S 9739 9741 5561 0 -1 4202560 245 0 0 0 227 4 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684956363176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9745] ppid=9739 vsize=11852648 CPUtime=2.1 cores=0,2,4,6
/proc/9741/task/9745/stat : 9745 (java) S 9739 9741 5561 0 -1 4202560 156 0 0 0 208 2 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684955310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9746] ppid=9739 vsize=11852648 CPUtime=2.06 cores=0,2,4,6
/proc/9741/task/9746/stat : 9746 (java) S 9739 9741 5561 0 -1 4202560 207 0 0 0 202 4 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684954257576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9747] ppid=9739 vsize=11852648 CPUtime=2.28 cores=0,2,4,6
/proc/9741/task/9747/stat : 9747 (java) S 9739 9741 5561 0 -1 4202560 295 0 0 0 224 4 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684821829928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9748] ppid=9739 vsize=11852648 CPUtime=2.25 cores=0,2,4,6
/proc/9741/task/9748/stat : 9748 (java) S 9739 9741 5561 0 -1 4202560 249 0 0 0 222 3 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684820777896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9749] ppid=9739 vsize=11852648 CPUtime=2.05 cores=0,2,4,6
/proc/9741/task/9749/stat : 9749 (java) S 9739 9741 5561 0 -1 4202560 228 0 0 0 202 3 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684483165224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9750] ppid=9739 vsize=11852648 CPUtime=2.07 cores=0,2,4,6
/proc/9741/task/9750/stat : 9750 (java) S 9739 9741 5561 0 -1 4202560 281 0 0 0 203 4 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684482112168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9751] ppid=9739 vsize=11852648 CPUtime=2.13 cores=0,2,4,6
/proc/9741/task/9751/stat : 9751 (java) S 9739 9741 5561 0 -1 4202560 208 0 0 0 210 3 0 0 20 0 22 0 335018243 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684481059624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9752] ppid=9739 vsize=11852648 CPUtime=73.8 cores=0,2,4,6
/proc/9741/task/9752/stat : 9752 (java) S 9739 9741 5561 0 -1 4202560 339 0 0 0 7366 14 0 0 20 0 22 0 335018245 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684468861288 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9753] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9753/stat : 9753 (java) S 9739 9741 5561 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684467807608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9754] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9754/stat : 9754 (java) S 9739 9741 5561 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335018245 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684466754440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9755] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9755/stat : 9755 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684465703184 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9756] ppid=9739 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/9741/task/9756/stat : 9756 (java) S 9739 9741 5561 0 -1 4202560 9488 0 0 0 135 3 0 0 20 0 22 0 335018248 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684464651064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9757] ppid=9739 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/9741/task/9757/stat : 9757 (java) S 9739 9741 5561 0 -1 4202560 8997 0 0 0 112 2 0 0 20 0 22 0 335018248 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684463598520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9758] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9758/stat : 9758 (java) S 9739 9741 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335018248 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684462545656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9741/tid=9759] ppid=9739 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/9741/task/9759/stat : 9759 (java) S 9739 9741 5561 0 -1 4202560 55 0 0 0 15 16 0 0 20 0 22 0 335018248 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684461493320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9766] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9766/stat : 9766 (java) S 9739 9741 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335018345 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684457223464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9741/tid=9780] ppid=9739 vsize=11852648 CPUtime=731.39 cores=0,2,4,6
/proc/9741/task/9780/stat : 9780 (java) R 9739 9741 5561 0 -1 4202560 31 0 0 0 73127 12 0 0 20 0 22 0 335031345 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684459327696 139684836216338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9741/tid=9781] ppid=9739 vsize=11852648 CPUtime=731.32 cores=0,2,4,6
/proc/9741/task/9781/stat : 9781 (java) R 9739 9741 5561 0 -1 4202560 99 0 0 0 73118 14 0 0 20 0 22 0 335031345 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684460379152 139684836297998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9741/tid=9782] ppid=9739 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/9741/task/9782/stat : 9782 (java) S 9739 9741 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335031345 12137111552 413342 33554432000 1073741824 1073778376 140737375943168 139684458276520 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.82
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9741 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=130098
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=331797
# CPU time returned by wait4() is 1796.46
# while last known CPU time is 1799.82
#
# 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): 0.230011
#  lost CPU user time (s): 0.270004
#  lost CPU system time (s): -0.04

Real time (s): 935.251
CPU time (s): 1800.05
CPU user time (s): 1799.2
CPU system time (s): 0.85
CPU usage (%): 192.467
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.13
system time used= 1.3318
maximum resident set size= 1653484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25606
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26508
involuntary context switches= 42073

runsolver used 4.22136 second user time and 7.2339 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 04:02:19
IDJOB=3733316
IDBENCH=2272
IDSOLVER=2328
FILE ID=node141/3733316-1338688939
RUNJOBID= node141-1338678623-5580
PBS_JOBID= 14636672
Free space on /tmp= 70716 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733316-1338688939/watcher-3733316-1338688939 -o /tmp/evaluation-result-3733316-1338688939/solver-3733316-1338688939 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733316-1338688939.opb

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

MD5SUM BENCH= 3895ca8e12182fcd80d7923f66584703
RANDOM SEED=1653870925

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26010660 kB
Buffers:          395680 kB
Cached:          3137608 kB
SwapCached:          216 kB
Active:          3647976 kB
Inactive:        2318992 kB
Active(anon):    2424536 kB
Inactive(anon):    11288 kB
Active(file):    1223440 kB
Inactive(file):  2307704 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:       2450672 kB
Mapped:            18936 kB
Shmem:               172 kB
Slab:             739664 kB
SReclaimable:     181836 kB
SUnreclaim:       557828 kB
KernelStack:        1632 kB
PageTables:         8996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10461116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2398208 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= 70720 MiB
End job on node141 at 2012-06-03 04:17:56