Trace number 3688770

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-13 1800.75 922.533

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_4.opb
MD5SUM3258ae2375db1ca5a9ce9d305f00baf0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark160.333
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688770-1337879637.opb
0.09/0.11	c reading problem ... 
0.22/0.25	c ... done. Wall clock time 0.139s.
0.22/0.25	c declared #vars     100
0.22/0.25	c internal #vars     714
0.22/0.25	c #constraints  1380
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 614
0.22/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.22/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.22/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
0.22/0.25	c 1380 constraints processed.
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.22/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 614
0.22/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.22/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.22/0.25	c 1380 constraints processed.
0.22/0.25	c objective function length is 50 literals
0.50/0.36	c  And the winner is solver1
0.87/0.75	c SATISFIABLE
0.87/0.75	c OPTIMIZING...
0.87/0.76	c Got one! Elapsed wall clock time (in seconds):0.642
0.87/0.76	o -4
0.87/0.77	c  And the winner is solver0
0.89/1.26	c Got one! Elapsed wall clock time (in seconds):1.143
0.89/1.26	o -8
0.89/1.28	c  And the winner is solver1
1.07/1.76	c Got one! Elapsed wall clock time (in seconds):1.644
1.07/1.76	o -9
2.43/2.20	c cleaning 2640 clauses out of 5284 with flag 5000/5284
3.15/2.34	c  And the winner is solver1
3.76/2.76	c Got one! Elapsed wall clock time (in seconds):2.644
3.76/2.76	o -10
3.84/2.85	c cleaning 3869 clauses out of 7747 with flag 2002/10387
4.46/3.11	c cleaning 4938 clauses out of 9876 with flag 8000/16385
5.42/3.45	c cleaning 5957 clauses out of 11938 with flag 15000/23385
6.37/3.84	c cleaning 6991 clauses out of 13981 with flag 23000/31385
7.76/4.30	c cleaning 7984 clauses out of 15990 with flag 32000/40385
7.93/4.47	c  And the winner is solver1
8.08/4.76	c Got one! Elapsed wall clock time (in seconds):4.645
8.08/4.76	o -11
8.16/4.85	c cleaning 6706 clauses out of 13412 with flag 2000/45791
8.79/5.12	c cleaning 6353 clauses out of 12706 with flag 8000/51791
9.36/5.45	c cleaning 6669 clauses out of 13353 with flag 15000/58791
10.10/5.81	c cleaning 7342 clauses out of 14684 with flag 23000/66791
10.89/6.23	c cleaning 8157 clauses out of 16342 with flag 32000/75791
11.84/6.70	c cleaning 9087 clauses out of 18186 with flag 42001/85792
12.17/6.92	c  And the winner is solver0
12.23/7.28	c Got one! Elapsed wall clock time (in seconds):7.169
12.23/7.28	o -12
12.26/7.37	c cleaning 7299 clauses out of 14599 with flag 2000/91292
12.82/7.65	c cleaning 6643 clauses out of 13301 with flag 8001/97293
13.38/7.96	c cleaning 6828 clauses out of 13657 with flag 15000/104292
14.12/8.34	c cleaning 7401 clauses out of 14829 with flag 23000/112292
14.86/8.77	c cleaning 8213 clauses out of 16428 with flag 32000/121292
15.79/9.26	c cleaning 9102 clauses out of 18215 with flag 42000/131292
16.74/9.75	c cleaning 10055 clauses out of 20113 with flag 53000/142292
17.89/10.33	c cleaning 11029 clauses out of 22058 with flag 65000/154292
19.01/10.97	c cleaning 12014 clauses out of 24031 with flag 78002/167294
20.75/11.82	c cleaning 13001 clauses out of 26015 with flag 92000/181292
22.29/12.67	c cleaning 13990 clauses out of 28016 with flag 107002/196294
24.02/13.58	c cleaning 15006 clauses out of 30024 with flag 123000/212292
26.12/14.60	c cleaning 16002 clauses out of 32020 with flag 140002/229294
28.06/15.69	c cleaning 17001 clauses out of 34016 with flag 158000/247292
30.39/16.87	c cleaning 18004 clauses out of 36015 with flag 177000/266292
33.11/18.21	c cleaning 18994 clauses out of 38013 with flag 197002/286294
35.59/19.58	c cleaning 19992 clauses out of 40017 with flag 218000/307292
38.53/21.10	c cleaning 21014 clauses out of 42027 with flag 240002/329294
41.45/22.57	c cleaning 22000 clauses out of 44012 with flag 263001/352293
45.01/24.31	c cleaning 22998 clauses out of 46011 with flag 287000/376292
48.66/26.21	c cleaning 24008 clauses out of 48015 with flag 312002/401294
52.18/28.02	c cleaning 25001 clauses out of 50005 with flag 338000/427292
56.25/30.15	c cleaning 26000 clauses out of 52005 with flag 365001/454293
60.75/32.41	c cleaning 26997 clauses out of 54007 with flag 393003/482295
65.19/34.74	c cleaning 28002 clauses out of 56007 with flag 422000/511292
69.88/37.18	c cleaning 28990 clauses out of 58006 with flag 452001/541293
75.17/39.81	c cleaning 30005 clauses out of 60015 with flag 483000/572292
80.86/42.70	c cleaning 31003 clauses out of 62011 with flag 515001/604293
86.67/45.79	c cleaning 31999 clauses out of 64008 with flag 548001/637293
93.58/49.25	c cleaning 33004 clauses out of 66008 with flag 582000/671292
100.05/52.51	c cleaning 33998 clauses out of 68005 with flag 617001/706293
107.78/56.46	c cleaning 34997 clauses out of 70006 with flag 653000/742292
114.38/59.86	c cleaning 35993 clauses out of 72009 with flag 690000/779292
121.85/63.69	c cleaning 37000 clauses out of 74017 with flag 728001/817293
129.14/67.34	c cleaning 37997 clauses out of 76016 with flag 767000/856292
137.61/71.68	c cleaning 39002 clauses out of 78019 with flag 807000/896292
138.37/72.18	c cleaning 0 clauses out of 6825 with flag 0/6826
146.69/76.19	c cleaning 40003 clauses out of 80018 with flag 848001/937293
155.34/80.51	c cleaning 40987 clauses out of 82014 with flag 890000/979292
165.25/85.53	c cleaning 42000 clauses out of 84030 with flag 933003/1022295
175.20/90.62	c cleaning 43009 clauses out of 86028 with flag 977001/1066293
184.10/95.15	c cleaning 44005 clauses out of 88020 with flag 1022002/1111294
193.76/100.04	c cleaning 44998 clauses out of 90014 with flag 1068001/1157293
203.65/105.02	c cleaning 45995 clauses out of 92016 with flag 1115001/1204293
214.79/110.73	c cleaning 46995 clauses out of 94020 with flag 1163000/1252292
224.45/115.64	c cleaning 48007 clauses out of 96025 with flag 1212000/1301292
235.31/121.14	c cleaning 48999 clauses out of 98018 with flag 1262000/1351292
246.97/127.02	c cleaning 49996 clauses out of 100019 with flag 1313000/1402292
259.95/133.69	c cleaning 51001 clauses out of 102025 with flag 1365002/1454294
272.63/140.04	c cleaning 52004 clauses out of 104022 with flag 1418000/1507292
286.23/146.92	c cleaning 52993 clauses out of 106019 with flag 1472001/1561293
300.72/154.23	c cleaning 54005 clauses out of 108025 with flag 1527000/1616292
316.00/162.10	c cleaning 55003 clauses out of 110022 with flag 1583002/1672294
329.46/168.89	c cleaning 56002 clauses out of 112017 with flag 1640000/1729292
343.10/175.76	c cleaning 57005 clauses out of 114015 with flag 1698000/1787292
356.33/182.47	c cleaning 57990 clauses out of 116010 with flag 1757000/1846292
372.43/190.64	c cleaning 59003 clauses out of 118021 with flag 1817001/1906293
386.27/197.68	c cleaning 60004 clauses out of 120018 with flag 1878001/1967293
401.68/205.49	c cleaning 61003 clauses out of 122016 with flag 1940003/2029295
418.69/214.05	c cleaning 61997 clauses out of 124010 with flag 2003000/2092292
436.57/223.12	c cleaning 62993 clauses out of 126013 with flag 2067000/2156292
454.00/231.98	c cleaning 64007 clauses out of 128020 with flag 2132000/2221292
470.09/240.10	c cleaning 64994 clauses out of 130013 with flag 2198000/2287292
490.74/250.49	c cleaning 66001 clauses out of 132019 with flag 2265000/2354292
509.42/259.99	c cleaning 66999 clauses out of 134019 with flag 2333001/2422293
532.28/271.48	c cleaning 68003 clauses out of 136019 with flag 2402000/2491292
550.72/280.78	c cleaning 68999 clauses out of 138016 with flag 2472000/2561292
570.93/290.92	c cleaning 69993 clauses out of 140017 with flag 2543000/2632292
593.39/302.33	c cleaning 71002 clauses out of 142024 with flag 2615000/2704292
604.36/307.96	c  And the winner is solver1
604.56/308.17	c Got one! Elapsed wall clock time (in seconds):308.058
604.56/308.17	o -13
607.64/309.75	c cleaning 63531 clauses out of 127071 with flag 5003/2760341
609.34/310.77	c cleaning 34768 clauses out of 69539 with flag 11002/2766340
610.63/311.54	c cleaning 20882 clauses out of 41769 with flag 18000/2773338
611.96/312.45	c cleaning 14437 clauses out of 28887 with flag 26000/2781338
613.04/313.14	c cleaning 11721 clauses out of 23450 with flag 35000/2790338
614.14/313.86	c cleaning 10855 clauses out of 21729 with flag 45000/2800338
615.46/314.63	c cleaning 10930 clauses out of 21874 with flag 56000/2811338
616.97/315.62	c cleaning 11464 clauses out of 22945 with flag 68001/2823339
618.46/316.52	c cleaning 12230 clauses out of 24480 with flag 81000/2836338
619.96/317.44	c cleaning 13119 clauses out of 26252 with flag 95002/2850340
621.66/318.43	c cleaning 14056 clauses out of 28131 with flag 110000/2865338
623.58/319.67	c cleaning 15035 clauses out of 30075 with flag 126000/2881338
625.48/320.75	c cleaning 16012 clauses out of 32041 with flag 143001/2898339
628.00/322.10	c cleaning 17006 clauses out of 34028 with flag 161000/2916338
630.33/323.44	c cleaning 18011 clauses out of 36022 with flag 180000/2935338
633.03/325.05	c cleaning 18987 clauses out of 38012 with flag 200001/2955339
635.95/326.64	c cleaning 20014 clauses out of 40027 with flag 221003/2976341
638.84/328.23	c cleaning 21001 clauses out of 42010 with flag 243000/2998338
641.73/329.88	c cleaning 21998 clauses out of 44012 with flag 266003/3021341
645.24/331.81	c cleaning 22995 clauses out of 46011 with flag 290000/3045338
648.74/333.70	c cleaning 23990 clauses out of 48016 with flag 315000/3070338
652.24/335.65	c cleaning 25000 clauses out of 50026 with flag 341000/3096338
655.97/337.70	c cleaning 26007 clauses out of 52026 with flag 368000/3123338
660.26/340.03	c cleaning 27006 clauses out of 54021 with flag 396002/3151340
664.76/342.41	c cleaning 28003 clauses out of 56014 with flag 425001/3180339
669.45/344.93	c cleaning 28997 clauses out of 58010 with flag 455000/3210338
674.16/347.44	c cleaning 30002 clauses out of 60015 with flag 486002/3241340
679.71/350.49	c cleaning 30992 clauses out of 62012 with flag 518001/3273339
685.65/353.50	c cleaning 31992 clauses out of 64021 with flag 551002/3306340
691.19/356.47	c cleaning 33009 clauses out of 66028 with flag 585001/3340339
696.70/359.38	c cleaning 34003 clauses out of 68018 with flag 620000/3375338
703.23/362.84	c cleaning 34994 clauses out of 70016 with flag 656001/3411339
709.53/366.15	c cleaning 36008 clauses out of 72021 with flag 693000/3448338
715.66/369.32	c cleaning 37002 clauses out of 74013 with flag 731000/3486338
722.39/372.84	c cleaning 37995 clauses out of 76011 with flag 770000/3525338
730.33/377.01	c cleaning 38998 clauses out of 78018 with flag 810002/3565340
737.48/380.77	c cleaning 39998 clauses out of 80018 with flag 851000/3606338
744.79/384.58	c cleaning 41009 clauses out of 82020 with flag 893000/3648338
752.39/388.44	c cleaning 42000 clauses out of 84012 with flag 936001/3691339
761.07/393.07	c cleaning 42993 clauses out of 86011 with flag 980000/3735338
769.01/397.18	c cleaning 43998 clauses out of 88018 with flag 1025000/3780338
777.93/401.72	c cleaning 45000 clauses out of 90020 with flag 1071000/3826338
789.24/407.55	c cleaning 45982 clauses out of 92021 with flag 1118001/3873339
799.15/412.78	c cleaning 47004 clauses out of 94038 with flag 1166000/3921338
809.64/418.13	c cleaning 48001 clauses out of 96035 with flag 1215001/3970339
820.16/423.53	c cleaning 49006 clauses out of 98034 with flag 1265001/4020339
832.09/429.65	c cleaning 50008 clauses out of 100028 with flag 1316001/4071339
843.20/435.44	c cleaning 50993 clauses out of 102019 with flag 1368000/4123338
853.94/440.95	c cleaning 52001 clauses out of 104026 with flag 1421000/4176338
865.88/447.06	c cleaning 52997 clauses out of 106025 with flag 1475000/4230338
877.36/452.93	c cleaning 54007 clauses out of 108029 with flag 1530001/4285339
890.30/459.63	c cleaning 55001 clauses out of 110022 with flag 1586001/4341339
902.86/466.06	c cleaning 55999 clauses out of 112020 with flag 1643000/4398338
916.39/473.00	c cleaning 56999 clauses out of 114025 with flag 1701004/4456342
929.86/479.82	c cleaning 58009 clauses out of 116022 with flag 1760000/4515338
944.13/487.25	c cleaning 58994 clauses out of 118013 with flag 1820000/4575338
957.05/493.83	c cleaning 59994 clauses out of 120019 with flag 1881000/4636338
970.17/500.55	c cleaning 60992 clauses out of 122028 with flag 1943003/4698341
985.70/508.45	c cleaning 62011 clauses out of 124034 with flag 2006001/4761339
1001.21/516.45	c cleaning 63011 clauses out of 126023 with flag 2070001/4825339
1017.56/524.76	c cleaning 64000 clauses out of 128011 with flag 2135000/4890338
1033.27/532.77	c cleaning 64998 clauses out of 130012 with flag 2201001/4956339
1049.42/540.92	c cleaning 65995 clauses out of 132013 with flag 2268000/5023338
1067.69/550.32	c cleaning 67002 clauses out of 134019 with flag 2336001/5091339
1083.38/558.33	c cleaning 68000 clauses out of 136017 with flag 2405001/5160339
1101.54/567.52	c cleaning 68993 clauses out of 138016 with flag 2475000/5230338
1119.67/576.75	c cleaning 69997 clauses out of 140024 with flag 2546001/5301339
1142.32/588.33	c cleaning 71000 clauses out of 142027 with flag 2618001/5373339
1161.67/598.18	c cleaning 72010 clauses out of 144027 with flag 2691001/5446339
1183.63/609.28	c cleaning 72991 clauses out of 146016 with flag 2765000/5520338
1202.95/619.09	c cleaning 74008 clauses out of 148026 with flag 2840001/5595339
1224.01/629.82	c cleaning 74993 clauses out of 150017 with flag 2916000/5671338
1245.32/640.64	c cleaning 76010 clauses out of 152025 with flag 2993001/5748339
1265.20/650.73	c cleaning 76999 clauses out of 154015 with flag 3071001/5826339
1284.74/660.68	c cleaning 77997 clauses out of 156018 with flag 3150003/5905341
1308.58/672.82	c cleaning 79001 clauses out of 158018 with flag 3230000/5985338
1328.72/683.06	c cleaning 80002 clauses out of 160019 with flag 3311002/6066340
1350.81/694.20	c cleaning 80997 clauses out of 162015 with flag 3393000/6148338
1358.42/698.27	c cleaning 0 clauses out of 17617 with flag 0/17618
1372.98/705.82	c cleaning 81998 clauses out of 164019 with flag 3476001/6231339
1397.29/718.11	c cleaning 82986 clauses out of 166020 with flag 3560000/6315338
1416.41/727.89	c cleaning 83994 clauses out of 168035 with flag 3645001/6400339
1439.55/739.55	c cleaning 85006 clauses out of 170040 with flag 3731000/6486338
1460.53/750.37	c cleaning 86004 clauses out of 172035 with flag 3818001/6573339
1482.63/761.59	c cleaning 87008 clauses out of 174030 with flag 3906000/6661338
1504.36/772.55	c cleaning 87994 clauses out of 176022 with flag 3995000/6750338
1527.63/784.36	c cleaning 89008 clauses out of 178028 with flag 4085000/6840338
1551.28/796.49	c cleaning 89990 clauses out of 180020 with flag 4176000/6931338
1573.75/807.84	c cleaning 91006 clauses out of 182032 with flag 4268002/7023340
1598.29/820.24	c cleaning 92003 clauses out of 184025 with flag 4361001/7116339
1630.40/836.41	c cleaning 93001 clauses out of 186021 with flag 4455000/7210338
1656.46/849.76	c cleaning 93998 clauses out of 188020 with flag 4550000/7305338
1684.34/863.85	c cleaning 95006 clauses out of 190023 with flag 4646001/7401339
1713.82/878.76	c cleaning 95986 clauses out of 192017 with flag 4743001/7498339
1749.21/896.58	c cleaning 97000 clauses out of 194031 with flag 4841001/7596339
1786.01/915.20	c cleaning 98004 clauses out of 196030 with flag 4940000/7695338
1800.18/922.51	c starts		: 62
1800.18/922.51	c conflicts		: 19936
1800.18/922.51	c decisions		: 36071
1800.18/922.51	c propagations		: 969390
1800.18/922.51	c inspects		: 943187988
1800.18/922.51	c shortcuts		: 0
1800.18/922.51	c learnt literals	: 0
1800.18/922.51	c learnt binary clauses	: 0
1800.18/922.51	c learnt ternary clauses	: 0
1800.18/922.51	c learnt constraints	: 19935
1800.18/922.51	c ignored constraints	: 0
1800.18/922.51	c root simplifications	: 0
1800.18/922.51	c removed literals (reason simplification)	: 0
1800.18/922.51	c reason swapping (by a shorter reason)	: 0
1800.18/922.51	c Calls to reduceDB	: 2
1800.18/922.51	c number of reductions to clauses (during analyze)	: 0
1800.18/922.51	c number of learned constraints concerned by reduction	: 0
1800.18/922.51	c number of learning phase by resolution	: 0
1800.18/922.51	c number of learning phase by cutting planes	: 0
1800.18/922.51	c speed (assignments/second)	: 1059.1810110289698
1800.18/922.51	c non guided choices	3
1800.18/922.52	c learnt constraints type 
1800.18/922.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.18/922.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19934
1800.18/922.52	c constraints type 
1800.18/922.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 614
1800.18/922.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.18/922.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.18/922.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
1800.18/922.52	c 1381 constraints processed.
1800.18/922.52	c constraints type 
1800.18/922.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.18/922.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 614
1800.18/922.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.18/922.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
1800.18/922.52	c 1381 constraints processed.
1800.18/922.52	s SATISFIABLE
1800.18/922.52	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 x18 x19 -x20 x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 x29 x30 -x31 -x32 x33 -x34 x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 x96 x97 -x98 -x99 x100 
1800.18/922.52	c objective function=-13
1800.18/922.52	c Total wall clock time (in seconds): 922.407

