Trace number 3688758

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)-14 1800.09 941.159

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Quality of the solution as a function of time


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

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688758-1337879556.opb
0.09/0.12	c reading problem ... 
0.66/0.47	c ... done. Wall clock time 0.349s.
0.66/0.47	c declared #vars     200
0.66/0.47	c internal #vars     3290
0.66/0.47	c #constraints  6482
0.66/0.47	c constraints type 
0.66/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
0.66/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.66/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.66/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.66/0.47	c 6482 constraints processed.
0.66/0.47	c constraints type 
0.66/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.66/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
0.66/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.66/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
0.66/0.47	c 6482 constraints processed.
0.66/0.47	c objective function length is 100 literals
1.77/0.79	c  And the winner is solver1
2.15/0.97	c SATISFIABLE
2.15/0.97	c OPTIMIZING...
2.15/0.97	c Got one! Elapsed wall clock time (in seconds):0.851
2.15/0.97	o -3
2.15/1.00	c  And the winner is solver1
2.27/1.47	c Got one! Elapsed wall clock time (in seconds):1.352
2.27/1.47	o -5
2.32/1.51	c  And the winner is solver1
2.37/1.97	c Got one! Elapsed wall clock time (in seconds):1.853
2.37/1.97	o -6
2.43/2.01	c  And the winner is solver1
2.64/2.48	c Got one! Elapsed wall clock time (in seconds):2.355
2.64/2.48	o -7
2.70/2.52	c  And the winner is solver1
2.84/2.98	c Got one! Elapsed wall clock time (in seconds):2.856
2.84/2.98	o -8
2.90/3.03	c  And the winner is solver1
2.99/3.48	c Got one! Elapsed wall clock time (in seconds):3.357
2.99/3.48	o -9
4.84/4.26	c cleaning 3047 clauses out of 6095 with flag 5001/6095
5.10/4.37	c  And the winner is solver1
5.19/4.48	c Got one! Elapsed wall clock time (in seconds):4.358
5.19/4.48	o -10
5.48/4.64	c  And the winner is solver1
5.60/4.98	c Got one! Elapsed wall clock time (in seconds):4.859
5.60/4.98	o -11
6.50/5.41	c cleaning 4182 clauses out of 8364 with flag 4000/11411
8.50/6.45	c cleaning 5083 clauses out of 10183 with flag 10001/17412
10.44/7.49	c cleaning 6046 clauses out of 12099 with flag 17000/24411
12.17/8.34	c  And the winner is solver1
12.25/8.60	c Got one! Elapsed wall clock time (in seconds):8.478
12.25/8.60	o -12
13.45/9.22	c cleaning 8402 clauses out of 16803 with flag 5001/35161
14.80/9.95	c cleaning 7197 clauses out of 14407 with flag 11007/41167
16.72/10.99	c cleaning 7102 clauses out of 14205 with flag 18002/48162
19.50/12.32	c cleaning 7548 clauses out of 15106 with flag 26005/56165
22.97/14.13	c cleaning 8277 clauses out of 16555 with flag 35002/65162
26.28/15.87	c cleaning 9138 clauses out of 18276 with flag 45000/75160
29.97/17.71	c cleaning 10052 clauses out of 20138 with flag 56000/86160
33.45/19.58	c cleaning 11046 clauses out of 22098 with flag 68012/98172
37.87/21.88	c cleaning 12021 clauses out of 24041 with flag 81001/111161
41.76/23.88	c cleaning 12993 clauses out of 26019 with flag 95000/125160
46.03/26.07	c cleaning 14014 clauses out of 28027 with flag 110001/140161
50.91/28.60	c cleaning 14990 clauses out of 30014 with flag 126002/156162
55.84/31.12	c cleaning 16006 clauses out of 32022 with flag 143000/173160
59.88/33.20	c cleaning 16980 clauses out of 34016 with flag 161000/191160
65.32/36.02	c cleaning 18007 clauses out of 36036 with flag 180000/210160
70.74/38.88	c cleaning 19007 clauses out of 38030 with flag 200001/230161
79.05/43.13	c cleaning 19994 clauses out of 40025 with flag 221003/251163
85.31/46.34	c cleaning 21006 clauses out of 42029 with flag 243001/273161
95.34/51.45	c cleaning 22007 clauses out of 44036 with flag 266014/296174
102.17/54.96	c cleaning 23004 clauses out of 46015 with flag 290000/320160
114.64/61.39	c cleaning 23991 clauses out of 48016 with flag 315005/345165
124.44/66.32	c cleaning 25010 clauses out of 50020 with flag 341000/371160
132.06/70.27	c cleaning 26004 clauses out of 52013 with flag 368003/398163
139.89/74.20	c cleaning 27001 clauses out of 54006 with flag 396000/426160
147.36/78.20	c cleaning 28003 clauses out of 56008 with flag 425003/455163
150.72/79.94	c cleaning 0 clauses out of 6733 with flag 0/6733
155.44/82.22	c cleaning 28998 clauses out of 58004 with flag 455002/485162
162.57/85.97	c cleaning 29999 clauses out of 60004 with flag 486000/516160
169.55/89.63	c cleaning 31004 clauses out of 62007 with flag 518002/548162
176.71/93.39	c cleaning 31993 clauses out of 64001 with flag 551000/581160
183.84/97.00	c cleaning 33004 clauses out of 66008 with flag 585000/615160
191.36/100.93	c cleaning 34002 clauses out of 68004 with flag 620000/650160
200.52/105.72	c cleaning 34985 clauses out of 70002 with flag 656000/686160
202.28/106.79	c  And the winner is solver1
202.01/107.03	c Got one! Elapsed wall clock time (in seconds):106.913
202.01/107.03	o -13
203.35/107.74	c cleaning 25038 clauses out of 50081 with flag 5000/701224
204.84/108.67	c cleaning 15498 clauses out of 31043 with flag 11000/707224
206.38/109.57	c cleaning 11266 clauses out of 22545 with flag 18000/714224
208.74/110.91	c cleaning 9633 clauses out of 19282 with flag 26003/722227
210.67/112.07	c cleaning 9323 clauses out of 18647 with flag 35001/731225
212.99/113.35	c cleaning 9658 clauses out of 19331 with flag 45008/741232
215.88/114.90	c cleaning 10331 clauses out of 20669 with flag 56004/752228
218.83/116.69	c cleaning 11166 clauses out of 22335 with flag 68001/764225
222.12/118.44	c cleaning 12056 clauses out of 24174 with flag 81006/777230
225.44/120.23	c cleaning 13053 clauses out of 26113 with flag 95001/791225
228.37/121.81	c cleaning 14026 clauses out of 28059 with flag 110000/806224
231.50/123.64	c cleaning 15006 clauses out of 30033 with flag 126000/822224
234.63/125.32	c cleaning 15991 clauses out of 32027 with flag 143000/839224
237.74/127.01	c cleaning 17010 clauses out of 34036 with flag 161000/857224
241.45/129.02	c cleaning 18005 clauses out of 36026 with flag 180000/876224
244.96/131.07	c cleaning 19009 clauses out of 38023 with flag 200002/896226
248.66/133.10	c cleaning 20009 clauses out of 40017 with flag 221005/917229
253.56/135.66	c cleaning 20970 clauses out of 42003 with flag 243000/939224
259.05/138.55	c cleaning 22010 clauses out of 44036 with flag 266003/962227
264.52/141.56	c cleaning 23008 clauses out of 46024 with flag 290001/986225
269.42/144.18	c cleaning 24001 clauses out of 48015 with flag 315000/1011224
274.50/146.81	c cleaning 25002 clauses out of 50016 with flag 341002/1037226
278.98/149.27	c cleaning 26004 clauses out of 52013 with flag 368001/1064225
284.45/152.26	c cleaning 27004 clauses out of 54008 with flag 396000/1092224
291.15/155.78	c cleaning 27999 clauses out of 56007 with flag 425003/1121227
298.86/159.74	c cleaning 28978 clauses out of 58005 with flag 455000/1151224
305.95/163.48	c cleaning 30002 clauses out of 60027 with flag 486000/1182224
313.45/167.43	c cleaning 31013 clauses out of 62026 with flag 518001/1214225
320.14/170.98	c cleaning 32006 clauses out of 64013 with flag 551001/1247225
327.44/174.79	c cleaning 33001 clauses out of 66006 with flag 585000/1281224
335.12/178.73	c cleaning 33978 clauses out of 68005 with flag 620000/1316224
343.54/183.25	c cleaning 35008 clauses out of 70030 with flag 656003/1352227
351.21/187.20	c cleaning 36010 clauses out of 72021 with flag 693002/1389226
361.08/192.37	c cleaning 36991 clauses out of 74009 with flag 731000/1427224
369.96/196.92	c cleaning 37997 clauses out of 76018 with flag 770000/1466224
381.59/203.07	c cleaning 39004 clauses out of 78022 with flag 810001/1506225
392.21/208.57	c cleaning 40007 clauses out of 80017 with flag 851000/1547224
403.22/214.30	c cleaning 41004 clauses out of 82011 with flag 893001/1589225
413.87/219.73	c cleaning 41997 clauses out of 84006 with flag 936000/1632224
426.26/226.24	c cleaning 42999 clauses out of 86009 with flag 980000/1676224
436.68/231.67	c cleaning 44003 clauses out of 88010 with flag 1025000/1721224
449.10/238.03	c cleaning 44998 clauses out of 90010 with flag 1071003/1767227
459.51/243.40	c cleaning 45997 clauses out of 92012 with flag 1118003/1814227
474.44/251.26	c cleaning 47006 clauses out of 94012 with flag 1166000/1862224
476.62/252.57	c  And the winner is solver0
476.60/252.78	c Got one! Elapsed wall clock time (in seconds):252.663
476.60/252.78	o -14
477.56/253.40	c cleaning 30471 clauses out of 60942 with flag 5000/1876160
479.36/254.55	c cleaning 18211 clauses out of 36471 with flag 11000/1882160
481.16/255.64	c cleaning 12623 clauses out of 25261 with flag 18001/1889161
483.31/257.08	c cleaning 10291 clauses out of 20637 with flag 26000/1897160
485.11/258.10	c cleaning 9663 clauses out of 19348 with flag 35002/1906162
486.91/259.22	c cleaning 9833 clauses out of 19684 with flag 45001/1916161
488.69/260.38	c cleaning 10411 clauses out of 20850 with flag 56000/1927160
491.23/261.97	c cleaning 11205 clauses out of 22440 with flag 68001/1939161
493.63/263.34	c cleaning 12118 clauses out of 24240 with flag 81006/1952166
496.21/264.84	c cleaning 13048 clauses out of 26116 with flag 95000/1966160
498.62/266.29	c cleaning 14026 clauses out of 28068 with flag 110000/1981160
501.93/268.22	c cleaning 15018 clauses out of 30042 with flag 126000/1997160
505.13/270.03	c cleaning 16002 clauses out of 32024 with flag 143000/2014160
508.53/271.95	c cleaning 17010 clauses out of 34031 with flag 161009/2032169
513.12/274.41	c cleaning 18003 clauses out of 36013 with flag 180001/2051161
517.45/276.96	c cleaning 18994 clauses out of 38013 with flag 200004/2071164
521.64/279.30	c cleaning 20008 clauses out of 40019 with flag 221004/2092164
526.24/281.77	c cleaning 20988 clauses out of 42007 with flag 243000/2114160
531.05/284.31	c cleaning 22008 clauses out of 44019 with flag 266000/2137160
535.78/287.09	c cleaning 23004 clauses out of 46011 with flag 290000/2161160
540.37/289.55	c cleaning 24005 clauses out of 48009 with flag 315002/2186162
545.33/292.29	c cleaning 24996 clauses out of 50002 with flag 341000/2212160
551.29/295.42	c cleaning 26004 clauses out of 52010 with flag 368004/2239164
558.23/299.28	c cleaning 27000 clauses out of 54004 with flag 396002/2267162
566.00/303.32	c cleaning 27998 clauses out of 56003 with flag 425001/2296161
573.20/307.13	c cleaning 28993 clauses out of 58005 with flag 455001/2326161
579.73/310.67	c cleaning 30003 clauses out of 60011 with flag 486000/2357160
587.20/314.72	c cleaning 30999 clauses out of 62008 with flag 518000/2389160
594.34/318.53	c cleaning 31995 clauses out of 64009 with flag 551000/2422160
600.92/322.01	c cleaning 32992 clauses out of 66014 with flag 585000/2456160
607.88/325.71	c cleaning 33990 clauses out of 68022 with flag 620000/2491160
616.15/330.24	c cleaning 35012 clauses out of 70032 with flag 656000/2527160
624.14/334.45	c cleaning 36004 clauses out of 72020 with flag 693000/2564160
633.10/339.11	c cleaning 37002 clauses out of 74017 with flag 731001/2602161
641.87/343.72	c cleaning 38002 clauses out of 76016 with flag 770002/2641162
650.70/348.52	c cleaning 38997 clauses out of 78013 with flag 810001/2681161
660.68/353.75	c cleaning 39999 clauses out of 80015 with flag 851000/2722160
671.65/359.44	c cleaning 41002 clauses out of 82016 with flag 893000/2764160
683.02/365.34	c cleaning 42004 clauses out of 84014 with flag 936000/2807160
693.88/371.16	c cleaning 42999 clauses out of 86014 with flag 980004/2851164
705.43/377.11	c cleaning 43994 clauses out of 88011 with flag 1025000/2896160
716.98/383.14	c cleaning 45005 clauses out of 90020 with flag 1071003/2942163
728.15/388.93	c cleaning 45999 clauses out of 92012 with flag 1118000/2989160
740.52/395.55	c cleaning 47004 clauses out of 94015 with flag 1166002/3037162
753.09/402.00	c cleaning 48004 clauses out of 96010 with flag 1215001/3086161
767.61/409.59	c cleaning 48993 clauses out of 98007 with flag 1265002/3136162
781.16/416.56	c cleaning 49997 clauses out of 100014 with flag 1316002/3187162
794.81/423.73	c cleaning 51000 clauses out of 102015 with flag 1368000/3239160
808.13/430.61	c cleaning 0 clauses out of 12522 with flag 0/12523
809.08/431.32	c cleaning 52009 clauses out of 104018 with flag 1421003/3292163
821.75/437.91	c cleaning 52992 clauses out of 106006 with flag 1475000/3346160
834.97/444.95	c cleaning 54008 clauses out of 108015 with flag 1530001/3401161
849.12/452.26	c cleaning 54996 clauses out of 110006 with flag 1586000/3457160
865.04/460.48	c cleaning 55999 clauses out of 112010 with flag 1643000/3514160
880.17/468.23	c cleaning 57008 clauses out of 114015 with flag 1701004/3572164
896.77/476.93	c cleaning 57994 clauses out of 116004 with flag 1760001/3631161
913.12/485.32	c cleaning 59005 clauses out of 118009 with flag 1820000/3691160
929.65/493.85	c cleaning 59990 clauses out of 120004 with flag 1881000/3752160
947.56/503.03	c cleaning 61000 clauses out of 122015 with flag 1943001/3814161
964.94/512.11	c cleaning 62003 clauses out of 124016 with flag 2006002/3877162
983.63/521.79	c cleaning 62997 clauses out of 126013 with flag 2070002/3941162
1001.30/530.82	c cleaning 63994 clauses out of 128014 with flag 2135000/4006160
1019.59/540.26	c cleaning 64992 clauses out of 130021 with flag 2201001/4072161
1041.32/551.56	c cleaning 65998 clauses out of 132029 with flag 2268001/4139161
1060.22/561.26	c cleaning 67011 clauses out of 134030 with flag 2336000/4207160
1080.70/571.76	c cleaning 67995 clauses out of 136019 with flag 2405000/4276160
1100.97/582.10	c cleaning 69000 clauses out of 138025 with flag 2475001/4346161
1122.07/593.16	c cleaning 70000 clauses out of 140024 with flag 2546000/4417160
1146.30/605.55	c cleaning 70999 clauses out of 142024 with flag 2618000/4489160
1169.37/617.36	c cleaning 72007 clauses out of 144027 with flag 2691002/4562162
1192.63/629.27	c cleaning 73009 clauses out of 146019 with flag 2765001/4636161
1216.31/641.56	c cleaning 73996 clauses out of 148009 with flag 2840000/4711160
1240.35/653.85	c cleaning 75001 clauses out of 150013 with flag 2916000/4787160
1264.39/666.17	c cleaning 75997 clauses out of 152012 with flag 2993000/4864160
1288.60/678.55	c cleaning 76994 clauses out of 154015 with flag 3071000/4942160
1314.45/691.99	c cleaning 78008 clauses out of 156022 with flag 3150001/5021161
1345.79/708.63	c cleaning 79008 clauses out of 158015 with flag 3230002/5101162
1375.01/723.46	c cleaning 79997 clauses out of 160007 with flag 3311002/5182162
1407.03/739.91	c cleaning 81000 clauses out of 162008 with flag 3393000/5264160
1434.67/754.01	c cleaning 81981 clauses out of 164008 with flag 3476000/5347160
1462.26/768.14	c cleaning 82999 clauses out of 166027 with flag 3560000/5431160
1487.86/781.20	c cleaning 84006 clauses out of 168031 with flag 3645003/5516163
1516.66/796.16	c cleaning 84998 clauses out of 170022 with flag 3731000/5602160
1543.23/809.76	c cleaning 85998 clauses out of 172024 with flag 3818000/5689160
1571.47/824.19	c cleaning 87004 clauses out of 174026 with flag 3906000/5777160
1598.28/837.87	c cleaning 88002 clauses out of 176022 with flag 3995000/5866160
1630.61/854.53	c cleaning 89008 clauses out of 178024 with flag 4085004/5956164
1660.17/869.69	c cleaning 89996 clauses out of 180013 with flag 4176001/6047161
1691.99/885.81	c cleaning 90994 clauses out of 182016 with flag 4268000/6139160
1723.60/901.96	c cleaning 92010 clauses out of 184025 with flag 4361003/6232163
1752.72/917.05	c cleaning 93001 clauses out of 186012 with flag 4455000/6326160
1780.18/931.17	c cleaning 93992 clauses out of 188011 with flag 4550000/6421160
1799.46/941.11	c starts		: 539
1799.46/941.11	c conflicts		: 6494262
1799.46/941.11	c decisions		: 17406582
1799.46/941.11	c propagations		: 133640600
1799.46/941.11	c inspects		: 5857988342
1799.46/941.11	c shortcuts		: 0
1799.46/941.11	c learnt literals	: 0
1799.46/941.11	c learnt binary clauses	: 8
1799.46/941.11	c learnt ternary clauses	: 15040
1799.46/941.11	c learnt constraints	: 6494262
1799.46/941.11	c ignored constraints	: 0
1799.46/941.11	c root simplifications	: 0
1799.46/941.11	c removed literals (reason simplification)	: 563942594
1799.46/941.11	c reason swapping (by a shorter reason)	: 0
1799.46/941.11	c Calls to reduceDB	: 171
1799.46/941.11	c number of reductions to clauses (during analyze)	: 0
1799.46/941.11	c number of learned constraints concerned by reduction	: 0
1799.46/941.11	c number of learning phase by resolution	: 0
1799.46/941.11	c number of learning phase by cutting planes	: 0
1799.46/941.11	c speed (assignments/second)	: 160226.1367383029
1799.46/941.11	c non guided choices	0
1799.46/941.14	c learnt constraints type 
1799.46/941.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1799.46/941.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167225
1799.46/941.14	c constraints type 
1799.46/941.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
1799.46/941.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1799.46/941.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1799.46/941.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
1799.46/941.14	c 6483 constraints processed.
1799.46/941.14	c constraints type 
1799.46/941.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1799.46/941.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
1799.46/941.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1799.46/941.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1799.46/941.14	c 6483 constraints processed.
1799.46/941.14	s SATISFIABLE
1799.46/941.14	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 x87 -x88 -x89 x90 -x91 -x92 x93 -x94 x95 x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 
1799.46/941.14	c objective function=-14
1799.46/941.14	c Total wall clock time (in seconds): 941.019

