Trace number 3730976

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 NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.19 932.556

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark204.064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3730976-1338679609.opb
0.10/0.12	c reading problem ... 
1.24/0.60	c ... done. Wall clock time 0.48s.
1.24/0.60	c #vars     4626
1.24/0.60	c #constraints  30921
1.24/0.60	c constraints type 
1.24/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1.24/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1.24/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1.24/0.60	c constraints type 
1.24/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1.24/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1.24/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
3.25/1.18	c cleaning 2485 clauses out of 5000 with flag 5000/5000
4.47/1.63	c cleaning 4249 clauses out of 8515 with flag 11000/11000
5.46/2.14	c cleaning 5629 clauses out of 11267 with flag 18001/18001
6.74/2.74	c cleaning 6801 clauses out of 13637 with flag 26000/26000
8.32/3.57	c cleaning 7895 clauses out of 15836 with flag 35000/35000
9.91/4.40	c cleaning 8966 clauses out of 17942 with flag 45001/45001
11.87/5.30	c cleaning 9983 clauses out of 19975 with flag 56000/56000
14.23/6.59	c cleaning 10983 clauses out of 21992 with flag 68000/68000
16.75/7.80	c cleaning 12005 clauses out of 24009 with flag 81000/81000
19.09/9.00	c cleaning 12981 clauses out of 26005 with flag 95001/95001
22.42/10.76	c cleaning 13986 clauses out of 28024 with flag 110001/110001
25.16/12.14	c cleaning 15009 clauses out of 30038 with flag 126001/126001
28.82/14.00	c cleaning 16006 clauses out of 32028 with flag 143000/143000
33.53/16.45	c cleaning 16996 clauses out of 34025 with flag 161003/161003
37.43/18.41	c cleaning 18007 clauses out of 36027 with flag 180001/180001
41.53/20.52	c cleaning 18986 clauses out of 38020 with flag 200001/200001
46.78/23.23	c cleaning 0 clauses out of 5001 with flag 0/5001
47.50/23.52	c cleaning 20007 clauses out of 40033 with flag 221000/221000
53.34/26.45	c cleaning 21009 clauses out of 42026 with flag 243000/243000
59.53/29.54	c cleaning 22001 clauses out of 44017 with flag 266000/266000
65.00/32.33	c cleaning 22988 clauses out of 46016 with flag 290000/290000
70.68/35.24	c cleaning 24007 clauses out of 48028 with flag 315000/315000
79.95/39.98	c cleaning 25000 clauses out of 50021 with flag 341000/341000
87.23/43.65	c cleaning 25999 clauses out of 52021 with flag 368000/368000
94.20/47.22	c cleaning 27001 clauses out of 54022 with flag 396000/396000
100.44/50.45	c cleaning 28004 clauses out of 56025 with flag 425004/425004
109.49/55.01	c cleaning 28993 clauses out of 58018 with flag 455001/455001
120.70/60.79	c cleaning 29990 clauses out of 60025 with flag 486001/486001
134.24/67.64	c cleaning 30501 clauses out of 61036 with flag 517002/517002
142.26/71.78	c cleaning 30746 clauses out of 61535 with flag 548002/548002
152.06/76.76	c cleaning 30880 clauses out of 61788 with flag 579001/579001
158.07/79.85	c cleaning 30908 clauses out of 61908 with flag 610001/610001
165.57/83.71	c cleaning 30990 clauses out of 62002 with flag 641003/641003
174.03/88.05	c cleaning 30973 clauses out of 62011 with flag 672002/672002
182.79/92.51	c cleaning 31000 clauses out of 62037 with flag 703001/703001
190.19/96.35	c cleaning 31012 clauses out of 62038 with flag 734002/734002
198.83/100.88	c cleaning 31001 clauses out of 62024 with flag 765000/765000
203.01/103.09	c cleaning 0 clauses out of 11001 with flag 0/11001
206.37/104.89	c cleaning 30993 clauses out of 62023 with flag 796000/796000
216.15/109.82	c cleaning 30996 clauses out of 62030 with flag 827000/827000
225.01/114.43	c cleaning 31001 clauses out of 62034 with flag 858000/858000
232.76/118.43	c cleaning 31007 clauses out of 62034 with flag 889001/889001
239.34/121.80	c cleaning 31008 clauses out of 62026 with flag 920000/920000
249.88/127.28	c cleaning 30996 clauses out of 62018 with flag 951000/951000
257.91/131.42	c cleaning 30988 clauses out of 62022 with flag 982000/982000
274.47/139.88	c cleaning 30997 clauses out of 62035 with flag 1013001/1013001
283.42/144.42	c cleaning 30984 clauses out of 62038 with flag 1044001/1044001
296.36/151.08	c cleaning 31006 clauses out of 62055 with flag 1075002/1075002
306.94/156.55	c cleaning 31007 clauses out of 62047 with flag 1106000/1106000
321.07/163.76	c cleaning 31012 clauses out of 62044 with flag 1137004/1137004
336.63/171.70	c cleaning 30994 clauses out of 62028 with flag 1168000/1168000
346.33/176.68	c cleaning 30987 clauses out of 62037 with flag 1199003/1199003
364.47/185.93	c cleaning 30976 clauses out of 62048 with flag 1230001/1230001
380.19/193.99	c cleaning 31003 clauses out of 62071 with flag 1261000/1261000
396.10/202.00	c cleaning 30993 clauses out of 62070 with flag 1292002/1292002
413.23/210.72	c cleaning 31005 clauses out of 62077 with flag 1323002/1323002
419.92/214.39	c cleaning 31004 clauses out of 62070 with flag 1354000/1354000
428.04/218.57	c cleaning 31004 clauses out of 62068 with flag 1385002/1385002
438.52/223.92	c cleaning 31005 clauses out of 62063 with flag 1416001/1416001
452.21/231.00	c cleaning 30993 clauses out of 62057 with flag 1447000/1447000
461.89/236.07	c cleaning 30972 clauses out of 62064 with flag 1478000/1478000
474.38/242.47	c cleaning 31002 clauses out of 62093 with flag 1509001/1509001
482.85/246.89	c cleaning 31030 clauses out of 62090 with flag 1540000/1540000
492.34/251.76	c cleaning 30960 clauses out of 62060 with flag 1571000/1571000
508.19/259.92	c cleaning 30989 clauses out of 62103 with flag 1602003/1602003
519.86/265.98	c cleaning 31018 clauses out of 62112 with flag 1633001/1633001
529.34/270.88	c cleaning 31012 clauses out of 62093 with flag 1664000/1664000
539.00/275.86	c cleaning 31013 clauses out of 62083 with flag 1695002/1695002
543.45/278.34	c cleaning 0 clauses out of 18001 with flag 0/18001
549.28/281.42	c cleaning 30994 clauses out of 62068 with flag 1726000/1726000
558.50/286.28	c cleaning 31012 clauses out of 62074 with flag 1757000/1757000
567.95/291.17	c cleaning 31022 clauses out of 62064 with flag 1788002/1788002
577.77/296.35	c cleaning 31016 clauses out of 62041 with flag 1819001/1819001
589.41/302.38	c cleaning 30994 clauses out of 62024 with flag 1850000/1850000
598.45/307.07	c cleaning 31008 clauses out of 62030 with flag 1881000/1881000
609.68/312.83	c cleaning 30995 clauses out of 62022 with flag 1912000/1912000
619.91/318.24	c cleaning 31006 clauses out of 62027 with flag 1943000/1943000
631.34/324.17	c cleaning 31002 clauses out of 62021 with flag 1974000/1974000
638.56/327.96	c cleaning 30997 clauses out of 62021 with flag 2005002/2005002
645.57/331.66	c cleaning 30997 clauses out of 62023 with flag 2036001/2036001
653.98/336.14	c cleaning 31000 clauses out of 62025 with flag 2067000/2067000
662.81/340.76	c cleaning 30982 clauses out of 62025 with flag 2098000/2098000
672.85/345.91	c cleaning 31008 clauses out of 62044 with flag 2129001/2129001
686.28/352.88	c cleaning 31001 clauses out of 62035 with flag 2160000/2160000
697.08/358.54	c cleaning 31003 clauses out of 62035 with flag 2191001/2191001
707.31/363.82	c cleaning 30987 clauses out of 62031 with flag 2222000/2222000
718.73/369.79	c cleaning 30995 clauses out of 62046 with flag 2253002/2253002
734.36/377.74	c cleaning 31006 clauses out of 62053 with flag 2284004/2284004
744.54/383.19	c cleaning 30999 clauses out of 62043 with flag 2315000/2315000
757.36/389.75	c cleaning 31004 clauses out of 62044 with flag 2346000/2346000
767.39/394.94	c cleaning 30995 clauses out of 62040 with flag 2377000/2377000
777.40/400.12	c cleaning 30986 clauses out of 62045 with flag 2408000/2408000
785.35/404.41	c cleaning 31018 clauses out of 62059 with flag 2439000/2439000
796.34/410.18	c cleaning 31007 clauses out of 62043 with flag 2470002/2470002
805.91/415.19	c cleaning 30991 clauses out of 62034 with flag 2501000/2501000
821.51/423.13	c cleaning 31001 clauses out of 62044 with flag 2532001/2532001
838.08/431.74	c cleaning 30992 clauses out of 62042 with flag 2563000/2563000
855.48/440.68	c cleaning 31001 clauses out of 62052 with flag 2594002/2594002
870.89/448.58	c cleaning 30992 clauses out of 62050 with flag 2625001/2625001
889.09/457.85	c cleaning 31007 clauses out of 62059 with flag 2656002/2656002
902.00/464.65	c cleaning 30966 clauses out of 62052 with flag 2687002/2687002
913.19/470.42	c cleaning 30929 clauses out of 62084 with flag 2718000/2718000
930.39/479.20	c cleaning 30987 clauses out of 62156 with flag 2749001/2749001
946.50/487.53	c cleaning 30990 clauses out of 62169 with flag 2780001/2780001
962.20/495.77	c cleaning 31006 clauses out of 62179 with flag 2811001/2811001
979.13/504.45	c cleaning 31001 clauses out of 62172 with flag 2842000/2842000
993.43/511.88	c cleaning 30990 clauses out of 62175 with flag 2873004/2873004
1007.98/519.36	c cleaning 30987 clauses out of 62181 with flag 2904000/2904000
1023.25/527.30	c cleaning 30981 clauses out of 62195 with flag 2935001/2935001
1038.99/535.49	c cleaning 31003 clauses out of 62213 with flag 2966000/2966000
1048.11/540.27	c cleaning 31090 clauses out of 62213 with flag 2997003/2997003
1056.84/544.80	c cleaning 31031 clauses out of 62121 with flag 3028001/3028001
1066.86/550.21	c cleaning 31012 clauses out of 62090 with flag 3059001/3059001
1075.38/554.71	c cleaning 31020 clauses out of 62078 with flag 3090001/3090001
1084.93/559.80	c cleaning 31016 clauses out of 62058 with flag 3121001/3121001
1097.05/566.00	c cleaning 31010 clauses out of 62043 with flag 3152002/3152002
1107.07/571.45	c cleaning 31000 clauses out of 62033 with flag 3183002/3183002
1117.54/576.96	c cleaning 30999 clauses out of 62034 with flag 3214003/3214003
1129.07/582.92	c cleaning 30991 clauses out of 62032 with flag 3245000/3245000
1139.18/588.24	c cleaning 31007 clauses out of 62041 with flag 3276000/3276000
1150.82/594.45	c cleaning 31002 clauses out of 62035 with flag 3307001/3307001
1167.35/602.91	c cleaning 30998 clauses out of 62033 with flag 3338001/3338001
1183.70/611.33	c cleaning 31004 clauses out of 62034 with flag 3369000/3369000
1197.84/618.66	c cleaning 31000 clauses out of 62030 with flag 3400000/3400000
1212.22/626.28	c cleaning 31000 clauses out of 62031 with flag 3431001/3431001
1223.73/632.25	c cleaning 30977 clauses out of 62031 with flag 3462001/3462001
1240.06/640.60	c cleaning 30988 clauses out of 62053 with flag 3493000/3493000
1254.57/648.13	c cleaning 30996 clauses out of 62065 with flag 3524000/3524000
1268.98/655.75	c cleaning 30998 clauses out of 62069 with flag 3555000/3555000
1280.52/661.73	c cleaning 30999 clauses out of 62071 with flag 3586000/3586000
1291.05/667.24	c cleaning 30966 clauses out of 62072 with flag 3617000/3617000
1304.80/674.36	c cleaning 31003 clauses out of 62107 with flag 3648001/3648001
1308.77/676.74	c cleaning 0 clauses out of 26002 with flag 0/26002
1314.90/680.07	c cleaning 31014 clauses out of 62103 with flag 3679000/3679000
1334.37/690.02	c cleaning 31003 clauses out of 62089 with flag 3710000/3710000
1352.25/699.24	c cleaning 31015 clauses out of 62088 with flag 3741002/3741002
1368.64/707.88	c cleaning 31005 clauses out of 62071 with flag 3772000/3772000
1383.92/715.74	c cleaning 30995 clauses out of 62067 with flag 3803001/3803001
1396.01/722.01	c cleaning 30985 clauses out of 62072 with flag 3834001/3834001
1409.10/728.89	c cleaning 30989 clauses out of 62086 with flag 3865000/3865000
1422.09/735.79	c cleaning 31016 clauses out of 62100 with flag 3896003/3896003
1435.74/742.83	c cleaning 31004 clauses out of 62081 with flag 3927000/3927000
1449.45/749.90	c cleaning 30990 clauses out of 62078 with flag 3958001/3958001
1461.50/756.28	c cleaning 31012 clauses out of 62090 with flag 3989003/3989003
1478.24/765.08	c cleaning 31013 clauses out of 62075 with flag 4020000/4020000
1489.92/771.15	c cleaning 30985 clauses out of 62063 with flag 4051001/4051001
1510.20/781.60	c cleaning 31006 clauses out of 62078 with flag 4082001/4082001
1527.06/790.24	c cleaning 31007 clauses out of 62073 with flag 4113002/4113002
1545.37/799.85	c cleaning 30972 clauses out of 62066 with flag 4144002/4144002
1561.66/808.27	c cleaning 31018 clauses out of 62092 with flag 4175000/4175000
1579.34/817.34	c cleaning 31007 clauses out of 62075 with flag 4206001/4206001
1594.44/825.14	c cleaning 31005 clauses out of 62068 with flag 4237001/4237001
1613.54/835.14	c cleaning 31005 clauses out of 62062 with flag 4268000/4268000
1638.57/847.95	c cleaning 30982 clauses out of 62057 with flag 4299000/4299000
1661.21/859.54	c cleaning 31000 clauses out of 62078 with flag 4330003/4330003
1678.05/868.24	c cleaning 30996 clauses out of 62075 with flag 4361000/4361000
1694.32/876.87	c cleaning 31016 clauses out of 62081 with flag 4392002/4392002
1710.94/885.42	c cleaning 30987 clauses out of 62063 with flag 4423000/4423000
1737.75/899.11	c cleaning 31015 clauses out of 62078 with flag 4454002/4454002
1752.60/906.81	c cleaning 31019 clauses out of 62061 with flag 4485000/4485000
1759.44/910.79	c cleaning 31011 clauses out of 62042 with flag 4516000/4516000
1769.03/915.86	c cleaning 31002 clauses out of 62031 with flag 4547000/4547000
1781.41/922.39	c cleaning 30994 clauses out of 62030 with flag 4578001/4578001
1794.33/929.19	c cleaning 31000 clauses out of 62040 with flag 4609005/4609005
1800.19/932.51	c starts		: 270
1800.19/932.51	c conflicts		: 4628425
1800.19/932.51	c decisions		: 5815800
1800.19/932.51	c propagations		: 215920799
1800.19/932.51	c inspects		: 8207482818
1800.19/932.51	c shortcuts		: 0
1800.19/932.51	c learnt literals	: 0
1800.19/932.51	c learnt binary clauses	: 0
1800.19/932.51	c learnt ternary clauses	: 0
1800.19/932.51	c learnt constraints	: 4628425
1800.19/932.51	c ignored constraints	: 0
1800.19/932.51	c root simplifications	: 0
1800.19/932.51	c removed literals (reason simplification)	: 30595194
1800.19/932.51	c reason swapping (by a shorter reason)	: 0
1800.19/932.51	c Calls to reduceDB	: 160
1800.19/932.51	c number of reductions to clauses (during analyze)	: 0
1800.19/932.51	c number of learned constraints concerned by reduction	: 0
1800.19/932.51	c number of learning phase by resolution	: 0
1800.19/932.51	c number of learning phase by cutting planes	: 0
1800.19/932.51	c speed (assignments/second)	: 231697.31486658033
1800.19/932.51	c non guided choices	164105
1800.19/932.54	c learnt constraints type 
1800.19/932.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50583
1800.19/932.54	c constraints type 
1800.19/932.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1800.19/932.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1800.19/932.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.19/932.54	c constraints type 
1800.19/932.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1800.19/932.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1800.19/932.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.19/932.54	s UNKNOWN
1800.19/932.54	c Total wall clock time (in seconds): 932.417