Verifier Data

OK	-13

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-3688770-1337879637/watcher-3688770-1337879637 -o /tmp/evaluation-result-3688770-1337879637/solver-3688770-1337879637 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688770-1337879637.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: 4.06 3.99 3.88 4/197 25206
/proc/meminfo: memFree=25714204/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25206/stat : 25206 (java) D 25204 25206 22184 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254089659 9515008 183 33554432000 1073741824 1073778376 140737304421808 140737304412840 226084339381 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2323 183 140 9 0 71 0

[startup+0.00950701 s]
/proc/loadavg: 4.06 3.99 3.88 4/197 25206
/proc/meminfo: memFree=25714204/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25206/stat : 25206 (java) R 25204 25206 22184 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 254089659 23793664 716 33554432000 1073741824 1073778376 140734711399920 140734711388984 226075129192 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 5809 717 531 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100163 s]
/proc/loadavg: 4.06 3.99 3.88 4/197 25206
/proc/meminfo: memFree=25714204/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 4300 0 1 0 8 1 0 0 20 0 18 0 254089659 9787813888 5497 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2389603 5497 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300166 s]
/proc/loadavg: 4.06 3.99 3.88 4/197 25206
/proc/meminfo: memFree=25714204/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 6718 0 1 0 48 2 0 0 20 0 22 0 254089659 10060460032 10242 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 10242 2223 9 0 2446860 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9824668

