Trace number 3709697

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.76 1794.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUM51d899b20f631897b1e4ab45104d8148
Bench CategoryDEC-MEDINT (no optimisation, medium 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 benchmark0.815875
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables70
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3709697-1338150227.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c ... done. Wall clock time 0.013s.
0.07/0.14	c declared #vars     70
0.07/0.14	c #constraints  2
0.07/0.14	c constraints type 
0.07/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.07/0.14	c 2 constraints processed.
0.60/0.43	c cleaning 2499 clauses out of 5000 with flag 5000/5000
0.91/0.61	c cleaning 4246 clauses out of 8502 with flag 11001/11001
1.12/0.80	c cleaning 5621 clauses out of 11256 with flag 18001/18001
1.33/1.04	c cleaning 6814 clauses out of 13634 with flag 26000/26000
1.66/1.31	c cleaning 7909 clauses out of 15820 with flag 35000/35000
1.96/1.60	c cleaning 8952 clauses out of 17914 with flag 45003/45003
2.27/1.95	c cleaning 9974 clauses out of 19960 with flag 56001/56001
2.68/2.36	c cleaning 10986 clauses out of 21985 with flag 68000/68000
3.19/2.81	c cleaning 12000 clauses out of 23999 with flag 81000/81000
3.62/3.27	c cleaning 12994 clauses out of 26000 with flag 95001/95001
4.13/3.74	c cleaning 14000 clauses out of 28005 with flag 110000/110000
4.76/4.32	c cleaning 14999 clauses out of 30006 with flag 126001/126001
5.36/4.92	c cleaning 16004 clauses out of 32007 with flag 143001/143001
5.97/5.55	c cleaning 16999 clauses out of 34002 with flag 161000/161000
6.66/6.28	c cleaning 17999 clauses out of 36004 with flag 180001/180001
7.57/7.10	c cleaning 19000 clauses out of 38005 with flag 200001/200001
8.49/8.01	c cleaning 20001 clauses out of 40004 with flag 221000/221000
9.51/9.05	c cleaning 21002 clauses out of 42003 with flag 243000/243000
10.92/10.49	c cleaning 21992 clauses out of 44001 with flag 266000/266000
11.94/11.43	c cleaning 22995 clauses out of 46009 with flag 290000/290000
13.15/12.63	c cleaning 24008 clauses out of 48015 with flag 315001/315001
14.36/13.87	c cleaning 24997 clauses out of 50008 with flag 341002/341002
15.80/15.27	c cleaning 26000 clauses out of 52010 with flag 368001/368001
17.30/16.78	c cleaning 27004 clauses out of 54010 with flag 396001/396001
18.71/18.13	c cleaning 27998 clauses out of 56006 with flag 425001/425001
20.34/19.73	c cleaning 29000 clauses out of 58007 with flag 455000/455000
21.74/21.15	c cleaning 30002 clauses out of 60007 with flag 486000/486000
23.16/22.51	c cleaning 30998 clauses out of 62006 with flag 518001/518001
24.48/23.87	c cleaning 32002 clauses out of 64007 with flag 551000/551000
25.90/25.25	c cleaning 32999 clauses out of 66006 with flag 585001/585001
27.51/26.80	c cleaning 34002 clauses out of 68007 with flag 620001/620001
29.34/28.68	c cleaning 34996 clauses out of 70004 with flag 656000/656000
31.04/30.39	c cleaning 35999 clauses out of 72008 with flag 693000/693000
32.87/32.19	c cleaning 37005 clauses out of 74009 with flag 731000/731000
36.59/35.88	c cleaning 37999 clauses out of 76005 with flag 770001/770001
39.04/38.20	c cleaning 38995 clauses out of 78007 with flag 810002/810002
41.67/40.82	c cleaning 40003 clauses out of 80010 with flag 851000/851000
44.47/43.62	c cleaning 40997 clauses out of 82007 with flag 893000/893000
46.39/45.55	c cleaning 42000 clauses out of 84011 with flag 936001/936001
48.59/47.78	c cleaning 43005 clauses out of 86011 with flag 980001/980001
51.62/50.71	c cleaning 43996 clauses out of 88006 with flag 1025001/1025001
54.75/53.86	c cleaning 45000 clauses out of 90009 with flag 1071000/1071000
57.55/56.61	c cleaning 46003 clauses out of 92010 with flag 1118001/1118001
61.18/60.28	c cleaning 46998 clauses out of 94008 with flag 1166002/1166002
64.21/63.23	c cleaning 48000 clauses out of 96008 with flag 1215000/1215000
67.71/66.73	c cleaning 49003 clauses out of 98009 with flag 1265001/1265001
72.15/71.16	c cleaning 50000 clauses out of 100006 with flag 1316001/1316001
75.19/74.18	c cleaning 50999 clauses out of 102006 with flag 1368001/1368001
78.52/77.47	c cleaning 51999 clauses out of 104006 with flag 1421000/1421000
81.34/80.29	c cleaning 53005 clauses out of 106011 with flag 1475004/1475004
85.44/84.40	c cleaning 54001 clauses out of 108004 with flag 1530002/1530002
90.20/89.06	c cleaning 54998 clauses out of 110001 with flag 1586000/1586000
94.32/93.19	c cleaning 55994 clauses out of 112004 with flag 1643001/1643001
98.44/97.20	c cleaning 57002 clauses out of 114010 with flag 1701001/1701001
104.25/103.05	c cleaning 58003 clauses out of 116007 with flag 1760000/1760000
107.80/106.59	c cleaning 58995 clauses out of 118005 with flag 1820001/1820001
111.53/110.28	c cleaning 59999 clauses out of 120009 with flag 1881000/1881000
115.44/114.16	c cleaning 61002 clauses out of 122010 with flag 1943000/1943000
120.56/119.28	c cleaning 62004 clauses out of 124008 with flag 2006000/2006000
124.08/122.75	c cleaning 62994 clauses out of 126005 with flag 2070001/2070001
128.29/126.98	c cleaning 64006 clauses out of 128011 with flag 2135001/2135001
134.43/133.09	c cleaning 64999 clauses out of 130006 with flag 2201002/2201002
140.14/138.75	c cleaning 66000 clauses out of 132007 with flag 2268002/2268002
145.37/143.97	c cleaning 67000 clauses out of 134006 with flag 2336001/2336001
150.61/149.15	c cleaning 67995 clauses out of 136005 with flag 2405000/2405000
155.36/153.82	c cleaning 69002 clauses out of 138010 with flag 2475000/2475000
161.08/159.52	c cleaning 70001 clauses out of 140008 with flag 2546000/2546000
166.19/164.62	c cleaning 70997 clauses out of 142008 with flag 2618001/2618001
171.60/170.00	c cleaning 72003 clauses out of 144010 with flag 2691000/2691000
178.73/177.11	c cleaning 73000 clauses out of 146007 with flag 2765000/2765000
184.28/182.60	c cleaning 73994 clauses out of 148007 with flag 2840000/2840000
189.71/188.08	c cleaning 75007 clauses out of 150015 with flag 2916002/2916002
195.22/193.59	c cleaning 76002 clauses out of 152006 with flag 2993000/2993000
199.95/198.23	c cleaning 76996 clauses out of 154005 with flag 3071001/3071001
206.18/204.45	c cleaning 78001 clauses out of 156008 with flag 3150000/3150000
212.00/210.20	c cleaning 78996 clauses out of 158007 with flag 3230000/3230000
218.23/216.40	c cleaning 79997 clauses out of 160013 with flag 3311002/3311002
225.15/223.31	c cleaning 81007 clauses out of 162016 with flag 3393002/3393002
231.18/229.38	c cleaning 81999 clauses out of 164007 with flag 3476000/3476000
238.60/236.71	c cleaning 83000 clauses out of 166008 with flag 3560000/3560000
247.35/245.41	c cleaning 84004 clauses out of 168010 with flag 3645002/3645002
254.09/252.18	c cleaning 84995 clauses out of 170004 with flag 3731000/3731000
261.21/259.23	c cleaning 86001 clauses out of 172010 with flag 3818001/3818001
267.64/265.63	c cleaning 86997 clauses out of 174008 with flag 3906000/3906000
275.24/273.25	c cleaning 88006 clauses out of 176011 with flag 3995000/3995000
281.76/279.76	c cleaning 88993 clauses out of 178005 with flag 4085000/4085000
288.90/286.88	c cleaning 90004 clauses out of 180012 with flag 4176000/4176000
297.23/295.11	c cleaning 91001 clauses out of 182010 with flag 4268002/4268002
305.36/303.25	c cleaning 91998 clauses out of 184007 with flag 4361000/4361000
311.79/309.69	c cleaning 93003 clauses out of 186009 with flag 4455000/4455000
318.30/316.14	c cleaning 94003 clauses out of 188006 with flag 4550000/4550000
327.14/324.93	c cleaning 94995 clauses out of 190004 with flag 4646001/4646001
334.18/331.96	c cleaning 95997 clauses out of 192009 with flag 4743001/4743001
342.00/339.77	c cleaning 97000 clauses out of 194011 with flag 4841000/4841000
352.63/350.31	c cleaning 97998 clauses out of 196012 with flag 4940001/4940001
361.39/359.02	c cleaning 99004 clauses out of 198013 with flag 5040000/5040000
371.28/368.86	c cleaning 99997 clauses out of 200010 with flag 5141001/5141001
379.45/376.98	c cleaning 101004 clauses out of 202014 with flag 5243002/5243002
388.77/386.27	c cleaning 102003 clauses out of 204008 with flag 5346000/5346000
399.79/397.25	c cleaning 103001 clauses out of 206007 with flag 5450002/5450002
411.20/408.63	c cleaning 103998 clauses out of 208004 with flag 5555000/5555000
422.64/420.07	c cleaning 104998 clauses out of 210006 with flag 5661000/5661000
437.08/434.47	c cleaning 106001 clauses out of 212008 with flag 5768000/5768000
449.60/446.98	c cleaning 107001 clauses out of 214007 with flag 5876000/5876000
466.31/463.60	c cleaning 108000 clauses out of 216007 with flag 5985001/5985001
477.55/474.80	c cleaning 108996 clauses out of 218006 with flag 6095000/6095000
492.30/489.54	c cleaning 110002 clauses out of 220010 with flag 6206000/6206000
503.06/500.26	c cleaning 110996 clauses out of 222008 with flag 6318000/6318000
514.81/511.95	c cleaning 112002 clauses out of 224012 with flag 6431000/6431000
526.64/523.76	c cleaning 113001 clauses out of 226011 with flag 6545001/6545001
539.39/536.49	c cleaning 113999 clauses out of 228009 with flag 6660000/6660000
551.53/548.54	c cleaning 115005 clauses out of 230011 with flag 6776001/6776001
562.26/559.21	c cleaning 115997 clauses out of 232005 with flag 6893000/6893000
572.37/569.35	c cleaning 116996 clauses out of 234008 with flag 7011000/7011000
584.39/581.39	c cleaning 118004 clauses out of 236012 with flag 7130000/7130000
596.25/593.15	c cleaning 118999 clauses out of 238008 with flag 7250000/7250000
608.98/605.84	c cleaning 120001 clauses out of 240009 with flag 7371000/7371000
620.52/617.38	c cleaning 120996 clauses out of 242008 with flag 7493000/7493000
633.83/630.67	c cleaning 122001 clauses out of 244013 with flag 7616001/7616001
647.55/644.32	c cleaning 123002 clauses out of 246012 with flag 7740001/7740001
659.59/656.38	c cleaning 123998 clauses out of 248009 with flag 7865000/7865000
670.82/667.58	c cleaning 125005 clauses out of 250011 with flag 7991000/7991000
683.63/680.35	c cleaning 126000 clauses out of 252006 with flag 8118000/8118000
697.68/694.39	c cleaning 127002 clauses out of 254007 with flag 8246001/8246001
712.93/709.53	c cleaning 127997 clauses out of 256006 with flag 8375002/8375002
728.50/725.04	c cleaning 128999 clauses out of 258009 with flag 8505002/8505002
743.73/740.21	c cleaning 130002 clauses out of 260008 with flag 8636000/8636000
757.34/753.88	c cleaning 131001 clauses out of 262006 with flag 8768000/8768000
771.06/767.55	c cleaning 132001 clauses out of 264005 with flag 8901000/8901000
782.09/778.59	c cleaning 132998 clauses out of 266006 with flag 9035002/9035002
794.61/791.04	c cleaning 134002 clauses out of 268009 with flag 9170003/9170003
806.85/803.22	c cleaning 134994 clauses out of 270004 with flag 9306000/9306000
818.20/814.52	c cleaning 135998 clauses out of 272010 with flag 9443000/9443000
830.63/826.91	c cleaning 137004 clauses out of 274012 with flag 9581000/9581000
842.45/838.70	c cleaning 137994 clauses out of 276008 with flag 9720000/9720000
853.47/849.71	c cleaning 138999 clauses out of 278014 with flag 9860000/9860000
865.22/861.48	c cleaning 140006 clauses out of 280017 with flag 10001002/10001002
879.46/875.63	c cleaning 141001 clauses out of 282009 with flag 10143000/10143000
893.41/889.54	c cleaning 142005 clauses out of 284009 with flag 10286001/10286001
909.73/905.84	c cleaning 142993 clauses out of 286003 with flag 10430000/10430000
921.75/917.85	c cleaning 144002 clauses out of 288012 with flag 10575002/10575002
942.80/938.83	c cleaning 145000 clauses out of 290009 with flag 10721001/10721001
963.47/959.41	c cleaning 146003 clauses out of 292008 with flag 10868000/10868000
992.53/988.40	c cleaning 147001 clauses out of 294005 with flag 11016000/11016000
1010.12/1005.90	c cleaning 147992 clauses out of 296004 with flag 11165000/11165000
1026.43/1022.25	c cleaning 149003 clauses out of 298012 with flag 11315000/11315000
1041.36/1037.12	c cleaning 150001 clauses out of 300012 with flag 11466003/11466003
1059.19/1054.92	c cleaning 151001 clauses out of 302008 with flag 11618000/11618000
1079.60/1075.31	c cleaning 151997 clauses out of 304007 with flag 11771000/11771000
1103.83/1099.52	c cleaning 153000 clauses out of 306011 with flag 11925001/11925001
1127.34/1123.04	c cleaning 154002 clauses out of 308010 with flag 12080000/12080000
1143.88/1139.55	c cleaning 155001 clauses out of 310010 with flag 12236002/12236002
1160.51/1156.19	c cleaning 155999 clauses out of 312007 with flag 12393000/12393000
1178.44/1174.02	c cleaning 156999 clauses out of 314008 with flag 12551000/12551000
1195.72/1191.20	c cleaning 158000 clauses out of 316010 with flag 12710001/12710001
1213.84/1209.37	c cleaning 159002 clauses out of 318009 with flag 12870000/12870000
1230.96/1226.47	c cleaning 160002 clauses out of 320008 with flag 13031001/13031001
1249.08/1244.56	c cleaning 161001 clauses out of 322005 with flag 13193000/13193000
1271.91/1267.30	c cleaning 161999 clauses out of 324005 with flag 13356001/13356001
1293.75/1289.12	c cleaning 162997 clauses out of 326006 with flag 13520001/13520001
1309.89/1305.22	c cleaning 164000 clauses out of 328008 with flag 13685000/13685000
1329.03/1324.36	c cleaning 165001 clauses out of 330009 with flag 13851001/13851001
1348.24/1343.51	c cleaning 166002 clauses out of 332007 with flag 14018000/14018000
1368.07/1363.35	c cleaning 166999 clauses out of 334006 with flag 14186001/14186001
1390.29/1385.54	c cleaning 168002 clauses out of 336007 with flag 14355001/14355001
1409.99/1405.10	c cleaning 168997 clauses out of 338004 with flag 14525000/14525000
1430.84/1425.90	c cleaning 170000 clauses out of 340009 with flag 14696002/14696002
1464.47/1459.58	c cleaning 171001 clauses out of 342008 with flag 14868001/14868001
1492.06/1487.04	c cleaning 172001 clauses out of 344008 with flag 15041002/15041002
1514.38/1509.32	c cleaning 172997 clauses out of 346006 with flag 15215001/15215001
1537.35/1532.27	c cleaning 174000 clauses out of 348009 with flag 15390001/15390001
1563.07/1557.91	c cleaning 174997 clauses out of 350008 with flag 15566000/15566000
1583.36/1578.18	c cleaning 175999 clauses out of 352012 with flag 15743001/15743001
1606.41/1601.19	c cleaning 177004 clauses out of 354013 with flag 15921001/15921001
1639.44/1634.19	c cleaning 177999 clauses out of 356011 with flag 16100003/16100003
1666.96/1661.53	c cleaning 178999 clauses out of 358010 with flag 16280001/16280001
1699.09/1693.60	c cleaning 180005 clauses out of 360011 with flag 16461001/16461001
1746.76/1741.21	c cleaning 181000 clauses out of 362006 with flag 16643001/16643001
1775.85/1770.20	c cleaning 182002 clauses out of 364005 with flag 16826000/16826000
1800.02/1794.31	c starts		: 348
1800.02/1794.31	c conflicts		: 16994947
1800.02/1794.31	c decisions		: 17006513
1800.02/1794.31	c propagations		: 102747732
1800.02/1794.31	c inspects		: 16369979898
1800.02/1794.31	c shortcuts		: 0
1800.02/1794.31	c learnt literals	: 0
1800.02/1794.31	c learnt binary clauses	: 0
1800.02/1794.31	c learnt ternary clauses	: 0
1800.02/1794.31	c learnt constraints	: 16994947
1800.02/1794.31	c ignored constraints	: 0
1800.02/1794.31	c root simplifications	: 348
1800.02/1794.31	c removed literals (reason simplification)	: 151775471
1800.02/1794.31	c reason swapping (by a shorter reason)	: 0
1800.02/1794.31	c Calls to reduceDB	: 179
1800.02/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.31	c number of learned constraints concerned by reduction	: 0
1800.02/1794.31	c number of learning phase by resolution	: 0
1800.02/1794.31	c number of learning phase by cutting planes	: 0
1800.02/1794.31	c speed (assignments/second)	: 57267.71617995
1800.02/1794.31	c non guided choices	57
1800.02/1794.35	c learnt constraints type 
1800.02/1794.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 351008
1800.02/1794.35	c constraints type 
1800.02/1794.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.02/1794.35	c 2 constraints processed.
1800.02/1794.35	s UNKNOWN
1800.02/1794.35	c Total wall clock time (in seconds): 1794.217

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-3709697-1338150227/watcher-3709697-1338150227 -o /tmp/evaluation-result-3709697-1338150227/solver-3709697-1338150227 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709697-1338150227.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.25 4/175 25028
/proc/meminfo: memFree=29488012/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/25028/stat : 25028 (runsolver) D 25024 25028 21157 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 281150114 12095488 50 33554432000 4194304 5436572 140736326671280 140736326667576 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/25028/statm: 2953 50 31 304 0 2645 0

[startup+0.0535819 s]
/proc/loadavg: 1.00 1.01 1.25 4/175 25028
/proc/meminfo: memFree=29488012/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 3062 0 1 0 2 0 0 0 20 0 13 0 281150114 9446973440 3759 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2306390 3760 1701 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100299 s]
/proc/loadavg: 1.00 1.01 1.25 4/175 25028
/proc/meminfo: memFree=29488012/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 4107 0 1 0 6 1 0 0 20 0 18 0 281150114 9787842560 5314 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2389610 5316 2103 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300263 s]
/proc/loadavg: 1.00 1.01 1.25 4/175 25028
/proc/meminfo: memFree=29488012/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 6727 0 1 0 47 2 0 0 20 0 19 0 281150114 9856004096 8233 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 8233 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700273 s]
/proc/loadavg: 1.00 1.01 1.25 4/175 25028
/proc/meminfo: memFree=29488012/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 7128 0 1 0 99 2 0 0 20 0 19 0 281150114 9856004096 11415 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 11415 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625004