Verifier Data

ERROR: no interpretation found !

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-3730976-1338679609/watcher-3730976-1338679609 -o /tmp/evaluation-result-3730976-1338679609/solver-3730976-1338679609 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730976-1338679609.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.36 3.51 2.75 5/199 27721
/proc/meminfo: memFree=26981688/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/27721/stat : 27721 (java) R 27719 27721 27163 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 334086249 23793664 715 33554432000 1073741824 1073778376 140737115608608 140737115597672 273579816296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 5809 716 530 9 0 128 0

[startup+0.0463979 s]
/proc/loadavg: 3.36 3.51 2.75 5/199 27721
/proc/meminfo: memFree=26981688/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11253516 CPUtime=0.03 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 4285 0 1 0 2 1 0 0 20 0 13 0 334086249 11523600384 12137 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2813379 12137 1692 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100269 s]
/proc/loadavg: 3.36 3.51 2.75 5/199 27721
/proc/meminfo: memFree=26981688/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 5256 0 1 0 9 1 0 0 20 0 18 0 334086249 11864465408 13608 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2896598 13608 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300268 s]
/proc/loadavg: 3.36 3.51 2.75 5/199 27721
/proc/meminfo: memFree=26981688/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 8553 0 1 0 54 2 0 0 20 0 18 0 334086249 11864465408 21824 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2896598 21824 2226 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700183 s]
/proc/loadavg: 3.36 3.51 2.75 5/199 27721
/proc/meminfo: memFree=26981688/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 11717 0 1 0 158 4 0 0 20 0 22 0 334086249 12137111552 50025 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2963162 50025 2258 9 0 2953849 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 11852648