[startup+0.70025 s]
/proc/loadavg: 4.06 3.99 3.88 4/197 25206
/proc/meminfo: memFree=25714204/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 8798 0 1 0 83 4 0 0 20 0 19 0 254089659 10060460032 11624 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 11624 2236 9 0 2446860 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 4.06 3.99 3.88 3/216 25231
/proc/meminfo: memFree=25671308/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 9228 0 1 0 101 6 0 0 20 0 19 0 254089659 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 13679 2240 9 0 2446860 0
[pid=25206/tid=25208] ppid=25204 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/25206/task/25208/stat : 25208 (java) S 25204 25206 22184 0 -1 4202560 2455 0 1 0 21 1 0 0 20 0 19 0 254089660 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002206458872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25209] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25209/stat : 25209 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002178910504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25210] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25210/stat : 25210 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002177857704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25211] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25211/stat : 25211 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002048125480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25212] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25212/stat : 25212 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002047072680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25213] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25213/stat : 25213 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002046020392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25214] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25214/stat : 25214 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002044967592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25215] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25215/stat : 25215 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140002043915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25216] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25216/stat : 25216 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254089661 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001572547496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25217] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25217/stat : 25217 (java) S 25204 25206 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254089662 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001560348904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25218] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25218/stat : 25218 (java) S 25204 25206 22184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254089662 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001559294968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25219] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25219/stat : 25219 (java) S 25204 25206 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254089662 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001558242568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25220] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25220/stat : 25220 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089665 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001557191056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25221] ppid=25204 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25206/task/25221/stat : 25221 (java) S 25204 25206 22184 0 -1 4202560 3124 0 0 0 25 0 0 0 20 0 19 0 254089665 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001556138680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25222] ppid=25204 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/25206/task/25222/stat : 25222 (java) S 25204 25206 22184 0 -1 4202560 2327 0 0 0 26 0 0 0 20 0 19 0 254089665 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001555085880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25223] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25223/stat : 25223 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089665 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001554033784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25224] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25224/stat : 25224 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254089665 10060460032 13679 33554432000 1073741824 1073778376 140734711399920 140001552981192 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9824668