Verifier Data

OK	-14

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-3688758-1337879556/watcher-3688758-1337879556 -o /tmp/evaluation-result-3688758-1337879556/solver-3688758-1337879556 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688758-1337879556.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.63 3.82 3.81 4/197 26123
/proc/meminfo: memFree=26200964/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26123/stat : 26123 (java) D 26121 26123 24080 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254079935 9515008 183 33554432000 1073741824 1073778376 140734200546672 140734200537704 209883840181 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26123/statm: 2323 183 140 9 0 71 0

[startup+0.0902921 s]
/proc/loadavg: 3.63 3.82 3.81 4/197 26123
/proc/meminfo: memFree=26200964/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 3651 0 1 0 6 0 0 0 20 0 18 0 254079935 9787813888 4860 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2389603 4862 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100269 s]
/proc/loadavg: 3.63 3.82 3.81 4/197 26123
/proc/meminfo: memFree=26200964/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 4266 0 1 0 8 1 0 0 20 0 18 0 254079935 9787813888 5468 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2389603 5468 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300262 s]
/proc/loadavg: 3.63 3.82 3.81 4/197 26123
/proc/meminfo: memFree=26200964/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 5725 0 1 0 43 1 0 0 20 0 18 0 254079935 9787813888 8027 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2389603 8027 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700176 s]
/proc/loadavg: 3.63 3.82 3.81 4/197 26123
/proc/meminfo: memFree=26200964/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 14443 0 1 0 173 4 0 0 20 0 22 0 254079935 10060460032 19485 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2456167 19485 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 3.63 3.82 3.81 8/219 26148
/proc/meminfo: memFree=26109324/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 14558 0 1 0 224 8 0 0 20 0 22 0 254079935 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2456167 26531 2255 9 0 2446860 0
[pid=26123/tid=26125] ppid=26121 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/26123/task/26125/stat : 26125 (java) S 26121 26123 24080 0 -1 4202560 2468 0 1 0 44 0 0 0 20 0 22 0 254079936 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140470177649656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26126] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26126/stat : 26126 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140470139140776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26127] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26127/stat : 26127 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140470138088232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26128] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26128/stat : 26128 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140470137035688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26129] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26129/stat : 26129 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140470135983144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26130] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26130/stat : 26130 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140470134929576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26131] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26131/stat : 26131 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 26531 33554432000 1073741824 1073778376 140734158200368 140470133877032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26132] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26132/stat : 26132 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140470132824488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26133] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26133/stat : 26133 (java) S 26121 26123 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254079937 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140470131771944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26134] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26134/stat : 26134 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140470001826408 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26135] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26135/stat : 26135 (java) S 26121 26123 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140470000772728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26136] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26136/stat : 26136 (java) S 26121 26123 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140469999720072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26137] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26137/stat : 26137 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079941 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140469998668816 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26138] ppid=26121 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/26123/task/26138/stat : 26138 (java) S 26121 26123 24080 0 -1 4202560 5458 0 0 0 52 2 0 0 20 0 22 0 254079941 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140469997615160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26139] ppid=26121 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/26123/task/26139/stat : 26139 (java) S 26121 26123 24080 0 -1 4202560 5306 0 0 0 54 2 0 0 20 0 22 0 254079941 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140469996562616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26140] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26140/stat : 26140 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079942 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140469995510264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26141] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26141/stat : 26141 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079942 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140469994457928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26144] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26144/stat : 26144 (java) S 26121 26123 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254079984 10060460032 27043 33554432000 1073741824 1073778376 140734158200368 140468983678504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 3.63 3.82 3.81 4/216 26154
/proc/meminfo: memFree=26079748/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 18681 0 1 0 282 17 0 0 20 0 19 0 254079935 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2456167 37811 2258 9 0 2446860 0
[pid=26123/tid=26125] ppid=26121 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/26123/task/26125/stat : 26125 (java) S 26121 26123 24080 0 -1 4202560 2468 0 1 0 44 0 0 0 20 0 19 0 254079936 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470177649656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26126] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26126/stat : 26126 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470139140776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26127] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26127/stat : 26127 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470138088232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26128] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26128/stat : 26128 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470137035688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26129] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26129/stat : 26129 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470135983144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26130] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26130/stat : 26130 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470134929576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26131] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26131/stat : 26131 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470133877032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26132] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26132/stat : 26132 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470132824488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26133] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26133/stat : 26133 (java) S 26121 26123 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254079937 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470131771944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26134] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26134/stat : 26134 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254079939 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470001826408 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26135] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26135/stat : 26135 (java) S 26121 26123 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254079939 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140470000772728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26136] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26136/stat : 26136 (java) S 26121 26123 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254079939 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140469999720072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26137] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26137/stat : 26137 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079941 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140469998668816 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26138] ppid=26121 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/26123/task/26138/stat : 26138 (java) S 26121 26123 24080 0 -1 4202560 9014 0 0 0 75 2 0 0 20 0 19 0 254079941 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140469997615160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26139] ppid=26121 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26123/task/26139/stat : 26139 (java) S 26121 26123 24080 0 -1 4202560 5832 0 0 0 68 2 0 0 20 0 19 0 254079941 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140469996562616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26140] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26140/stat : 26140 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079942 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140469995510264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26141] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26141/stat : 26141 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079942 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140469994457928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26144] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26144/stat : 26144 (java) S 26121 26123 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254079984 10060460032 37811 33554432000 1073741824 1073778376 140734158200368 140468983678504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.66 3.82 3.81 5/219 26169
/proc/meminfo: memFree=25867576/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9824668 CPUtime=8.29 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 21578 0 1 0 796 33 0 0 20 0 22 0 254079935 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2456167 114852 2287 9 0 2446860 0
[pid=26123/tid=26125] ppid=26121 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/26123/task/26125/stat : 26125 (java) S 26121 26123 24080 0 -1 4202560 2468 0 1 0 44 0 0 0 20 0 22 0 254079936 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470177649656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26126] ppid=26121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26123/task/26126/stat : 26126 (java) S 26121 26123 24080 0 -1 4202560 15 0 0 0 1 2 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470139140776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26127] ppid=26121 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26123/task/26127/stat : 26127 (java) S 26121 26123 24080 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470138088232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26128] ppid=26121 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26123/task/26128/stat : 26128 (java) S 26121 26123 24080 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470137035688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26129] ppid=26121 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26123/task/26129/stat : 26129 (java) S 26121 26123 24080 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470135983144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26130] ppid=26121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26123/task/26130/stat : 26130 (java) S 26121 26123 24080 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470134929576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26131] ppid=26121 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26123/task/26131/stat : 26131 (java) S 26121 26123 24080 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470133877032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26132] ppid=26121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26123/task/26132/stat : 26132 (java) S 26121 26123 24080 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470132824488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26133] ppid=26121 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26123/task/26133/stat : 26133 (java) S 26121 26123 24080 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254079937 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470131771944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26134] ppid=26121 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/26123/task/26134/stat : 26134 (java) S 26121 26123 24080 0 -1 4202560 231 0 0 0 11 1 0 0 20 0 22 0 254079939 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470001826408 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26135] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26135/stat : 26135 (java) S 26121 26123 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140470000772728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26136] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26136/stat : 26136 (java) S 26121 26123 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140469999720072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26137] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26137/stat : 26137 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079941 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140469998668816 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26138] ppid=26121 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/26123/task/26138/stat : 26138 (java) S 26121 26123 24080 0 -1 4202560 9021 0 0 0 94 2 0 0 20 0 22 0 254079941 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140469997615160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26139] ppid=26121 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/26123/task/26139/stat : 26139 (java) S 26121 26123 24080 0 -1 4202560 8210 0 0 0 106 2 0 0 20 0 22 0 254079941 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140469996562616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26140] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26140/stat : 26140 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079942 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140469995510264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26141] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26141/stat : 26141 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079942 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140469994457928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26144] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26144/stat : 26144 (java) S 26121 26123 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254079984 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140468983678504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26167] ppid=26121 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/26123/task/26167/stat : 26167 (java) R 26121 26123 24080 0 -1 4202560 4 0 0 0 119 0 0 0 20 0 22 0 254080434 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140468985783096 140470010086081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26168] ppid=26121 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/26123/task/26168/stat : 26168 (java) R 26121 26123 24080 0 -1 4202560 98 0 0 0 116 2 0 0 20 0 22 0 254080434 10060460032 114852 33554432000 1073741824 1073778376 140734158200368 140468982623464 140470010039553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=26123/tid=26129] ppid=26121 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/26123/task/26129/stat : 26129 (java) S 26121 26123 24080 0 -1 4202560 590 0 0 0 174 4 0 0 20 0 22 0 254079937 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140470135983144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26130] ppid=26121 vsize=9824668 CPUtime=1.73 cores=0,2,4,6
/proc/26123/task/26130/stat : 26130 (java) S 26121 26123 24080 0 -1 4202560 1088 0 0 0 169 4 0 0 20 0 22 0 254079937 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140470134929576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26131] ppid=26121 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/26123/task/26131/stat : 26131 (java) S 26121 26123 24080 0 -1 4202560 1189 0 0 0 155 5 0 0 20 0 22 0 254079937 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140470133877032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26132] ppid=26121 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/26123/task/26132/stat : 26132 (java) S 26121 26123 24080 0 -1 4202560 919 0 0 0 179 5 0 0 20 0 22 0 254079937 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140470132824488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26133] ppid=26121 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/26123/task/26133/stat : 26133 (java) S 26121 26123 24080 0 -1 4202560 1149 0 0 0 172 3 0 0 20 0 22 0 254079937 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140470131771944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26134] ppid=26121 vsize=9824668 CPUtime=79.7 cores=0,2,4,6
/proc/26123/task/26134/stat : 26134 (java) S 26121 26123 24080 0 -1 4202560 2230 0 0 0 7957 13 0 0 20 0 22 0 254079939 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140470001826408 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26135] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26135/stat : 26135 (java) S 26121 26123 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140470000772728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26136] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26136/stat : 26136 (java) S 26121 26123 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140469999720072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26137] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26137/stat : 26137 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079941 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140469998668816 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26138] ppid=26121 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/26123/task/26138/stat : 26138 (java) S 26121 26123 24080 0 -1 4202560 10475 0 0 0 153 3 0 0 20 0 22 0 254079941 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140469997615160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26139] ppid=26121 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/26123/task/26139/stat : 26139 (java) S 26121 26123 24080 0 -1 4202560 8218 0 0 0 116 2 0 0 20 0 22 0 254079941 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140469996562616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26140] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26140/stat : 26140 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079942 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140469995510264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26141] ppid=26121 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/26123/task/26141/stat : 26141 (java) S 26121 26123 24080 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 254079942 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140469994457928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26175] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26175/stat : 26175 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254090639 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140468984731048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26177] ppid=26121 vsize=9824668 CPUtime=570.93 cores=0,2,4,6
/proc/26123/task/26177/stat : 26177 (java) R 26121 26123 24080 0 -1 4202560 12 0 0 0 57085 8 0 0 20 0 22 0 254105214 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140468982625120 140470010074583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26178] ppid=26121 vsize=9824668 CPUtime=570.85 cores=0,2,4,6
/proc/26123/task/26178/stat : 26178 (java) R 26121 26123 24080 0 -1 4202560 367 0 0 0 57066 19 0 0 20 0 22 0 254105214 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140468985783376 140470010012544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26179] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26179/stat : 26179 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254105214 10060460032 795947 33554432000 1073741824 1073778376 140734158200368 140468983677736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1684.89
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+941.101 s]
/proc/loadavg: 3.96 3.86 3.82 5/219 26486
/proc/meminfo: memFree=22486080/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9824668 CPUtime=1799.46 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 33822 0 1 0 179817 129 0 0 20 0 22 0 254079935 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2456167 798629 2288 9 0 2446860 0
[pid=26123/tid=26125] ppid=26121 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/26123/task/26125/stat : 26125 (java) S 26121 26123 24080 0 -1 4202560 2520 0 1 0 46 3 0 0 20 0 22 0 254079936 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470177649656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26126] ppid=26121 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/26123/task/26126/stat : 26126 (java) S 26121 26123 24080 0 -1 4202560 1136 0 0 0 188 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470139140776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26127] ppid=26121 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/26123/task/26127/stat : 26127 (java) S 26121 26123 24080 0 -1 4202560 836 0 0 0 180 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470138088232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26128] ppid=26121 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/26123/task/26128/stat : 26128 (java) S 26121 26123 24080 0 -1 4202560 579 0 0 0 186 3 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470137035688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26129] ppid=26121 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/26123/task/26129/stat : 26129 (java) S 26121 26123 24080 0 -1 4202560 590 0 0 0 187 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470135983144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26130] ppid=26121 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/26123/task/26130/stat : 26130 (java) S 26121 26123 24080 0 -1 4202560 1146 0 0 0 181 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470134929576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26131] ppid=26121 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/26123/task/26131/stat : 26131 (java) S 26121 26123 24080 0 -1 4202560 1191 0 0 0 170 5 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470133877032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26132] ppid=26121 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/26123/task/26132/stat : 26132 (java) S 26121 26123 24080 0 -1 4202560 919 0 0 0 193 5 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470132824488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26133] ppid=26121 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/26123/task/26133/stat : 26133 (java) S 26121 26123 24080 0 -1 4202560 1149 0 0 0 184 3 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470131771944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26134] ppid=26121 vsize=9824668 CPUtime=83.2 cores=0,2,4,6
/proc/26123/task/26134/stat : 26134 (java) S 26121 26123 24080 0 -1 4202560 2239 0 0 0 8306 14 0 0 20 0 22 0 254079939 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470001826408 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26135] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26135/stat : 26135 (java) S 26121 26123 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470000772728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26136] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26136/stat : 26136 (java) S 26121 26123 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469999720072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26137] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26137/stat : 26137 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079941 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469998668816 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26138] ppid=26121 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/26123/task/26138/stat : 26138 (java) S 26121 26123 24080 0 -1 4202560 10475 0 0 0 153 3 0 0 20 0 22 0 254079941 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469997615160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26139] ppid=26121 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/26123/task/26139/stat : 26139 (java) S 26121 26123 24080 0 -1 4202560 8218 0 0 0 116 2 0 0 20 0 22 0 254079941 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469996562616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26140] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26140/stat : 26140 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079942 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469995510264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26141] ppid=26121 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/26123/task/26141/stat : 26141 (java) S 26121 26123 24080 0 -1 4202560 55 0 0 0 15 20 0 0 20 0 22 0 254079942 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469994457928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26175] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26175/stat : 26175 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254090639 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468984731048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26177] ppid=26121 vsize=9824668 CPUtime=625.82 cores=0,2,4,6
/proc/26123/task/26177/stat : 26177 (java) R 26121 26123 24080 0 -1 4202560 12 0 0 0 62573 9 0 0 20 0 22 0 254105214 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468982625120 140470010074583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26178] ppid=26121 vsize=9824668 CPUtime=625.72 cores=0,2,4,6
/proc/26123/task/26178/stat : 26178 (java) R 26121 26123 24080 0 -1 4202560 371 0 0 0 62551 21 0 0 20 0 22 0 254105214 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468985781488 140470010014491 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26179] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26179/stat : 26179 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254105214 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468983677736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
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+941.101 s]
/proc/loadavg: 3.96 3.86 3.82 5/219 26486
/proc/meminfo: memFree=22486080/32873844 swapFree=7616/7616
[pid=26123] ppid=26121 vsize=9824668 CPUtime=1799.46 cores=0,2,4,6
/proc/26123/stat : 26123 (java) S 26121 26123 24080 0 -1 4202496 33822 0 1 0 179817 129 0 0 20 0 22 0 254079935 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140734158191504 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26123/statm: 2456167 798629 2288 9 0 2446860 0
[pid=26123/tid=26125] ppid=26121 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/26123/task/26125/stat : 26125 (java) S 26121 26123 24080 0 -1 4202560 2520 0 1 0 46 3 0 0 20 0 22 0 254079936 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470177649656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26126] ppid=26121 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/26123/task/26126/stat : 26126 (java) S 26121 26123 24080 0 -1 4202560 1136 0 0 0 188 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470139140776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26127] ppid=26121 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/26123/task/26127/stat : 26127 (java) S 26121 26123 24080 0 -1 4202560 836 0 0 0 180 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470138088232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26128] ppid=26121 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/26123/task/26128/stat : 26128 (java) S 26121 26123 24080 0 -1 4202560 579 0 0 0 186 3 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470137035688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26129] ppid=26121 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/26123/task/26129/stat : 26129 (java) S 26121 26123 24080 0 -1 4202560 590 0 0 0 187 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470135983144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26130] ppid=26121 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/26123/task/26130/stat : 26130 (java) S 26121 26123 24080 0 -1 4202560 1146 0 0 0 181 4 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470134929576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26131] ppid=26121 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/26123/task/26131/stat : 26131 (java) S 26121 26123 24080 0 -1 4202560 1191 0 0 0 170 5 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470133877032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26132] ppid=26121 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/26123/task/26132/stat : 26132 (java) S 26121 26123 24080 0 -1 4202560 919 0 0 0 193 5 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470132824488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26133] ppid=26121 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/26123/task/26133/stat : 26133 (java) S 26121 26123 24080 0 -1 4202560 1149 0 0 0 184 3 0 0 20 0 22 0 254079937 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470131771944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26134] ppid=26121 vsize=9824668 CPUtime=83.2 cores=0,2,4,6
/proc/26123/task/26134/stat : 26134 (java) S 26121 26123 24080 0 -1 4202560 2239 0 0 0 8306 14 0 0 20 0 22 0 254079939 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470001826408 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26135] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26135/stat : 26135 (java) S 26121 26123 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140470000772728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26136] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26136/stat : 26136 (java) S 26121 26123 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079939 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469999720072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26137] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26137/stat : 26137 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079941 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469998668816 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26138] ppid=26121 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/26123/task/26138/stat : 26138 (java) S 26121 26123 24080 0 -1 4202560 10475 0 0 0 153 3 0 0 20 0 22 0 254079941 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469997615160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26123/tid=26139] ppid=26121 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/26123/task/26139/stat : 26139 (java) S 26121 26123 24080 0 -1 4202560 8218 0 0 0 116 2 0 0 20 0 22 0 254079941 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469996562616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26140] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26140/stat : 26140 (java) S 26121 26123 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079942 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469995510264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26141] ppid=26121 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/26123/task/26141/stat : 26141 (java) S 26121 26123 24080 0 -1 4202560 55 0 0 0 15 20 0 0 20 0 22 0 254079942 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140469994457928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26175] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26175/stat : 26175 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254090639 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468984731048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26123/tid=26177] ppid=26121 vsize=9824668 CPUtime=625.82 cores=0,2,4,6
/proc/26123/task/26177/stat : 26177 (java) R 26121 26123 24080 0 -1 4202560 12 0 0 0 62573 9 0 0 20 0 22 0 254105214 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468982625120 140470010074583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26123/tid=26178] ppid=26121 vsize=9824668 CPUtime=625.72 cores=0,2,4,6
/proc/26123/task/26178/stat : 26178 (java) R 26121 26123 24080 0 -1 4202560 371 0 0 0 62551 21 0 0 20 0 22 0 254105214 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468985781488 140470010014491 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26123/tid=26179] ppid=26121 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26123/task/26179/stat : 26179 (java) S 26121 26123 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254105214 10060460032 798629 33554432000 1073741824 1073778376 140734158200368 140468983677736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 9824668