[startup+1.50079 s]
/proc/loadavg: 3.33 3.50 2.75 7/221 27743
/proc/meminfo: memFree=26766128/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11852648 CPUtime=4.23 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 18588 0 1 0 414 9 0 0 20 0 22 0 334086249 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2963162 84922 2291 9 0 2953849 0
[pid=27721/tid=27723] ppid=27719 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/27721/task/27723/stat : 27723 (java) S 27719 27721 27163 0 -1 4202560 3446 0 1 0 55 3 0 0 20 0 22 0 334086250 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362358092952 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27724] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27724/stat : 27724 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362195123112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27725] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27725/stat : 27725 (java) S 27719 27721 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362194070568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27726] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27726/stat : 27726 (java) S 27719 27721 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362193017512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27727] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27727/stat : 27727 (java) S 27719 27721 27163 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362191964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27728] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27728/stat : 27728 (java) S 27719 27721 27163 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362190911912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27729] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27729/stat : 27729 (java) S 27719 27721 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362189859368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27730] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27730/stat : 27730 (java) S 27719 27721 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362188806312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27731] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27731/stat : 27731 (java) S 27719 27721 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362187753768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27732] ppid=27719 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/27721/task/27732/stat : 27732 (java) S 27719 27721 27163 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 22 0 334086253 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362175556456 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27733] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27733/stat : 27733 (java) S 27719 27721 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362174502776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27734] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27734/stat : 27734 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362173449608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27735] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27735/stat : 27735 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362172398352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27736] ppid=27719 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/27721/task/27736/stat : 27736 (java) S 27719 27721 27163 0 -1 4202560 5571 0 0 0 92 1 0 0 20 0 22 0 334086256 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362171345208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27737] ppid=27719 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/27721/task/27737/stat : 27737 (java) S 27719 27721 27163 0 -1 4202560 8152 0 0 0 88 1 0 0 20 0 22 0 334086256 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362170292664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27738] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27738/stat : 27738 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362169239800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27739] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27739/stat : 27739 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362168187464 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27740] ppid=27719 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/27721/task/27740/stat : 27740 (java) R 27719 27721 27163 0 -1 4202560 30 0 0 0 81 0 0 0 20 0 22 0 334086310 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362167133096 140362231028032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27741] ppid=27719 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/27721/task/27741/stat : 27741 (java) R 27719 27721 27163 0 -1 4202560 118 0 0 0 80 2 0 0 20 0 22 0 334086310 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362166080232 140362231154577 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27742] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27742/stat : 27742 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362165028136 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27743] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27743/stat : 27743 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 84922 33554432000 1073741824 1073778376 140737115608608 140362163975592 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 11852648