[startup+3.10063 s]
/proc/loadavg: 3.90 3.95 3.87 7/219 25237
/proc/meminfo: memFree=25603704/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=4.46 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 26201 0 1 0 432 14 0 0 20 0 22 0 254089659 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 47882 2278 9 0 2446860 0
[pid=25206/tid=25208] ppid=25204 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/25206/task/25208/stat : 25208 (java) S 25204 25206 22184 0 -1 4202560 2455 0 1 0 22 1 0 0 20 0 22 0 254089660 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002206458872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25209] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25209/stat : 25209 (java) S 25204 25206 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002178910504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25210] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25210/stat : 25210 (java) S 25204 25206 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002177857704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25211] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25211/stat : 25211 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002048125480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25212] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25212/stat : 25212 (java) S 25204 25206 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002047072680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25213] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25213/stat : 25213 (java) S 25204 25206 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002046020392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25214] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25214/stat : 25214 (java) S 25204 25206 22184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002044967592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25215] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25215/stat : 25215 (java) S 25204 25206 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140002043915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25216] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25216/stat : 25216 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001572547496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25217] ppid=25204 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25206/task/25217/stat : 25217 (java) S 25204 25206 22184 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 254089662 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001560348904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25218] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25218/stat : 25218 (java) S 25204 25206 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001559294968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25219] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25219/stat : 25219 (java) S 25204 25206 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001558242568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25220] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25220/stat : 25220 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001557191056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25221] ppid=25204 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/25206/task/25221/stat : 25221 (java) R 25204 25206 22184 0 -1 4202560 10831 0 0 0 113 2 0 0 20 0 22 0 254089665 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001556138680 140002213444487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25222] ppid=25204 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/25206/task/25222/stat : 25222 (java) R 25204 25206 22184 0 -1 4202560 11443 0 0 0 95 2 0 0 20 0 22 0 254089665 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001555085880 140002213165842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25223] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25223/stat : 25223 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001554033784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25224] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25224/stat : 25224 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001552981192 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25234] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25234/stat : 25234 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254089785 10060460032 47882 33554432000 1073741824 1073778376 140734711399920 140001549787944 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.90 3.95 3.87 5/219 25243
/proc/meminfo: memFree=25441100/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=11.04 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 31769 0 1 0 1084 20 0 0 20 0 22 0 254089659 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 70491 2280 9 0 2446860 0
[pid=25206/tid=25208] ppid=25204 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/25206/task/25208/stat : 25208 (java) S 25204 25206 22184 0 -1 4202560 2456 0 1 0 22 1 0 0 20 0 22 0 254089660 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002206458872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25209] ppid=25204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25206/task/25209/stat : 25209 (java) S 25204 25206 22184 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002178910504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25210] ppid=25204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25206/task/25210/stat : 25210 (java) S 25204 25206 22184 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002177857704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25211] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25211/stat : 25211 (java) S 25204 25206 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002048125480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25212] ppid=25204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25206/task/25212/stat : 25212 (java) S 25204 25206 22184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002047072680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25213] ppid=25204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25206/task/25213/stat : 25213 (java) S 25204 25206 22184 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002046020392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25214] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25214/stat : 25214 (java) S 25204 25206 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002044967592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25215] ppid=25204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25206/task/25215/stat : 25215 (java) S 25204 25206 22184 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140002043915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25216] ppid=25204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25206/task/25216/stat : 25216 (java) S 25204 25206 22184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254089661 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001572547496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25217] ppid=25204 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/25206/task/25217/stat : 25217 (java) S 25204 25206 22184 0 -1 4202560 119 0 0 0 43 0 0 0 20 0 22 0 254089662 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001560348904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25218] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25218/stat : 25218 (java) S 25204 25206 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001559294968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25219] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25219/stat : 25219 (java) S 25204 25206 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001558242568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25220] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25220/stat : 25220 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001557191056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25221] ppid=25204 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/25206/task/25221/stat : 25221 (java) S 25204 25206 22184 0 -1 4202560 10849 0 0 0 133 2 0 0 20 0 22 0 254089665 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001556138680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25222] ppid=25204 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/25206/task/25222/stat : 25222 (java) S 25204 25206 22184 0 -1 4202560 16804 0 0 0 186 3 0 0 20 0 22 0 254089665 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001555085880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25223] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25223/stat : 25223 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001554033784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25224] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25224/stat : 25224 (java) S 25204 25206 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001552981192 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25234] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25234/stat : 25234 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254089785 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001549787944 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25241] ppid=25204 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25206/task/25241/stat : 25241 (java) R 25204 25206 22184 0 -1 4202560 7 0 0 0 125 0 0 0 20 0 22 0 254090135 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001550840120 140002059633589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25242] ppid=25204 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25206/task/25242/stat : 25242 (java) R 25204 25206 22184 0 -1 4202560 3 0 0 0 125 0 0 0 20 0 22 0 254090135 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001551890680 140002059734723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25243] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25243/stat : 25243 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254090135 10060460032 70491 33554432000 1073741824 1073778376 140734711399920 140001548735656 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=25206/tid=25251] ppid=25204 vsize=9824668 CPUtime=469.71 cores=0,2,4,6
/proc/25206/task/25251/stat : 25251 (java) R 25204 25206 22184 0 -1 4202560 160 0 0 0 46962 9 0 0 20 0 22 0 254120476 10060460032 262340 33554432000 1073741824 1073778376 140734711399920 140001551893440 140002059599334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25252] ppid=25204 vsize=9824668 CPUtime=469.65 cores=0,2,4,6
/proc/25206/task/25252/stat : 25252 (java) R 25204 25206 22184 0 -1 4202560 2894 0 0 0 46949 16 0 0 20 0 22 0 254120476 10060460032 262340 33554432000 1073741824 1073778376 140734711399920 140001549786080 140002059782042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25253] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25253/stat : 25253 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254120476 10060460032 262340 33554432000 1073741824 1073778376 140734711399920 140001548735400 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.70 3.94 3.92 4/218 25342
/proc/meminfo: memFree=27130668/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=1720.5 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 45781 0 1 0 171883 167 0 0 20 0 22 0 254089659 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 324826 2281 9 0 2446860 0
[pid=25206/tid=25208] ppid=25204 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25206/task/25208/stat : 25208 (java) S 25204 25206 22184 0 -1 4202560 2546 0 1 0 24 3 0 0 20 0 22 0 254089660 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002206458872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25209] ppid=25204 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/25206/task/25209/stat : 25209 (java) S 25204 25206 22184 0 -1 4202560 594 0 0 0 377 8 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002178910504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25210] ppid=25204 vsize=9824668 CPUtime=3.78 cores=0,2,4,6
/proc/25206/task/25210/stat : 25210 (java) S 25204 25206 22184 0 -1 4202560 644 0 0 0 369 9 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002177857704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25211] ppid=25204 vsize=9824668 CPUtime=3.96 cores=0,2,4,6
/proc/25206/task/25211/stat : 25211 (java) S 25204 25206 22184 0 -1 4202560 581 0 0 0 388 8 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002048125480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25212] ppid=25204 vsize=9824668 CPUtime=3.92 cores=0,2,4,6
/proc/25206/task/25212/stat : 25212 (java) S 25204 25206 22184 0 -1 4202560 426 0 0 0 384 8 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002047072680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25213] ppid=25204 vsize=9824668 CPUtime=3.64 cores=0,2,4,6
/proc/25206/task/25213/stat : 25213 (java) S 25204 25206 22184 0 -1 4202560 643 0 0 0 358 6 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002046020392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25214] ppid=25204 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/25206/task/25214/stat : 25214 (java) S 25204 25206 22184 0 -1 4202560 587 0 0 0 350 8 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002044967592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25215] ppid=25204 vsize=9824668 CPUtime=4.01 cores=0,2,4,6
/proc/25206/task/25215/stat : 25215 (java) S 25204 25206 22184 0 -1 4202560 519 0 0 0 392 9 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140002043915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25216] ppid=25204 vsize=9824668 CPUtime=3.96 cores=0,2,4,6
/proc/25206/task/25216/stat : 25216 (java) S 25204 25206 22184 0 -1 4202560 483 0 0 0 386 10 0 0 20 0 22 0 254089661 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001572547496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25217] ppid=25204 vsize=9824668 CPUtime=55.8 cores=0,2,4,6
/proc/25206/task/25217/stat : 25217 (java) S 25204 25206 22184 0 -1 4202560 2284 0 0 0 5547 33 0 0 20 0 22 0 254089662 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001560348904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25218] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25218/stat : 25218 (java) S 25204 25206 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001559294968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25219] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25219/stat : 25219 (java) S 25204 25206 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001558242568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25220] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25220/stat : 25220 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001557191056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25221] ppid=25204 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/25206/task/25221/stat : 25221 (java) S 25204 25206 22184 0 -1 4202560 10859 0 0 0 139 2 0 0 20 0 22 0 254089665 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001556138680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25222] ppid=25204 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/25206/task/25222/stat : 25222 (java) S 25204 25206 22184 0 -1 4202560 17946 0 0 0 240 3 0 0 20 0 22 0 254089665 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001555085880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25223] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25223/stat : 25223 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001554033784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25224] ppid=25204 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25206/task/25224/stat : 25224 (java) S 25204 25206 22184 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 254089665 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001552981192 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25246] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25246/stat : 25246 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254090388 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001550841128 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25251] ppid=25204 vsize=9824668 CPUtime=526.66 cores=0,2,4,6
/proc/25206/task/25251/stat : 25251 (java) R 25204 25206 22184 0 -1 4202560 182 0 0 0 52656 10 0 0 20 0 22 0 254120476 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001551893440 140002059654090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25252] ppid=25204 vsize=9824668 CPUtime=526.59 cores=0,2,4,6
/proc/25206/task/25252/stat : 25252 (java) R 25204 25206 22184 0 -1 4202560 3858 0 0 0 52639 20 0 0 20 0 22 0 254120476 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001549786080 140002059781288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25253] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25253/stat : 25253 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254120476 10060460032 324826 33554432000 1073741824 1073778376 140734711399920 140001548735400 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1720.5
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.501 s]
/proc/loadavg: 3.92 3.96 3.93 6/219 26130
/proc/meminfo: memFree=27144016/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=1800.18 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 45878 0 1 0 179844 174 0 0 20 0 22 0 254089659 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 325513 2281 9 0 2446860 0
[pid=25206/tid=25208] ppid=25204 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25206/task/25208/stat : 25208 (java) S 25204 25206 22184 0 -1 4202560 2548 0 1 0 24 3 0 0 20 0 22 0 254089660 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002206458872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25209] ppid=25204 vsize=9824668 CPUtime=4.04 cores=0,2,4,6
/proc/25206/task/25209/stat : 25209 (java) S 25204 25206 22184 0 -1 4202560 605 0 0 0 396 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002178910504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25210] ppid=25204 vsize=9824668 CPUtime=3.99 cores=0,2,4,6
/proc/25206/task/25210/stat : 25210 (java) S 25204 25206 22184 0 -1 4202560 651 0 0 0 390 9 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002177857704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25211] ppid=25204 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/25206/task/25211/stat : 25211 (java) S 25204 25206 22184 0 -1 4202560 592 0 0 0 408 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002048125480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25212] ppid=25204 vsize=9824668 CPUtime=4.08 cores=0,2,4,6
/proc/25206/task/25212/stat : 25212 (java) S 25204 25206 22184 0 -1 4202560 434 0 0 0 400 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002047072680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25213] ppid=25204 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/25206/task/25213/stat : 25213 (java) S 25204 25206 22184 0 -1 4202560 652 0 0 0 378 7 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002046020392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25214] ppid=25204 vsize=9824668 CPUtime=3.8 cores=0,2,4,6
/proc/25206/task/25214/stat : 25214 (java) S 25204 25206 22184 0 -1 4202560 601 0 0 0 372 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002044967592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25215] ppid=25204 vsize=9824668 CPUtime=4.18 cores=0,2,4,6
/proc/25206/task/25215/stat : 25215 (java) S 25204 25206 22184 0 -1 4202560 526 0 0 0 409 9 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002043915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25216] ppid=25204 vsize=9824668 CPUtime=4.14 cores=0,2,4,6
/proc/25206/task/25216/stat : 25216 (java) S 25204 25206 22184 0 -1 4202560 489 0 0 0 404 10 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001572547496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25217] ppid=25204 vsize=9824668 CPUtime=57.25 cores=0,2,4,6
/proc/25206/task/25217/stat : 25217 (java) S 25204 25206 22184 0 -1 4202560 2292 0 0 0 5690 35 0 0 20 0 22 0 254089662 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001560348904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25218] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25218/stat : 25218 (java) S 25204 25206 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001559294968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25219] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25219/stat : 25219 (java) S 25204 25206 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001558242568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25220] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25220/stat : 25220 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001557191056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25221] ppid=25204 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/25206/task/25221/stat : 25221 (java) S 25204 25206 22184 0 -1 4202560 10859 0 0 0 139 2 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001556138680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25222] ppid=25204 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/25206/task/25222/stat : 25222 (java) S 25204 25206 22184 0 -1 4202560 17946 0 0 0 240 3 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001555085880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25223] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25223/stat : 25223 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001554033784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25224] ppid=25204 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25206/task/25224/stat : 25224 (java) S 25204 25206 22184 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001552981192 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25246] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25246/stat : 25246 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254090388 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001550841128 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25251] ppid=25204 vsize=9824668 CPUtime=564.99 cores=0,2,4,6
/proc/25206/task/25251/stat : 25251 (java) R 25204 25206 22184 0 -1 4202560 189 0 0 0 56488 11 0 0 20 0 22 0 254120476 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001551892616 140002059599329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25252] ppid=25204 vsize=9824668 CPUtime=564.92 cores=0,2,4,6
/proc/25206/task/25252/stat : 25252 (java) R 25204 25206 22184 0 -1 4202560 3863 0 0 0 56471 21 0 0 20 0 22 0 254120476 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001549786128 140002059783371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25253] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25253/stat : 25253 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254120476 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001548735400 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824668

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

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