[startup+1.5008 s]
/proc/loadavg: 1.00 1.01 1.25 4/213 25066
/proc/meminfo: memFree=29414828/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 7397 0 1 0 184 2 0 0 20 0 19 0 281150114 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 11950 2275 9 0 2396937 0
[pid=25028/tid=25032] ppid=25024 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/25028/task/25032/stat : 25032 (java) R 25024 25028 21157 0 -1 4202560 2530 0 1 0 139 2 0 0 20 0 19 0 281150116 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642275234096 139642148203032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25033] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25033/stat : 25033 (java) S 25024 25028 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642119207464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25034] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25034/stat : 25034 (java) S 25024 25028 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642118154664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25036] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25036/stat : 25036 (java) S 25024 25028 21157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642117101864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25037] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25037/stat : 25037 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642116049064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25039] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25039/stat : 25039 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642114997288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25041] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25041/stat : 25041 (java) S 25024 25028 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642113944488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25043] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25043/stat : 25043 (java) S 25024 25028 21157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642112891688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25044] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25044/stat : 25044 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642111838888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25049] ppid=25024 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25028/task/25049/stat : 25049 (java) S 25024 25028 21157 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 281150118 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642099427816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25051] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25051/stat : 25051 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642098373880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25052] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25052/stat : 25052 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642097320968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25055] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25055/stat : 25055 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642096269456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25057] ppid=25024 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/25028/task/25057/stat : 25057 (java) S 25024 25028 21157 0 -1 4202560 1453 0 0 0 19 0 0 0 20 0 19 0 281150121 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642095217592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25059] ppid=25024 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25028/task/25059/stat : 25059 (java) S 25024 25028 21157 0 -1 4202560 2153 0 0 0 17 0 0 0 20 0 19 0 281150121 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642094164792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25061] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25061/stat : 25061 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642093112184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25063] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25063/stat : 25063 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642092059592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25065] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25065/stat : 25065 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150129 9856004096 11950 33554432000 1073741824 1073778376 140734570307952 139642091005096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.00 1.01 1.25 3/213 25123
/proc/meminfo: memFree=29414408/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=3.51 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 7413 0 1 0 349 2 0 0 20 0 19 0 281150114 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 12473 2275 9 0 2396937 0
[pid=25028/tid=25032] ppid=25024 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/25028/task/25032/stat : 25032 (java) R 25024 25028 21157 0 -1 4202560 2534 0 1 0 292 2 0 0 20 0 19 0 281150116 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642275234096 139642148184577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25033] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25033/stat : 25033 (java) S 25024 25028 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642119207464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25034] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25034/stat : 25034 (java) S 25024 25028 21157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642118154664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25036] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25036/stat : 25036 (java) S 25024 25028 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642117101864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25037] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25037/stat : 25037 (java) S 25024 25028 21157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642116049064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25039] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25039/stat : 25039 (java) S 25024 25028 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642114997288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25041] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25041/stat : 25041 (java) S 25024 25028 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642113944488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25043] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25043/stat : 25043 (java) S 25024 25028 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642112891688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25044] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25044/stat : 25044 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642111838888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25049] ppid=25024 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25028/task/25049/stat : 25049 (java) S 25024 25028 21157 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 281150118 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642099427816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25051] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25051/stat : 25051 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642098373880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25052] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25052/stat : 25052 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642097320968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25055] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25055/stat : 25055 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642096269456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25057] ppid=25024 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/25028/task/25057/stat : 25057 (java) S 25024 25028 21157 0 -1 4202560 1453 0 0 0 19 0 0 0 20 0 19 0 281150121 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642095217592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25059] ppid=25024 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25028/task/25059/stat : 25059 (java) S 25024 25028 21157 0 -1 4202560 2153 0 0 0 17 0 0 0 20 0 19 0 281150121 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642094164792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25061] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25061/stat : 25061 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642093112184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25063] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25063/stat : 25063 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642092059592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25065] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25065/stat : 25065 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150129 9856004096 12473 33554432000 1073741824 1073778376 140734570307952 139642091005096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625004