[startup+3.10082 s]
/proc/loadavg: 3.33 3.50 2.75 5/221 27743
/proc/meminfo: memFree=26605092/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11852648 CPUtime=7.53 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 19528 0 1 0 743 10 0 0 20 0 22 0 334086249 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2963162 101859 2291 9 0 2953849 0
[pid=27721/tid=27723] ppid=27719 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/27721/task/27723/stat : 27723 (java) S 27719 27721 27163 0 -1 4202560 3446 0 1 0 55 3 0 0 20 0 22 0 334086250 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362358092952 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27724] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27724/stat : 27724 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362195123112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27725] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27725/stat : 27725 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362194070568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27726] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27726/stat : 27726 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362193017512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27727] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27727/stat : 27727 (java) S 27719 27721 27163 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362191964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27728] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27728/stat : 27728 (java) S 27719 27721 27163 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362190911912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27729] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27729/stat : 27729 (java) S 27719 27721 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362189859368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27730] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27730/stat : 27730 (java) S 27719 27721 27163 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362188806312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27731] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27731/stat : 27731 (java) S 27719 27721 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362187753768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27732] ppid=27719 vsize=11852648 CPUtime=0.15 cores=0,2,4,6
/proc/27721/task/27732/stat : 27732 (java) S 27719 27721 27163 0 -1 4202560 37 0 0 0 15 0 0 0 20 0 22 0 334086253 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362175556456 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27733] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27733/stat : 27733 (java) S 27719 27721 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362174502776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27734] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27734/stat : 27734 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362173449608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27735] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27735/stat : 27735 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362172398352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27736] ppid=27719 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/27721/task/27736/stat : 27736 (java) S 27719 27721 27163 0 -1 4202560 6430 0 0 0 107 1 0 0 20 0 22 0 334086256 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362171345208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27737] ppid=27719 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/27721/task/27737/stat : 27737 (java) S 27719 27721 27163 0 -1 4202560 8188 0 0 0 95 2 0 0 20 0 22 0 334086256 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362170292664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27738] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27738/stat : 27738 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362169239800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27739] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27739/stat : 27739 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362168187464 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27740] ppid=27719 vsize=11852648 CPUtime=2.28 cores=0,2,4,6
/proc/27721/task/27740/stat : 27740 (java) R 27719 27721 27163 0 -1 4202560 31 0 0 0 228 0 0 0 20 0 22 0 334086310 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362167133128 140362231042243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27741] ppid=27719 vsize=11852648 CPUtime=2.29 cores=0,2,4,6
/proc/27721/task/27741/stat : 27741 (java) R 27719 27721 27163 0 -1 4202560 148 0 0 0 226 3 0 0 20 0 22 0 334086310 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362166078296 140362231442742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27742] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27742/stat : 27742 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362165028136 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27743] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27743/stat : 27743 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 101859 33554432000 1073741824 1073778376 140737115608608 140362163975592 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.33 3.50 2.75 5/221 27743
/proc/meminfo: memFree=26451444/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11852648 CPUtime=13.82 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 19611 0 1 0 1370 12 0 0 20 0 22 0 334086249 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2963162 138930 2291 9 0 2953849 0
[pid=27721/tid=27723] ppid=27719 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/27721/task/27723/stat : 27723 (java) S 27719 27721 27163 0 -1 4202560 3447 0 1 0 55 3 0 0 20 0 22 0 334086250 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362358092952 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27724] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27724/stat : 27724 (java) S 27719 27721 27163 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362195123112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27725] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27725/stat : 27725 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362194070568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27726] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27726/stat : 27726 (java) S 27719 27721 27163 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362193017512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27727] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27727/stat : 27727 (java) S 27719 27721 27163 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362191964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27728] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27728/stat : 27728 (java) S 27719 27721 27163 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362190911912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27729] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27729/stat : 27729 (java) S 27719 27721 27163 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362189859368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27730] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27730/stat : 27730 (java) S 27719 27721 27163 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362188806312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27731] ppid=27719 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/27721/task/27731/stat : 27731 (java) S 27719 27721 27163 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 334086252 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362187753768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27732] ppid=27719 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/27721/task/27732/stat : 27732 (java) S 27719 27721 27163 0 -1 4202560 42 0 0 0 30 0 0 0 20 0 22 0 334086253 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362175556456 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27733] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27733/stat : 27733 (java) S 27719 27721 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362174502776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27734] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27734/stat : 27734 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362173449608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27735] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27735/stat : 27735 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362172398352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27736] ppid=27719 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/27721/task/27736/stat : 27736 (java) S 27719 27721 27163 0 -1 4202560 6430 0 0 0 108 1 0 0 20 0 22 0 334086256 12137111552 138930 33554432000 1073741824 1073778376 140737115608608 140362171345208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/27721/statm: 2963162 678381 2292 9 0 2953849 0
[pid=27721/tid=27723] ppid=27719 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/27721/task/27723/stat : 27723 (java) S 27719 27721 27163 0 -1 4202560 3550 0 1 0 57 6 0 0 20 0 22 0 334086250 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362358092952 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27724] ppid=27719 vsize=11852648 CPUtime=2.01 cores=0,2,4,6
/proc/27721/task/27724/stat : 27724 (java) S 27719 27721 27163 0 -1 4202560 275 0 0 0 199 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362195123112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27725] ppid=27719 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/27721/task/27725/stat : 27725 (java) S 27719 27721 27163 0 -1 4202560 266 0 0 0 184 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362194070568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27726] ppid=27719 vsize=11852648 CPUtime=1.85 cores=0,2,4,6
/proc/27721/task/27726/stat : 27726 (java) S 27719 27721 27163 0 -1 4202560 277 0 0 0 183 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362193017512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27727] ppid=27719 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/27721/task/27727/stat : 27727 (java) S 27719 27721 27163 0 -1 4202560 256 0 0 0 168 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362191964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27728] ppid=27719 vsize=11852648 CPUtime=1.83 cores=0,2,4,6
/proc/27721/task/27728/stat : 27728 (java) S 27719 27721 27163 0 -1 4202560 241 0 0 0 181 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362190911912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27729] ppid=27719 vsize=11852648 CPUtime=1.88 cores=0,2,4,6
/proc/27721/task/27729/stat : 27729 (java) S 27719 27721 27163 0 -1 4202560 275 0 0 0 186 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362189859368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27730] ppid=27719 vsize=11852648 CPUtime=1.97 cores=0,2,4,6
/proc/27721/task/27730/stat : 27730 (java) S 27719 27721 27163 0 -1 4202560 274 0 0 0 195 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362188806312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27731] ppid=27719 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/27721/task/27731/stat : 27731 (java) S 27719 27721 27163 0 -1 4202560 247 0 0 0 184 2 0 0 20 0 22 0 334086252 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362187753768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27732] ppid=27719 vsize=11852648 CPUtime=68.41 cores=0,2,4,6
/proc/27721/task/27732/stat : 27732 (java) S 27719 27721 27163 0 -1 4202560 307 0 0 0 6829 12 0 0 20 0 22 0 334086253 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362175556456 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27733] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27733/stat : 27733 (java) S 27719 27721 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362174502776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27734] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27734/stat : 27734 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362173449608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27735] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27735/stat : 27735 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362172398352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27736] ppid=27719 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/27721/task/27736/stat : 27736 (java) S 27719 27721 27163 0 -1 4202560 13280 0 0 0 168 2 0 0 20 0 22 0 334086256 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362171345208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27737] ppid=27719 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/27721/task/27737/stat : 27737 (java) S 27719 27721 27163 0 -1 4202560 8203 0 0 0 105 2 0 0 20 0 22 0 334086256 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362170292664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27738] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27738/stat : 27738 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362169239800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27739] ppid=27719 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/27721/task/27739/stat : 27739 (java) S 27719 27721 27163 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 334086256 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362168187464 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27740] ppid=27719 vsize=11852648 CPUtime=806.77 cores=0,2,4,6
/proc/27721/task/27740/stat : 27740 (java) R 27719 27721 27163 0 -1 4202560 76 0 0 0 80662 15 0 0 20 0 22 0 334086310 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362167133008 140362231042243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27741] ppid=27719 vsize=11852648 CPUtime=806.66 cores=0,2,4,6
/proc/27721/task/27741/stat : 27741 (java) R 27719 27721 27163 0 -1 4202560 1074 0 0 0 80619 47 0 0 20 0 22 0 334086310 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362166078688 140362231154558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27742] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27742/stat : 27742 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362165028136 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27743] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27743/stat : 27743 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 678381 33554432000 1073741824 1073778376 140737115608608 140362163975592 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1704.73
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.501 s]
/proc/loadavg: 3.81 3.86 3.47 5/221 27812
/proc/meminfo: memFree=20865408/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11852648 CPUtime=1800.19 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 29930 0 1 0 179928 91 0 0 20 0 22 0 334086249 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2963162 686606 2292 9 0 2953849 0
[pid=27721/tid=27723] ppid=27719 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/27721/task/27723/stat : 27723 (java) S 27719 27721 27163 0 -1 4202560 3554 0 1 0 57 6 0 0 20 0 22 0 334086250 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362358092952 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27724] ppid=27719 vsize=11852648 CPUtime=2.17 cores=0,2,4,6
/proc/27721/task/27724/stat : 27724 (java) S 27719 27721 27163 0 -1 4202560 285 0 0 0 215 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362195123112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27725] ppid=27719 vsize=11852648 CPUtime=1.98 cores=0,2,4,6
/proc/27721/task/27725/stat : 27725 (java) S 27719 27721 27163 0 -1 4202560 274 0 0 0 196 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362194070568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27726] ppid=27719 vsize=11852648 CPUtime=1.92 cores=0,2,4,6
/proc/27721/task/27726/stat : 27726 (java) S 27719 27721 27163 0 -1 4202560 279 0 0 0 189 3 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362193017512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27727] ppid=27719 vsize=11852648 CPUtime=1.81 cores=0,2,4,6
/proc/27721/task/27727/stat : 27727 (java) S 27719 27721 27163 0 -1 4202560 261 0 0 0 179 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362191964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27728] ppid=27719 vsize=11852648 CPUtime=1.9 cores=0,2,4,6
/proc/27721/task/27728/stat : 27728 (java) S 27719 27721 27163 0 -1 4202560 258 0 0 0 188 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362190911912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27729] ppid=27719 vsize=11852648 CPUtime=2.05 cores=0,2,4,6
/proc/27721/task/27729/stat : 27729 (java) S 27719 27721 27163 0 -1 4202560 285 0 0 0 202 3 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362189859368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27730] ppid=27719 vsize=11852648 CPUtime=2.06 cores=0,2,4,6
/proc/27721/task/27730/stat : 27730 (java) S 27719 27721 27163 0 -1 4202560 281 0 0 0 204 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362188806312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27731] ppid=27719 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/27721/task/27731/stat : 27731 (java) S 27719 27721 27163 0 -1 4202560 262 0 0 0 194 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362187753768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27732] ppid=27719 vsize=11852648 CPUtime=73.72 cores=0,2,4,6
/proc/27721/task/27732/stat : 27732 (java) S 27719 27721 27163 0 -1 4202560 315 0 0 0 7360 12 0 0 20 0 22 0 334086253 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362175556456 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27733] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27733/stat : 27733 (java) S 27719 27721 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362174502776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27734] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27734/stat : 27734 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362173449608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27735] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27735/stat : 27735 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362172398352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27736] ppid=27719 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/27721/task/27736/stat : 27736 (java) S 27719 27721 27163 0 -1 4202560 13280 0 0 0 168 2 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362171345208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27737] ppid=27719 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/27721/task/27737/stat : 27737 (java) S 27719 27721 27163 0 -1 4202560 8203 0 0 0 105 2 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362170292664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27738] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27738/stat : 27738 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362169239800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27739] ppid=27719 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/27721/task/27739/stat : 27739 (java) S 27719 27721 27163 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362168187464 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27740] ppid=27719 vsize=11852648 CPUtime=851.29 cores=0,2,4,6
/proc/27721/task/27740/stat : 27740 (java) R 27719 27721 27163 0 -1 4202560 79 0 0 0 85114 15 0 0 20 0 22 0 334086310 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362167133008 140362231475629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27741] ppid=27719 vsize=11852648 CPUtime=851.18 cores=0,2,4,6
/proc/27721/task/27741/stat : 27741 (java) R 27719 27721 27163 0 -1 4202560 1074 0 0 0 85071 47 0 0 20 0 22 0 334086310 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362166078688 140362230702928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27742] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27742/stat : 27742 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362165028136 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27743] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27743/stat : 27743 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362163975592 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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