[startup+922.501 s]
/proc/loadavg: 3.92 3.96 3.93 6/219 26130
/proc/meminfo: memFree=27144016/32873648 swapFree=6864/6864
[pid=25206] ppid=25204 vsize=9824668 CPUtime=1800.18 cores=0,2,4,6
/proc/25206/stat : 25206 (java) S 25204 25206 22184 0 -1 4202496 45878 0 1 0 179844 174 0 0 20 0 22 0 254089659 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140734711391056 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25206/statm: 2456167 325513 2281 9 0 2446860 0
[pid=25206/tid=25208] ppid=25204 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25206/task/25208/stat : 25208 (java) S 25204 25206 22184 0 -1 4202560 2548 0 1 0 24 3 0 0 20 0 22 0 254089660 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002206458872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25209] ppid=25204 vsize=9824668 CPUtime=4.04 cores=0,2,4,6
/proc/25206/task/25209/stat : 25209 (java) S 25204 25206 22184 0 -1 4202560 605 0 0 0 396 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002178910504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25210] ppid=25204 vsize=9824668 CPUtime=3.99 cores=0,2,4,6
/proc/25206/task/25210/stat : 25210 (java) S 25204 25206 22184 0 -1 4202560 651 0 0 0 390 9 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002177857704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25211] ppid=25204 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/25206/task/25211/stat : 25211 (java) S 25204 25206 22184 0 -1 4202560 592 0 0 0 408 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002048125480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25212] ppid=25204 vsize=9824668 CPUtime=4.08 cores=0,2,4,6
/proc/25206/task/25212/stat : 25212 (java) S 25204 25206 22184 0 -1 4202560 434 0 0 0 400 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002047072680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25213] ppid=25204 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/25206/task/25213/stat : 25213 (java) S 25204 25206 22184 0 -1 4202560 652 0 0 0 378 7 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002046020392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25214] ppid=25204 vsize=9824668 CPUtime=3.8 cores=0,2,4,6
/proc/25206/task/25214/stat : 25214 (java) S 25204 25206 22184 0 -1 4202560 601 0 0 0 372 8 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002044967592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25215] ppid=25204 vsize=9824668 CPUtime=4.18 cores=0,2,4,6
/proc/25206/task/25215/stat : 25215 (java) S 25204 25206 22184 0 -1 4202560 526 0 0 0 409 9 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140002043915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25216] ppid=25204 vsize=9824668 CPUtime=4.14 cores=0,2,4,6
/proc/25206/task/25216/stat : 25216 (java) S 25204 25206 22184 0 -1 4202560 489 0 0 0 404 10 0 0 20 0 22 0 254089661 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001572547496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25217] ppid=25204 vsize=9824668 CPUtime=57.25 cores=0,2,4,6
/proc/25206/task/25217/stat : 25217 (java) S 25204 25206 22184 0 -1 4202560 2292 0 0 0 5690 35 0 0 20 0 22 0 254089662 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001560348904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25218] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25218/stat : 25218 (java) S 25204 25206 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001559294968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25219] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25219/stat : 25219 (java) S 25204 25206 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254089662 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001558242568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25220] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25220/stat : 25220 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001557191056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25221] ppid=25204 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/25206/task/25221/stat : 25221 (java) S 25204 25206 22184 0 -1 4202560 10859 0 0 0 139 2 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001556138680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25222] ppid=25204 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/25206/task/25222/stat : 25222 (java) S 25204 25206 22184 0 -1 4202560 17946 0 0 0 240 3 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001555085880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25223] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25223/stat : 25223 (java) S 25204 25206 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001554033784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25206/tid=25224] ppid=25204 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25206/task/25224/stat : 25224 (java) S 25204 25206 22184 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 254089665 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001552981192 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25246] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25246/stat : 25246 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254090388 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001550841128 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25206/tid=25251] ppid=25204 vsize=9824668 CPUtime=564.99 cores=0,2,4,6
/proc/25206/task/25251/stat : 25251 (java) R 25204 25206 22184 0 -1 4202560 189 0 0 0 56488 11 0 0 20 0 22 0 254120476 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001551892616 140002059599329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25206/tid=25252] ppid=25204 vsize=9824668 CPUtime=564.92 cores=0,2,4,6
/proc/25206/task/25252/stat : 25252 (java) R 25204 25206 22184 0 -1 4202560 3863 0 0 0 56471 21 0 0 20 0 22 0 254120476 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001549786128 140002059783371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25206/tid=25253] ppid=25204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25206/task/25253/stat : 25253 (java) S 25204 25206 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254120476 10060460032 325513 33554432000 1073741824 1073778376 140734711399920 140001548735400 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 922.533
CPU time (s): 1800.75
CPU user time (s): 1798.61
CPU system time (s): 2.14367
CPU usage (%): 195.196
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 2.14367
maximum resident set size= 1308568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36218
involuntary context switches= 61833