[startup+6.30078 s]
/proc/loadavg: 1.00 1.01 1.25 3/213 25123
/proc/meminfo: memFree=29396592/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=6.77 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 7452 0 1 0 674 3 0 0 20 0 19 0 281150114 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 14873 2275 9 0 2396937 0
[pid=25028/tid=25032] ppid=25024 vsize=9625004 CPUtime=6.03 cores=1,3,5,7
/proc/25028/task/25032/stat : 25032 (java) R 25024 25028 21157 0 -1 4202560 2542 0 1 0 601 2 0 0 20 0 19 0 281150116 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642275234056 139642148169036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25033] ppid=25024 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25028/task/25033/stat : 25033 (java) S 25024 25028 21157 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642119207464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25034] ppid=25024 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25028/task/25034/stat : 25034 (java) S 25024 25028 21157 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642118154664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25036] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25036/stat : 25036 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642117101864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25037] ppid=25024 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25028/task/25037/stat : 25037 (java) S 25024 25028 21157 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642116049064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25039] ppid=25024 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25028/task/25039/stat : 25039 (java) S 25024 25028 21157 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642114997288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25041] ppid=25024 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25028/task/25041/stat : 25041 (java) S 25024 25028 21157 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642113944488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25043] ppid=25024 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25028/task/25043/stat : 25043 (java) S 25024 25028 21157 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642112891688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25044] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25044/stat : 25044 (java) S 25024 25028 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281150117 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642111838888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25049] ppid=25024 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/25028/task/25049/stat : 25049 (java) R 25024 25028 21157 0 -1 4202560 34 0 0 0 15 0 0 0 20 0 19 0 281150118 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642099427936 219517346229 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25051] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25051/stat : 25051 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642098373880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25052] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25052/stat : 25052 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642097320968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25055] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25055/stat : 25055 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642096269456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25057] ppid=25024 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/25028/task/25057/stat : 25057 (java) S 25024 25028 21157 0 -1 4202560 1453 0 0 0 19 0 0 0 20 0 19 0 281150121 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642095217592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25059] ppid=25024 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25028/task/25059/stat : 25059 (java) S 25024 25028 21157 0 -1 4202560 2153 0 0 0 17 0 0 0 20 0 19 0 281150121 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642094164792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25061] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25061/stat : 25061 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642093112184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25063] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25063/stat : 25063 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642092059592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25065] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25065/stat : 25065 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150129 9856004096 14873 33554432000 1073741824 1073778376 140734570307952 139642091005096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25028/tid=25041] ppid=25024 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/25028/task/25041/stat : 25041 (java) S 25024 25028 21157 0 -1 4202560 395 0 0 0 87 2 0 0 20 0 19 0 281150117 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642113944488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25043] ppid=25024 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/25028/task/25043/stat : 25043 (java) S 25024 25028 21157 0 -1 4202560 280 0 0 0 85 2 0 0 20 0 19 0 281150117 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642112891688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25044] ppid=25024 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/25028/task/25044/stat : 25044 (java) S 25024 25028 21157 0 -1 4202560 271 0 0 0 91 2 0 0 20 0 19 0 281150117 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642111838888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25049] ppid=25024 vsize=9625004 CPUtime=8.23 cores=1,3,5,7
/proc/25028/task/25049/stat : 25049 (java) S 25024 25028 21157 0 -1 4202560 160 0 0 0 821 2 0 0 20 0 19 0 281150118 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642099427816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25051] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25051/stat : 25051 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642098373880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25052] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25052/stat : 25052 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642097320968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25055] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25055/stat : 25055 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642096269456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25057] ppid=25024 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/25028/task/25057/stat : 25057 (java) S 25024 25028 21157 0 -1 4202560 1701 0 0 0 22 0 0 0 20 0 19 0 281150121 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642095217592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25059] ppid=25024 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25028/task/25059/stat : 25059 (java) S 25024 25028 21157 0 -1 4202560 2153 0 0 0 17 0 0 0 20 0 19 0 281150121 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642094164792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25061] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25061/stat : 25061 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642093112184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25063] ppid=25024 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25028/task/25063/stat : 25063 (java) S 25024 25028 21157 0 -1 4202560 99 0 0 0 17 23 0 0 20 0 19 0 281150121 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642092059592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25065] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25065/stat : 25065 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150129 9856004096 63651 33554432000 1073741824 1073778376 140734570307952 139642091005096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.86
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.14 2.02 1.86 3/213 25139
/proc/meminfo: memFree=29001952/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=1788.01 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 10593 0 1 0 178766 35 0 0 20 0 19 0 281150114 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 65699 2276 9 0 2396937 0
[pid=25028/tid=25032] ppid=25024 vsize=9625004 CPUtime=1771.68 cores=1,3,5,7
/proc/25028/task/25032/stat : 25032 (java) R 25024 25028 21157 0 -1 4202560 2727 0 1 0 177138 30 0 0 20 0 19 0 281150116 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642275234096 139642148251650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25033] ppid=25024 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/25028/task/25033/stat : 25033 (java) S 25024 25028 21157 0 -1 4202560 401 0 0 0 84 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642119207464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25034] ppid=25024 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/25028/task/25034/stat : 25034 (java) S 25024 25028 21157 0 -1 4202560 374 0 0 0 97 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642118154664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25036] ppid=25024 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/25028/task/25036/stat : 25036 (java) S 25024 25028 21157 0 -1 4202560 149 0 0 0 95 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642117101864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25037] ppid=25024 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/25028/task/25037/stat : 25037 (java) S 25024 25028 21157 0 -1 4202560 410 0 0 0 102 1 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642116049064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25039] ppid=25024 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/25028/task/25039/stat : 25039 (java) S 25024 25028 21157 0 -1 4202560 280 0 0 0 84 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642114997288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25041] ppid=25024 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/25028/task/25041/stat : 25041 (java) S 25024 25028 21157 0 -1 4202560 395 0 0 0 89 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642113944488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25043] ppid=25024 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/25028/task/25043/stat : 25043 (java) S 25024 25028 21157 0 -1 4202560 284 0 0 0 90 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642112891688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25044] ppid=25024 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/25028/task/25044/stat : 25044 (java) S 25024 25028 21157 0 -1 4202560 271 0 0 0 94 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642111838888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25049] ppid=25024 vsize=9625004 CPUtime=8.39 cores=1,3,5,7
/proc/25028/task/25049/stat : 25049 (java) S 25024 25028 21157 0 -1 4202560 164 0 0 0 837 2 0 0 20 0 19 0 281150118 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642099427816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25051] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25051/stat : 25051 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642098373880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25052] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25052/stat : 25052 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642097320968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25055] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25055/stat : 25055 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642096269456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25057] ppid=25024 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/25028/task/25057/stat : 25057 (java) S 25024 25028 21157 0 -1 4202560 1701 0 0 0 22 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642095217592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25059] ppid=25024 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25028/task/25059/stat : 25059 (java) S 25024 25028 21157 0 -1 4202560 2153 0 0 0 17 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642094164792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25061] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25061/stat : 25061 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642093112184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25063] ppid=25024 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25028/task/25063/stat : 25063 (java) S 25024 25028 21157 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642092059592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25065] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25065/stat : 25065 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150129 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642091005096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.01
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.12 2.02 1.86 3/213 25139
/proc/meminfo: memFree=29002204/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 10593 0 1 0 179967 35 0 0 20 0 19 0 281150114 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 65699 2276 9 0 2396937 0
[pid=25028/tid=25032] ppid=25024 vsize=9625004 CPUtime=1783.68 cores=1,3,5,7
/proc/25028/task/25032/stat : 25032 (java) R 25024 25028 21157 0 -1 4202560 2727 0 1 0 178337 31 0 0 20 0 19 0 281150116 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642275234096 139642148251650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25033] ppid=25024 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/25028/task/25033/stat : 25033 (java) S 25024 25028 21157 0 -1 4202560 401 0 0 0 84 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642119207464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25034] ppid=25024 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/25028/task/25034/stat : 25034 (java) S 25024 25028 21157 0 -1 4202560 374 0 0 0 97 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642118154664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25036] ppid=25024 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/25028/task/25036/stat : 25036 (java) S 25024 25028 21157 0 -1 4202560 149 0 0 0 95 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642117101864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25037] ppid=25024 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/25028/task/25037/stat : 25037 (java) S 25024 25028 21157 0 -1 4202560 410 0 0 0 102 1 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642116049064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25039] ppid=25024 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/25028/task/25039/stat : 25039 (java) S 25024 25028 21157 0 -1 4202560 280 0 0 0 84 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642114997288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25041] ppid=25024 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/25028/task/25041/stat : 25041 (java) S 25024 25028 21157 0 -1 4202560 395 0 0 0 89 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642113944488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25043] ppid=25024 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/25028/task/25043/stat : 25043 (java) S 25024 25028 21157 0 -1 4202560 284 0 0 0 90 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642112891688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25044] ppid=25024 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/25028/task/25044/stat : 25044 (java) S 25024 25028 21157 0 -1 4202560 271 0 0 0 94 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642111838888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25049] ppid=25024 vsize=9625004 CPUtime=8.39 cores=1,3,5,7
/proc/25028/task/25049/stat : 25049 (java) S 25024 25028 21157 0 -1 4202560 164 0 0 0 837 2 0 0 20 0 19 0 281150118 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642099427816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25051] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25051/stat : 25051 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642098373880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25052] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25052/stat : 25052 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642097320968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25055] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25055/stat : 25055 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642096269456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25057] ppid=25024 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/25028/task/25057/stat : 25057 (java) S 25024 25028 21157 0 -1 4202560 1701 0 0 0 22 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642095217592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25059] ppid=25024 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25028/task/25059/stat : 25059 (java) S 25024 25028 21157 0 -1 4202560 2153 0 0 0 17 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642094164792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25061] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25061/stat : 25061 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642093112184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25063] ppid=25024 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/25028/task/25063/stat : 25063 (java) S 25024 25028 21157 0 -1 4202560 103 0 0 0 19 24 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642092059592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25065] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25065/stat : 25065 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150129 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642091005096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.3 s]
/proc/loadavg: 2.12 2.02 1.86 3/213 25139
/proc/meminfo: memFree=29002204/32873648 swapFree=7116/7116
[pid=25028] ppid=25024 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/25028/stat : 25028 (java) S 25024 25028 21157 0 -1 4202496 10593 0 1 0 179967 35 0 0 20 0 19 0 281150114 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 140734570299088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25028/statm: 2406251 65699 2276 9 0 2396937 0
[pid=25028/tid=25032] ppid=25024 vsize=9625004 CPUtime=1783.68 cores=1,3,5,7
/proc/25028/task/25032/stat : 25032 (java) R 25024 25028 21157 0 -1 4202560 2727 0 1 0 178337 31 0 0 20 0 19 0 281150116 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642275234096 139642148251650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25033] ppid=25024 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/25028/task/25033/stat : 25033 (java) S 25024 25028 21157 0 -1 4202560 401 0 0 0 84 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642119207464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25034] ppid=25024 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/25028/task/25034/stat : 25034 (java) S 25024 25028 21157 0 -1 4202560 374 0 0 0 97 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642118154664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25036] ppid=25024 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/25028/task/25036/stat : 25036 (java) S 25024 25028 21157 0 -1 4202560 149 0 0 0 95 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642117101864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25028/tid=25037] ppid=25024 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/25028/task/25037/stat : 25037 (java) S 25024 25028 21157 0 -1 4202560 410 0 0 0 102 1 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642116049064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25039] ppid=25024 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/25028/task/25039/stat : 25039 (java) S 25024 25028 21157 0 -1 4202560 280 0 0 0 84 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642114997288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25041] ppid=25024 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/25028/task/25041/stat : 25041 (java) S 25024 25028 21157 0 -1 4202560 395 0 0 0 89 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642113944488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25043] ppid=25024 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/25028/task/25043/stat : 25043 (java) S 25024 25028 21157 0 -1 4202560 284 0 0 0 90 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642112891688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25044] ppid=25024 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/25028/task/25044/stat : 25044 (java) S 25024 25028 21157 0 -1 4202560 271 0 0 0 94 2 0 0 20 0 19 0 281150117 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642111838888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25049] ppid=25024 vsize=9625004 CPUtime=8.39 cores=1,3,5,7
/proc/25028/task/25049/stat : 25049 (java) S 25024 25028 21157 0 -1 4202560 164 0 0 0 837 2 0 0 20 0 19 0 281150118 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642099427816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25051] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25051/stat : 25051 (java) S 25024 25028 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642098373880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25052] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25052/stat : 25052 (java) S 25024 25028 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150119 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642097320968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25055] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25055/stat : 25055 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642096269456 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25028/tid=25057] ppid=25024 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/25028/task/25057/stat : 25057 (java) S 25024 25028 21157 0 -1 4202560 1701 0 0 0 22 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642095217592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25059] ppid=25024 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/25028/task/25059/stat : 25059 (java) S 25024 25028 21157 0 -1 4202560 2153 0 0 0 17 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642094164792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25061] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25061/stat : 25061 (java) S 25024 25028 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642093112184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25028/tid=25063] ppid=25024 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/25028/task/25063/stat : 25063 (java) S 25024 25028 21157 0 -1 4202560 103 0 0 0 19 24 0 0 20 0 19 0 281150121 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642092059592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25028/tid=25065] ppid=25024 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25065/stat : 25065 (java) S 25024 25028 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150129 9856004096 65699 33554432000 1073741824 1073778376 140734570307952 139642091005096 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.35
CPU time (s): 1800.76
CPU user time (s): 1799.9
CPU system time (s): 0.861868
CPU usage (%): 100.357
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.861868
maximum resident set size= 265004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10636
page faults= 1
swaps= 0
block input operations= 16
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42952
involuntary context switches= 19572

runsolver used 6.16106 second user time and 14.4538 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 22:23:48
IDJOB=3709697
IDBENCH=2559
IDSOLVER=2289
FILE ID=node114/3709697-1338150227
RUNJOBID= node114-1338150227-25002
PBS_JOBID= 14624495
Free space on /tmp= 71484 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709697-1338150227/watcher-3709697-1338150227 -o /tmp/evaluation-result-3709697-1338150227/solver-3709697-1338150227 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709697-1338150227.opb

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

MD5SUM BENCH= 51d899b20f631897b1e4ab45104d8148
RANDOM SEED=1838739691

node114.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.242
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	: 5332.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.242
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.242
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	: 5451.90
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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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:       32873648 kB
MemFree:        29488648 kB
Buffers:          525692 kB
Cached:          2001660 kB
SwapCached:         2128 kB
Active:          1214492 kB
Inactive:        1321792 kB
Active(anon):       2424 kB
Inactive(anon):     7892 kB
Active(file):    1212068 kB
Inactive(file):  1313900 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:         13376 kB
Mapped:            13572 kB
Shmem:               116 kB
Slab:             711036 kB
SReclaimable:     155240 kB
SUnreclaim:       555796 kB
KernelStack:        1376 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node114 at 2012-05-27 22:53:44