Child status: 143

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


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

Real time (s): 941.159
CPU time (s): 1800.09
CPU user time (s): 1798.86
CPU system time (s): 1.23
CPU usage (%): 191.263
Max. virtual memory (cumulated for all children) (KiB): 9824916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 1.72174
maximum resident set size= 3194632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33856
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28361
involuntary context switches= 33821

runsolver used 3.47047 second user time and 8.5347 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 19:12:36
IDJOB=3688758
IDBENCH=48267
IDSOLVER=2268
FILE ID=node141/3688758-1337879556
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71688 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_100_25_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688758-1337879556/watcher-3688758-1337879556 -o /tmp/evaluation-result-3688758-1337879556/solver-3688758-1337879556 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688758-1337879556.opb

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=1948579359

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26201608 kB
Buffers:          217408 kB
Cached:          3041372 kB
SwapCached:            0 kB
Active:          3025596 kB
Inactive:        2866068 kB
Active(anon):    2635088 kB
Inactive(anon):        0 kB
Active(file):     390508 kB
Inactive(file):  2866068 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       2648080 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             629684 kB
SReclaimable:      72308 kB
SUnreclaim:       557376 kB
KernelStack:        1624 kB
PageTables:         9396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2998296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2572288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node141 at 2012-05-24 19:28:19