runsolver used 3.38049 second user time and 8.18576 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 19:13:57
IDJOB=3688770
IDBENCH=48277
IDSOLVER=2268
FILE ID=node120/3688770-1337879637
RUNJOBID= node120-1337871880-22200
PBS_JOBID= 14620084
Free space on /tmp= 71632 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688770-1337879637/watcher-3688770-1337879637 -o /tmp/evaluation-result-3688770-1337879637/solver-3688770-1337879637 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688770-1337879637.opb

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

MD5SUM BENCH= 3258ae2375db1ca5a9ce9d305f00baf0
RANDOM SEED=1201041350

node120.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.456
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.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        25714204 kB
Buffers:          184128 kB
Cached:          3229500 kB
SwapCached:          492 kB
Active:          3503364 kB
Inactive:        2879184 kB
Active(anon):    2958916 kB
Inactive(anon):    12388 kB
Active(file):     544448 kB
Inactive(file):  2866796 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:               460 kB
Writeback:            12 kB
AnonPages:       2967080 kB
Mapped:            21576 kB
Shmem:               120 kB
Slab:             625656 kB
SReclaimable:      70004 kB
SUnreclaim:       555652 kB
KernelStack:        1624 kB
PageTables:         9644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3274440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2877440 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= 71632 MiB
End job on node120 at 2012-05-24 19:29:21