[startup+932.501 s]
/proc/loadavg: 3.81 3.86 3.47 5/221 27812
/proc/meminfo: memFree=20865408/32873844 swapFree=7112/7112
[pid=27721] ppid=27719 vsize=11852648 CPUtime=1800.19 cores=0,2,4,6
/proc/27721/stat : 27721 (java) S 27719 27721 27163 0 -1 4202496 29930 0 1 0 179928 91 0 0 20 0 22 0 334086249 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140737115599744 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27721/statm: 2963162 686606 2292 9 0 2953849 0
[pid=27721/tid=27723] ppid=27719 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/27721/task/27723/stat : 27723 (java) S 27719 27721 27163 0 -1 4202560 3554 0 1 0 57 6 0 0 20 0 22 0 334086250 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362358092952 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27724] ppid=27719 vsize=11852648 CPUtime=2.17 cores=0,2,4,6
/proc/27721/task/27724/stat : 27724 (java) S 27719 27721 27163 0 -1 4202560 285 0 0 0 215 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362195123112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27725] ppid=27719 vsize=11852648 CPUtime=1.98 cores=0,2,4,6
/proc/27721/task/27725/stat : 27725 (java) S 27719 27721 27163 0 -1 4202560 274 0 0 0 196 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362194070568 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27726] ppid=27719 vsize=11852648 CPUtime=1.92 cores=0,2,4,6
/proc/27721/task/27726/stat : 27726 (java) S 27719 27721 27163 0 -1 4202560 279 0 0 0 189 3 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362193017512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27727] ppid=27719 vsize=11852648 CPUtime=1.81 cores=0,2,4,6
/proc/27721/task/27727/stat : 27727 (java) S 27719 27721 27163 0 -1 4202560 261 0 0 0 179 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362191964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27728] ppid=27719 vsize=11852648 CPUtime=1.9 cores=0,2,4,6
/proc/27721/task/27728/stat : 27728 (java) S 27719 27721 27163 0 -1 4202560 258 0 0 0 188 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362190911912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27729] ppid=27719 vsize=11852648 CPUtime=2.05 cores=0,2,4,6
/proc/27721/task/27729/stat : 27729 (java) S 27719 27721 27163 0 -1 4202560 285 0 0 0 202 3 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362189859368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27730] ppid=27719 vsize=11852648 CPUtime=2.06 cores=0,2,4,6
/proc/27721/task/27730/stat : 27730 (java) S 27719 27721 27163 0 -1 4202560 281 0 0 0 204 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362188806312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27731] ppid=27719 vsize=11852648 CPUtime=1.96 cores=0,2,4,6
/proc/27721/task/27731/stat : 27731 (java) S 27719 27721 27163 0 -1 4202560 262 0 0 0 194 2 0 0 20 0 22 0 334086252 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362187753768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27732] ppid=27719 vsize=11852648 CPUtime=73.72 cores=0,2,4,6
/proc/27721/task/27732/stat : 27732 (java) S 27719 27721 27163 0 -1 4202560 315 0 0 0 7360 12 0 0 20 0 22 0 334086253 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362175556456 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27733] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27733/stat : 27733 (java) S 27719 27721 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362174502776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27734] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27734/stat : 27734 (java) S 27719 27721 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334086253 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362173449608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27735] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27735/stat : 27735 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362172398352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27736] ppid=27719 vsize=11852648 CPUtime=1.7 cores=0,2,4,6
/proc/27721/task/27736/stat : 27736 (java) S 27719 27721 27163 0 -1 4202560 13280 0 0 0 168 2 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362171345208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27737] ppid=27719 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/27721/task/27737/stat : 27737 (java) S 27719 27721 27163 0 -1 4202560 8203 0 0 0 105 2 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362170292664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27738] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27738/stat : 27738 (java) S 27719 27721 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362169239800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27739] ppid=27719 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/27721/task/27739/stat : 27739 (java) S 27719 27721 27163 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 334086256 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362168187464 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27721/tid=27740] ppid=27719 vsize=11852648 CPUtime=851.29 cores=0,2,4,6
/proc/27721/task/27740/stat : 27740 (java) R 27719 27721 27163 0 -1 4202560 79 0 0 0 85114 15 0 0 20 0 22 0 334086310 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362167133008 140362231475629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27721/tid=27741] ppid=27719 vsize=11852648 CPUtime=851.18 cores=0,2,4,6
/proc/27721/task/27741/stat : 27741 (java) R 27719 27721 27163 0 -1 4202560 1074 0 0 0 85071 47 0 0 20 0 22 0 334086310 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362166078688 140362230702928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27721/tid=27742] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27742/stat : 27742 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362165028136 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27721/tid=27743] ppid=27719 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/27721/task/27743/stat : 27743 (java) S 27719 27721 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334086311 12137111552 686606 33554432000 1073741824 1073778376 140737115608608 140362163975592 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 932.556
CPU time (s): 1800.19
CPU user time (s): 1799.28
CPU system time (s): 0.91
CPU usage (%): 193.038
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.36379
maximum resident set size= 2748596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29963
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26579
involuntary context switches= 38006

runsolver used 3.50047 second user time and 8.19475 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 01:26:49
IDJOB=3730976
IDBENCH=1498
IDSOLVER=2328
FILE ID=node132/3730976-1338679609
RUNJOBID= node132-1338678626-27182
PBS_JOBID= 14636681
Free space on /tmp= 71216 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730976-1338679609/watcher-3730976-1338679609 -o /tmp/evaluation-result-3730976-1338679609/solver-3730976-1338679609 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730976-1338679609.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=1025129868

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26982216 kB
Buffers:          596384 kB
Cached:          3064364 kB
SwapCached:         2292 kB
Active:          2854408 kB
Inactive:        2109792 kB
Active(anon):    1296052 kB
Inactive(anon):     7120 kB
Active(file):    1558356 kB
Inactive(file):  2102672 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              4116 kB
Writeback:             0 kB
AnonPages:       1332456 kB
Mapped:            19700 kB
Shmem:                 8 kB
Slab:             775044 kB
SReclaimable:     215832 kB
SUnreclaim:       559212 kB
KernelStack:        1824 kB
PageTables:         6796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1275904 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= 71180 MiB
End job on node132 at 2012-06-03 01:42:24