Trace number 3688719

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 Resolution 2.3.2 SnapshotSAT (TO)-13 1800.02 1793.25

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_1.opb
MD5SUM26861ca996cf8fd2abe5c211e1f47a26
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 benchmark214.256
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)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 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-3688719-1337886537.opb
0.09/0.11	c reading problem ... 
0.24/0.21	c ... done. Wall clock time 0.106s.
0.24/0.21	c declared #vars     100
0.24/0.21	c internal #vars     710
0.24/0.21	c #constraints  1372
0.24/0.21	c constraints type 
0.24/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
0.24/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.24/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.24/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
0.24/0.21	c 1372 constraints processed.
0.24/0.21	c objective function length is 50 literals
0.48/0.31	c SATISFIABLE
0.48/0.31	c OPTIMIZING...
0.48/0.31	c Got one! Elapsed wall clock time (in seconds):0.205
0.48/0.31	o -8
0.48/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.48/0.33	o -9
0.83/0.59	c cleaning 2649 clauses out of 5297 with flag 5009/5297
1.21/0.82	c cleaning 4321 clauses out of 8641 with flag 11002/11290
1.43/1.06	c cleaning 5659 clauses out of 11318 with flag 18000/18288
1.73/1.35	c cleaning 6832 clauses out of 13666 with flag 26007/26295
2.08/1.68	c cleaning 7908 clauses out of 15829 with flag 35002/35290
2.48/2.04	c cleaning 8959 clauses out of 17922 with flag 45003/45291
2.89/2.45	c cleaning 9974 clauses out of 19960 with flag 56000/56288
3.40/2.96	c cleaning 10987 clauses out of 21986 with flag 68000/68288
3.93/3.45	c cleaning 11996 clauses out of 24000 with flag 81001/81289
4.45/3.91	c cleaning 13000 clauses out of 26003 with flag 95000/95288
4.96/4.43	c cleaning 13995 clauses out of 28004 with flag 110001/110289
5.56/5.08	c cleaning 15001 clauses out of 30008 with flag 126000/126288
6.38/5.85	c cleaning 16004 clauses out of 32007 with flag 143000/143288
7.37/6.74	c cleaning 17000 clauses out of 34003 with flag 161000/161288
8.61/7.63	c cleaning 17997 clauses out of 36004 with flag 180001/180289
9.50/8.54	c cleaning 18986 clauses out of 38010 with flag 200004/200292
10.51/9.55	c cleaning 20006 clauses out of 40021 with flag 221001/221289
10.94/9.91	c Got one! Elapsed wall clock time (in seconds):9.798
10.94/9.91	o -10
11.23/10.23	c cleaning 17264 clauses out of 34533 with flag 5003/235807
11.55/10.51	c cleaning 11633 clauses out of 23266 with flag 11000/241804
11.75/10.72	c Got one! Elapsed wall clock time (in seconds):10.609
11.75/10.72	o -11
11.96/10.95	c cleaning 11386 clauses out of 22781 with flag 5001/252952
12.17/11.19	c cleaning 8691 clauses out of 17394 with flag 11000/258951
12.49/11.44	c cleaning 7842 clauses out of 15703 with flag 18000/265951
12.80/11.75	c cleaning 7926 clauses out of 15861 with flag 26000/273951
13.13/12.08	c cleaning 8469 clauses out of 16940 with flag 35005/282956
13.54/12.42	c cleaning 9231 clauses out of 18467 with flag 45001/292952
13.94/12.84	c cleaning 10098 clauses out of 20235 with flag 56000/303951
14.35/13.28	c cleaning 11065 clauses out of 22138 with flag 68001/315952
14.85/13.75	c cleaning 12034 clauses out of 24073 with flag 81001/328952
15.45/14.31	c cleaning 13015 clauses out of 26038 with flag 95000/342951
16.05/14.91	c cleaning 14006 clauses out of 28023 with flag 110000/357951
16.76/15.61	c cleaning 15005 clauses out of 30017 with flag 126000/373951
17.37/16.28	c cleaning 16000 clauses out of 32012 with flag 143000/390951
18.27/17.12	c cleaning 16996 clauses out of 34012 with flag 161000/408951
19.19/18.02	c cleaning 18001 clauses out of 36017 with flag 180001/427952
20.22/19.02	c cleaning 19006 clauses out of 38015 with flag 200000/447951
21.25/20.09	c cleaning 20001 clauses out of 40011 with flag 221002/468953
22.38/21.19	c cleaning 20992 clauses out of 42008 with flag 243000/490951
23.60/22.36	c cleaning 22000 clauses out of 44017 with flag 266001/513952
24.71/23.48	c cleaning 23004 clauses out of 46017 with flag 290001/537952
25.91/24.64	c cleaning 24006 clauses out of 48015 with flag 315003/562954
27.11/25.84	c cleaning 24996 clauses out of 50006 with flag 341000/588951
28.64/27.35	c cleaning 25998 clauses out of 52011 with flag 368001/615952
30.04/28.78	c cleaning 26996 clauses out of 54014 with flag 396002/643953
30.36/29.04	c Got one! Elapsed wall clock time (in seconds):28.937
30.36/29.04	o -12
30.66/29.34	c cleaning 18808 clauses out of 37617 with flag 5000/654552
30.98/29.61	c cleaning 12404 clauses out of 24810 with flag 11001/660553
31.18/29.88	c cleaning 9695 clauses out of 19406 with flag 18001/667553
31.48/30.16	c cleaning 8848 clauses out of 17712 with flag 26002/675554
31.79/30.45	c cleaning 8925 clauses out of 17862 with flag 35000/684552
32.20/30.81	c cleaning 9464 clauses out of 18938 with flag 45001/694553
32.61/31.23	c cleaning 10234 clauses out of 20475 with flag 56002/705554
33.13/31.71	c cleaning 11118 clauses out of 22239 with flag 68000/717552
33.65/32.25	c cleaning 12060 clauses out of 24122 with flag 81001/730553
34.25/32.84	c cleaning 13027 clauses out of 26062 with flag 95001/744553
34.96/33.50	c cleaning 14014 clauses out of 28035 with flag 110001/759553
35.67/34.23	c cleaning 15003 clauses out of 30020 with flag 126000/775552
36.37/34.99	c cleaning 15998 clauses out of 32017 with flag 143000/792552
37.28/35.80	c cleaning 17011 clauses out of 34021 with flag 161002/810554
38.10/36.62	c cleaning 18000 clauses out of 36008 with flag 180000/829552
39.12/37.61	c cleaning 19000 clauses out of 38009 with flag 200001/849553
40.06/38.60	c cleaning 19996 clauses out of 40008 with flag 221000/870552
41.28/39.76	c cleaning 21006 clauses out of 42013 with flag 243001/892553
42.48/40.95	c cleaning 22004 clauses out of 44008 with flag 266002/915554
43.68/42.15	c cleaning 22992 clauses out of 46002 with flag 290000/939552
44.99/43.40	c cleaning 24005 clauses out of 48011 with flag 315001/964553
45.69/44.17	c Got one! Elapsed wall clock time (in seconds):44.062
45.69/44.17	o -13
46.11/44.51	c cleaning 23624 clauses out of 47247 with flag 5000/987794
46.41/44.80	c cleaning 14805 clauses out of 29623 with flag 11000/993794
46.64/45.07	c cleaning 10901 clauses out of 21818 with flag 18000/1000794
46.94/45.36	c cleaning 9451 clauses out of 18917 with flag 26000/1008794
47.24/45.67	c cleaning 9226 clauses out of 18466 with flag 35000/1017794
47.66/46.00	c cleaning 9617 clauses out of 19241 with flag 45001/1027795
47.96/46.39	c cleaning 10304 clauses out of 20624 with flag 56001/1038795
48.48/46.80	c cleaning 11154 clauses out of 22320 with flag 68001/1050795
48.89/47.29	c cleaning 12061 clauses out of 24165 with flag 81000/1063794
49.39/47.80	c cleaning 13050 clauses out of 26109 with flag 95005/1077799
50.00/48.38	c cleaning 14017 clauses out of 28054 with flag 110000/1092794
50.70/49.04	c cleaning 15008 clauses out of 30037 with flag 126000/1108794
51.40/49.74	c cleaning 16012 clauses out of 32029 with flag 143000/1125794
52.22/50.52	c cleaning 17008 clauses out of 34019 with flag 161002/1143796
53.02/51.31	c cleaning 17995 clauses out of 36009 with flag 180000/1162794
53.82/52.16	c cleaning 18998 clauses out of 38014 with flag 200000/1182794
54.83/53.15	c cleaning 20007 clauses out of 40018 with flag 221002/1203796
55.86/54.15	c cleaning 20990 clauses out of 42010 with flag 243001/1225795
56.96/55.26	c cleaning 22007 clauses out of 44019 with flag 266000/1248794
58.07/56.38	c cleaning 23000 clauses out of 46012 with flag 290000/1272794
59.39/57.69	c cleaning 23998 clauses out of 48012 with flag 315000/1297794
60.89/59.16	c cleaning 25000 clauses out of 50014 with flag 341000/1323794
62.21/60.49	c cleaning 26006 clauses out of 52014 with flag 368000/1350794
64.01/62.21	c cleaning 26993 clauses out of 54008 with flag 396000/1378794
65.63/63.88	c cleaning 28002 clauses out of 56015 with flag 425000/1407794
67.54/65.77	c cleaning 28997 clauses out of 58013 with flag 455000/1437794
69.55/67.71	c cleaning 30006 clauses out of 60025 with flag 486009/1468803
71.46/69.67	c cleaning 30996 clauses out of 62010 with flag 518000/1500794
73.58/71.70	c cleaning 32005 clauses out of 64016 with flag 551002/1533796
75.41/73.54	c cleaning 32992 clauses out of 66010 with flag 585001/1567795
77.63/75.74	c cleaning 34001 clauses out of 68017 with flag 620000/1602794
79.86/77.98	c cleaning 35004 clauses out of 70017 with flag 656001/1638795
82.27/80.39	c cleaning 35998 clauses out of 72013 with flag 693001/1675795
85.00/83.06	c cleaning 37000 clauses out of 74014 with flag 731000/1713794
87.62/85.69	c cleaning 37997 clauses out of 76015 with flag 770001/1752795
90.43/88.47	c cleaning 39004 clauses out of 78019 with flag 810002/1792796
93.15/91.17	c cleaning 40001 clauses out of 80014 with flag 851001/1833795
96.06/94.08	c cleaning 40999 clauses out of 82012 with flag 893000/1875794
99.07/97.09	c cleaning 42006 clauses out of 84013 with flag 936000/1918794
102.28/100.23	c cleaning 42998 clauses out of 86008 with flag 980001/1962795
105.81/103.78	c cleaning 43996 clauses out of 88009 with flag 1025000/2007794
108.75/106.61	c cleaning 45004 clauses out of 90013 with flag 1071000/2053794
111.96/109.90	c cleaning 45993 clauses out of 92009 with flag 1118000/2100794
115.29/113.15	c cleaning 47008 clauses out of 94016 with flag 1166000/2148794
119.62/117.44	c cleaning 48001 clauses out of 96009 with flag 1215001/2197795
123.34/121.12	c cleaning 48996 clauses out of 98007 with flag 1265000/2247794
127.16/124.94	c cleaning 50001 clauses out of 100014 with flag 1316003/2298797
130.60/128.39	c cleaning 51003 clauses out of 102011 with flag 1368001/2350795
134.34/132.07	c cleaning 51998 clauses out of 104008 with flag 1421001/2403795
138.24/135.90	c cleaning 53002 clauses out of 106012 with flag 1475003/2457797
143.08/140.74	c cleaning 53995 clauses out of 108007 with flag 1530000/2512794
147.83/145.45	c cleaning 55004 clauses out of 110012 with flag 1586000/2568794
153.08/150.61	c cleaning 56000 clauses out of 112010 with flag 1643002/2625796
157.33/154.90	c cleaning 56997 clauses out of 114009 with flag 1701001/2683795
161.97/159.42	c cleaning 57998 clauses out of 116012 with flag 1760001/2742795
166.29/163.80	c cleaning 59001 clauses out of 118013 with flag 1820000/2802794
171.82/169.21	c cleaning 59996 clauses out of 120012 with flag 1881000/2863794
176.86/174.28	c cleaning 61001 clauses out of 122017 with flag 1943001/2925795
182.28/179.66	c cleaning 62001 clauses out of 124015 with flag 2006000/2988794
187.91/185.27	c cleaning 62998 clauses out of 126014 with flag 2070000/3052794
193.54/190.80	c cleaning 63998 clauses out of 128018 with flag 2135002/3117796
200.78/198.01	c cleaning 65003 clauses out of 130018 with flag 2201000/3183794
206.12/203.30	c cleaning 66006 clauses out of 132016 with flag 2268001/3250795
211.55/208.77	c cleaning 66994 clauses out of 134011 with flag 2336002/3318796
217.28/214.45	c cleaning 67999 clauses out of 136017 with flag 2405002/3387796
223.62/220.73	c cleaning 69008 clauses out of 138018 with flag 2475002/3457796
229.55/226.61	c cleaning 69991 clauses out of 140008 with flag 2546000/3528794
236.07/233.18	c cleaning 71005 clauses out of 142017 with flag 2618000/3600794
243.00/240.07	c cleaning 72001 clauses out of 144012 with flag 2691000/3673794
250.44/247.44	c cleaning 73001 clauses out of 146013 with flag 2765002/3747796
257.97/254.99	c cleaning 73999 clauses out of 148010 with flag 2840000/3822794
266.91/263.81	c cleaning 75003 clauses out of 150012 with flag 2916001/3898795
273.82/270.75	c cleaning 75997 clauses out of 152008 with flag 2993000/3975794
280.16/277.09	c cleaning 76999 clauses out of 154011 with flag 3071000/4053794
287.48/284.36	c cleaning 78000 clauses out of 156013 with flag 3150001/4132795
295.61/292.48	c cleaning 79002 clauses out of 158016 with flag 3230004/4212798
304.85/301.60	c cleaning 79997 clauses out of 160013 with flag 3311003/4293797
312.88/309.67	c cleaning 80996 clauses out of 162013 with flag 3393000/4375794
320.71/317.46	c cleaning 82002 clauses out of 164017 with flag 3476000/4458794
328.74/325.45	c cleaning 83002 clauses out of 166015 with flag 3560000/4542794
336.77/333.45	c cleaning 84004 clauses out of 168015 with flag 3645002/4627796
344.72/341.33	c cleaning 84998 clauses out of 170009 with flag 3731000/4713794
353.45/350.01	c cleaning 85993 clauses out of 172011 with flag 3818000/4800794
360.68/357.25	c cleaning 86987 clauses out of 174018 with flag 3906000/4888794
368.82/365.38	c cleaning 88008 clauses out of 176032 with flag 3995001/4977795
377.26/373.78	c cleaning 88995 clauses out of 178023 with flag 4085000/5067794
385.70/382.14	c cleaning 90008 clauses out of 180033 with flag 4176005/5158799
398.94/395.33	c cleaning 91004 clauses out of 182023 with flag 4268003/5250797
411.89/408.27	c cleaning 91997 clauses out of 184018 with flag 4361002/5343796
428.13/424.41	c cleaning 93000 clauses out of 186019 with flag 4455000/5437794
439.28/435.59	c cleaning 94005 clauses out of 188020 with flag 4550001/5532795
449.92/446.15	c cleaning 95000 clauses out of 190016 with flag 4646002/5628796
462.94/459.16	c cleaning 96000 clauses out of 192014 with flag 4743000/5725794
472.57/468.71	c cleaning 97003 clauses out of 194016 with flag 4841002/5823796
483.22/479.31	c cleaning 97996 clauses out of 196011 with flag 4940000/5922794
494.65/490.78	c cleaning 99000 clauses out of 198015 with flag 5040000/6022794
507.74/503.78	c cleaning 99997 clauses out of 200016 with flag 5141001/6123795
521.38/517.33	c cleaning 101001 clauses out of 202018 with flag 5243000/6225794
535.71/531.67	c cleaning 101999 clauses out of 204019 with flag 5346002/6328796
549.23/545.11	c cleaning 102999 clauses out of 206018 with flag 5450000/6432794
561.04/556.97	c cleaning 104005 clauses out of 208019 with flag 5555000/6537794
574.16/570.04	c cleaning 104995 clauses out of 210014 with flag 5661000/6643794
590.92/586.76	c cleaning 105999 clauses out of 212019 with flag 5768000/6750794
607.64/603.43	c cleaning 107001 clauses out of 214021 with flag 5876001/6858795
622.67/618.44	c cleaning 108006 clauses out of 216020 with flag 5985001/6967795
635.41/631.13	c cleaning 109003 clauses out of 218014 with flag 6095001/7077795
651.03/646.72	c cleaning 110000 clauses out of 220011 with flag 6206001/7188795
664.70/660.37	c cleaning 110992 clauses out of 222010 with flag 6318000/7300794
678.22/673.86	c cleaning 112001 clauses out of 224018 with flag 6431000/7413794
691.53/687.10	c cleaning 113003 clauses out of 226021 with flag 6545004/7527798
707.11/702.65	c cleaning 114002 clauses out of 228018 with flag 6660004/7642798
723.35/718.84	c cleaning 114996 clauses out of 230012 with flag 6776000/7758794
739.70/735.19	c cleaning 115996 clauses out of 232017 with flag 6893001/7875795
754.24/749.64	c cleaning 117000 clauses out of 234020 with flag 7011000/7993794
767.39/762.75	c cleaning 118003 clauses out of 236020 with flag 7130000/8112794
782.04/777.36	c cleaning 119006 clauses out of 238017 with flag 7250000/8232794
799.78/795.06	c cleaning 120001 clauses out of 240011 with flag 7371000/8353794
814.95/810.16	c cleaning 120999 clauses out of 242010 with flag 7493000/8475794
833.98/829.19	c cleaning 122001 clauses out of 244011 with flag 7616000/8598794
851.00/846.13	c cleaning 122991 clauses out of 246012 with flag 7740002/8722796
869.94/865.09	c cleaning 124000 clauses out of 248019 with flag 7865000/8847794
888.57/883.61	c cleaning 125004 clauses out of 250019 with flag 7991000/8973794
907.91/902.95	c cleaning 125998 clauses out of 252015 with flag 8118000/9100794
926.66/921.64	c cleaning 127001 clauses out of 254017 with flag 8246000/9228794
944.59/939.52	c cleaning 128000 clauses out of 256017 with flag 8375001/9357795
963.02/957.90	c cleaning 128998 clauses out of 258017 with flag 8505001/9487795
979.35/974.23	c cleaning 129991 clauses out of 260018 with flag 8636000/9618794
997.90/992.76	c cleaning 131008 clauses out of 262030 with flag 8768003/9750797
1015.74/1010.58	c cleaning 132002 clauses out of 264019 with flag 8901000/9883794
1034.48/1029.29	c cleaning 132994 clauses out of 266018 with flag 9035001/10017795
1054.60/1049.33	c cleaning 134000 clauses out of 268023 with flag 9170000/10152794
1070.93/1065.69	c cleaning 135005 clauses out of 270024 with flag 9306001/10288795
1092.29/1086.98	c cleaning 136004 clauses out of 272020 with flag 9443002/10425796
1110.56/1105.12	c cleaning 136997 clauses out of 274014 with flag 9581000/10563794
1131.75/1126.21	c cleaning 137994 clauses out of 276017 with flag 9720000/10702794
1152.51/1146.99	c cleaning 139001 clauses out of 278025 with flag 9860002/10842796
1172.56/1166.99	c cleaning 140005 clauses out of 280023 with flag 10001001/10983795
1191.91/1186.20	c cleaning 140993 clauses out of 282017 with flag 10143000/11125794
1212.05/1206.37	c cleaning 142001 clauses out of 284024 with flag 10286000/11268794
1233.10/1227.34	c cleaning 142999 clauses out of 286023 with flag 10430000/11412794
1252.06/1246.23	c cleaning 143993 clauses out of 288025 with flag 10575001/11557795
1273.30/1267.40	c cleaning 145006 clauses out of 290032 with flag 10721001/11703795
1291.22/1285.33	c cleaning 146001 clauses out of 292028 with flag 10868003/11850797
1310.85/1304.98	c cleaning 147000 clauses out of 294024 with flag 11016000/11998794
1330.89/1324.98	c cleaning 148005 clauses out of 296026 with flag 11165002/12147796
1354.65/1348.62	c cleaning 149006 clauses out of 298021 with flag 11315002/12297796
1375.08/1369.05	c cleaning 149998 clauses out of 300014 with flag 11466001/12448795
1393.73/1387.65	c cleaning 150995 clauses out of 302015 with flag 11618000/12600794
1413.28/1407.11	c cleaning 152000 clauses out of 304023 with flag 11771003/12753797
1435.85/1429.66	c cleaning 152997 clauses out of 306021 with flag 11925001/12907795
1459.66/1453.47	c cleaning 153999 clauses out of 308023 with flag 12080000/13062794
1482.29/1476.05	c cleaning 155002 clauses out of 310024 with flag 12236000/13218794
1507.16/1500.88	c cleaning 156003 clauses out of 312024 with flag 12393002/13375796
1533.02/1526.67	c cleaning 156991 clauses out of 314019 with flag 12551000/13533794
1557.55/1551.19	c cleaning 157998 clauses out of 316030 with flag 12710002/13692796
1578.77/1572.36	c cleaning 159010 clauses out of 318031 with flag 12870001/13852795
1602.53/1596.04	c cleaning 160005 clauses out of 320021 with flag 13031001/14013795
1632.04/1625.57	c cleaning 160998 clauses out of 322015 with flag 13193000/14175794
1661.29/1654.74	c cleaning 161997 clauses out of 324017 with flag 13356000/14338794
1685.43/1678.88	c cleaning 162996 clauses out of 326020 with flag 13520000/14502794
1713.29/1706.64	c cleaning 164000 clauses out of 328024 with flag 13685000/14667794
1745.31/1738.67	c cleaning 165005 clauses out of 330024 with flag 13851000/14833794
1769.26/1762.53	c cleaning 166001 clauses out of 332020 with flag 14018001/15000795
1800.02/1793.21	c starts		: 343
1800.02/1793.21	c conflicts		: 15168796
1800.02/1793.21	c decisions		: 21440159
1800.02/1793.21	c propagations		: 154826375
1800.02/1793.21	c inspects		: 21242598508
1800.02/1793.21	c shortcuts		: 0
1800.02/1793.21	c learnt literals	: 0
1800.02/1793.21	c learnt binary clauses	: 1
1800.02/1793.21	c learnt ternary clauses	: 5388
1800.02/1793.21	c learnt constraints	: 15168796
1800.02/1793.21	c ignored constraints	: 0
1800.02/1793.21	c root simplifications	: 0
1800.02/1793.21	c removed literals (reason simplification)	: 0
1800.02/1793.21	c reason swapping (by a shorter reason)	: 0
1800.02/1793.21	c Calls to reduceDB	: 228
1800.02/1793.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.21	c number of learned constraints concerned by reduction	: 0
1800.02/1793.21	c number of learning phase by resolution	: 0
1800.02/1793.21	c number of learning phase by cutting planes	: 0
1800.02/1793.21	c speed (assignments/second)	: 86350.74908226129
1800.02/1793.21	c non guided choices	0
1800.02/1793.24	c learnt constraints type 
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 334019
1800.02/1793.24	c constraints type 
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610
1800.02/1793.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.02/1793.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
1800.02/1793.24	c 1373 constraints processed.
1800.02/1793.24	s SATISFIABLE
1800.02/1793.25	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.02/1793.25	c objective function=-13
1800.02/1793.25	c Total wall clock time (in seconds): 1793.138

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12302
/proc/meminfo: memFree=29196664/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12302/stat : 12302 (java) D 12300 12302 10055 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254779146 9515008 182 33554432000 1073741824 1073778376 140736295944912 140736295935944 260190322357 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/12302/statm: 2323 182 140 9 0 71 0

[startup+0.032497 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12302
/proc/meminfo: memFree=29196664/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 2891 0 1 0 1 0 0 0 20 0 11 0 254779146 9310650368 3591 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2273108 3591 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100243 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12302
/proc/meminfo: memFree=29196664/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 4369 0 1 0 8 1 0 0 20 0 18 0 254779146 9787813888 5555 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2389603 5555 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300168 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12302
/proc/meminfo: memFree=29196664/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 6922 0 1 0 46 2 0 0 20 0 19 0 254779146 9855975424 8146 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 8146 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700176 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 12302
/proc/meminfo: memFree=29196664/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 7640 0 1 0 107 2 0 0 20 0 19 0 254779146 9855975424 10278 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 10278 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 12321
/proc/meminfo: memFree=29160188/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=1.98 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 7673 0 1 0 195 3 0 0 20 0 19 0 254779146 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 11836 2268 9 0 2396937 0
[pid=12302/tid=12304] ppid=12300 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (java) R 12300 12302 10055 0 -1 4202560 2454 0 1 0 140 1 0 0 20 0 19 0 254779147 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103805452696 140103662489475 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12305] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (java) S 12300 12302 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103783553320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12306] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12306/stat : 12306 (java) S 12300 12302 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103782500520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12307] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12307/stat : 12307 (java) S 12300 12302 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103781448232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12308] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12308/stat : 12308 (java) S 12300 12302 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103443802536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12309] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12309/stat : 12309 (java) S 12300 12302 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103442750248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12310] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12310/stat : 12310 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103441697448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12311] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12311/stat : 12311 (java) S 12300 12302 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103440645160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12312] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12312/stat : 12312 (java) S 12300 12302 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103439592360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12313] ppid=12300 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/12302/task/12313/stat : 12313 (java) S 12300 12302 10055 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 254779149 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103427393768 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12314] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12314/stat : 12314 (java) S 12300 12302 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103426339832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12315] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12315/stat : 12315 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103425287432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12316] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12316/stat : 12316 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103424235920 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12317] ppid=12300 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/12302/task/12317/stat : 12317 (java) S 12300 12302 10055 0 -1 4202560 2001 0 0 0 23 0 0 0 20 0 19 0 254779152 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103423183544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12318] ppid=12300 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/12302/task/12318/stat : 12318 (java) S 12300 12302 10055 0 -1 4202560 1949 0 0 0 22 0 0 0 20 0 19 0 254779152 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103422130744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12319] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12319/stat : 12319 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103421078648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12320] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12320/stat : 12320 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103420026056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12321] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12321/stat : 12321 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779169 9855975424 11836 33554432000 1073741824 1073778376 140736482545696 140103418971048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9624976

[startup+3.10071 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 12321
/proc/meminfo: memFree=29153672/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=3.63 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 7698 0 1 0 359 4 0 0 20 0 19 0 254779146 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 13385 2268 9 0 2396937 0
[pid=12302/tid=12304] ppid=12300 vsize=9624976 CPUtime=2.94 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (java) R 12300 12302 10055 0 -1 4202560 2458 0 1 0 293 1 0 0 20 0 19 0 254779147 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103805452696 140103662387589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12305] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (java) S 12300 12302 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103783553320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12306] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12306/stat : 12306 (java) S 12300 12302 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103782500520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12307] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12307/stat : 12307 (java) S 12300 12302 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103781448232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12308] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12308/stat : 12308 (java) S 12300 12302 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103443802536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12309] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12309/stat : 12309 (java) S 12300 12302 10055 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103442750248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12310] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12310/stat : 12310 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103441697448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12311] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12311/stat : 12311 (java) S 12300 12302 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103440645160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12312] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12312/stat : 12312 (java) S 12300 12302 10055 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103439592360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12313] ppid=12300 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/12302/task/12313/stat : 12313 (java) S 12300 12302 10055 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 254779149 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103427393768 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12314] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12314/stat : 12314 (java) S 12300 12302 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103426339832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12315] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12315/stat : 12315 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103425287432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12316] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12316/stat : 12316 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103424235920 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12317] ppid=12300 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/12302/task/12317/stat : 12317 (java) S 12300 12302 10055 0 -1 4202560 2001 0 0 0 25 0 0 0 20 0 19 0 254779152 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103423183544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12318] ppid=12300 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/12302/task/12318/stat : 12318 (java) S 12300 12302 10055 0 -1 4202560 1949 0 0 0 23 0 0 0 20 0 19 0 254779152 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103422130744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12319] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12319/stat : 12319 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103421078648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12320] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12320/stat : 12320 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103420026056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12321] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12321/stat : 12321 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779169 9855975424 13385 33554432000 1073741824 1073778376 140736482545696 140103418971048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 12321
/proc/meminfo: memFree=29147796/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=6.89 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 7739 0 1 0 684 5 0 0 20 0 19 0 254779146 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 14807 2268 9 0 2396937 0
[pid=12302/tid=12304] ppid=12300 vsize=9624976 CPUtime=6.03 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (java) R 12300 12302 10055 0 -1 4202560 2464 0 1 0 602 1 0 0 20 0 19 0 254779147 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103805452576 140103662489475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12305] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (java) S 12300 12302 10055 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103783553320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12306] ppid=12300 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12302/task/12306/stat : 12306 (java) S 12300 12302 10055 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103782500520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12307] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12307/stat : 12307 (java) S 12300 12302 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103781448232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12308] ppid=12300 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12302/task/12308/stat : 12308 (java) S 12300 12302 10055 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103443802536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12309] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12309/stat : 12309 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103442750248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12310] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12310/stat : 12310 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103441697448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12311] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12311/stat : 12311 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103440645160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12312] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12312/stat : 12312 (java) S 12300 12302 10055 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254779148 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103439592360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12313] ppid=12300 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/12302/task/12313/stat : 12313 (java) S 12300 12302 10055 0 -1 4202560 34 0 0 0 15 0 0 0 20 0 19 0 254779149 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103427393768 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12314] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12314/stat : 12314 (java) S 12300 12302 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103426339832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12315] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12315/stat : 12315 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103425287432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12316] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12316/stat : 12316 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103424235920 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12317] ppid=12300 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/12302/task/12317/stat : 12317 (java) S 12300 12302 10055 0 -1 4202560 2008 0 0 0 27 0 0 0 20 0 19 0 254779152 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103423183544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12318] ppid=12300 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/12302/task/12318/stat : 12318 (java) S 12300 12302 10055 0 -1 4202560 1949 0 0 0 23 0 0 0 20 0 19 0 254779152 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103422130744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12319] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12319/stat : 12319 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103421078648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12320] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12320/stat : 12320 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103420026056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12321] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12321/stat : 12321 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779169 9855975424 14807 33554432000 1073741824 1073778376 140736482545696 140103418971048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=12302/tid=12317] ppid=12300 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/12302/task/12317/stat : 12317 (java) S 12300 12302 10055 0 -1 4202560 10200 0 0 0 69 2 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103423183544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12318] ppid=12300 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/12302/task/12318/stat : 12318 (java) S 12300 12302 10055 0 -1 4202560 1950 0 0 0 24 0 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103422130744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12319] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12319/stat : 12319 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103421078648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12320] ppid=12300 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/12302/task/12320/stat : 12320 (java) S 12300 12302 10055 0 -1 4202560 95 0 0 0 23 34 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103420026056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12321] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12321/stat : 12321 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779169 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103418971048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1668.93
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/213 12395
/proc/meminfo: memFree=28415288/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=1729.01 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 18478 0 1 0 172836 65 0 0 20 0 19 0 254779146 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 56377 2270 9 0 2396937 0
[pid=12302/tid=12304] ppid=12300 vsize=9624976 CPUtime=1707.75 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (java) R 12300 12302 10055 0 -1 4202560 2699 0 1 0 170748 27 0 0 20 0 19 0 254779147 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103805452576 140103662363360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12305] ppid=12300 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (java) S 12300 12302 10055 0 -1 4202560 280 0 0 0 89 3 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103783553320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12306] ppid=12300 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/12302/task/12306/stat : 12306 (java) S 12300 12302 10055 0 -1 4202560 417 0 0 0 92 2 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103782500520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12307] ppid=12300 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/12302/task/12307/stat : 12307 (java) S 12300 12302 10055 0 -1 4202560 230 0 0 0 91 2 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103781448232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12308] ppid=12300 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/12302/task/12308/stat : 12308 (java) S 12300 12302 10055 0 -1 4202560 180 0 0 0 96 2 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103443802536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12309] ppid=12300 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/12302/task/12309/stat : 12309 (java) S 12300 12302 10055 0 -1 4202560 366 0 0 0 94 2 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103442750248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12310] ppid=12300 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/12302/task/12310/stat : 12310 (java) S 12300 12302 10055 0 -1 4202560 351 0 0 0 94 2 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103441697448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12311] ppid=12300 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/12302/task/12311/stat : 12311 (java) S 12300 12302 10055 0 -1 4202560 192 0 0 0 91 3 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103440645160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12312] ppid=12300 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/12302/task/12312/stat : 12312 (java) S 12300 12302 10055 0 -1 4202560 179 0 0 0 91 2 0 0 20 0 19 0 254779148 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103439592360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12313] ppid=12300 vsize=9624976 CPUtime=7.79 cores=1,3,5,7
/proc/12302/task/12313/stat : 12313 (java) S 12300 12302 10055 0 -1 4202560 150 0 0 0 776 3 0 0 20 0 19 0 254779149 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103427393768 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12314] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12314/stat : 12314 (java) S 12300 12302 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103426339832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12315] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12315/stat : 12315 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103425287432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12316] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12316/stat : 12316 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103424235920 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12317] ppid=12300 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/12302/task/12317/stat : 12317 (java) S 12300 12302 10055 0 -1 4202560 10200 0 0 0 69 2 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103423183544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12318] ppid=12300 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/12302/task/12318/stat : 12318 (java) S 12300 12302 10055 0 -1 4202560 1950 0 0 0 24 0 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103422130744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12319] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12319/stat : 12319 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103421078648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12320] ppid=12300 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/12302/task/12320/stat : 12320 (java) S 12300 12302 10055 0 -1 4202560 99 0 0 0 24 36 0 0 20 0 19 0 254779152 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103420026056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12321] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12321/stat : 12321 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779169 9855975424 56377 33554432000 1073741824 1073778376 140736482545696 140103418971048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.01
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/213 12395
/proc/meminfo: memFree=28415044/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=1789.12 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 18491 0 1 0 178846 66 0 0 20 0 19 0 254779146 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 56380 2270 9 0 2396937 0
[pid=12302/tid=12304] ppid=12300 vsize=9624976 CPUtime=1767.42 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (java) R 12300 12302 10055 0 -1 4202560 2701 0 1 0 176714 28 0 0 20 0 19 0 254779147 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103805452576 140103662406927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12305] ppid=12300 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (java) S 12300 12302 10055 0 -1 4202560 283 0 0 0 92 3 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103783553320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12306] ppid=12300 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/12302/task/12306/stat : 12306 (java) S 12300 12302 10055 0 -1 4202560 417 0 0 0 94 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103782500520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12307] ppid=12300 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/12302/task/12307/stat : 12307 (java) S 12300 12302 10055 0 -1 4202560 230 0 0 0 93 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103781448232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12308] ppid=12300 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/12302/task/12308/stat : 12308 (java) S 12300 12302 10055 0 -1 4202560 180 0 0 0 96 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103443802536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12309] ppid=12300 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/12302/task/12309/stat : 12309 (java) S 12300 12302 10055 0 -1 4202560 366 0 0 0 98 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103442750248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12310] ppid=12300 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/12302/task/12310/stat : 12310 (java) S 12300 12302 10055 0 -1 4202560 351 0 0 0 95 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103441697448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12311] ppid=12300 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/12302/task/12311/stat : 12311 (java) S 12300 12302 10055 0 -1 4202560 192 0 0 0 92 3 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103440645160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12312] ppid=12300 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/12302/task/12312/stat : 12312 (java) S 12300 12302 10055 0 -1 4202560 179 0 0 0 92 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103439592360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12313] ppid=12300 vsize=9624976 CPUtime=7.93 cores=1,3,5,7
/proc/12302/task/12313/stat : 12313 (java) S 12300 12302 10055 0 -1 4202560 154 0 0 0 790 3 0 0 20 0 19 0 254779149 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103427393768 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12314] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12314/stat : 12314 (java) S 12300 12302 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103426339832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12315] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12315/stat : 12315 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103425287432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12316] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12316/stat : 12316 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103424235920 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12317] ppid=12300 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/12302/task/12317/stat : 12317 (java) S 12300 12302 10055 0 -1 4202560 10200 0 0 0 69 2 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103423183544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12318] ppid=12300 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/12302/task/12318/stat : 12318 (java) S 12300 12302 10055 0 -1 4202560 1950 0 0 0 24 0 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103422130744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12319] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12319/stat : 12319 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103421078648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12320] ppid=12300 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/12302/task/12320/stat : 12320 (java) S 12300 12302 10055 0 -1 4202560 103 0 0 0 25 37 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103420026056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12321] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12321/stat : 12321 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779169 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103418971048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.12
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 2.07 2.05 2.01 3/213 12395
/proc/meminfo: memFree=28415048/32873648 swapFree=7100/7100
[pid=12302] ppid=12300 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/12302/stat : 12302 (java) S 12300 12302 10055 0 -1 4202496 18491 0 1 0 179936 66 0 0 20 0 19 0 254779146 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140736482536832 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12302/statm: 2406244 56380 2270 9 0 2396937 0
[pid=12302/tid=12304] ppid=12300 vsize=9624976 CPUtime=1778.3 cores=1,3,5,7
/proc/12302/task/12304/stat : 12304 (java) R 12300 12302 10055 0 -1 4202560 2701 0 1 0 177801 29 0 0 20 0 19 0 254779147 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103805452576 140103662180290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12305] ppid=12300 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/12302/task/12305/stat : 12305 (java) S 12300 12302 10055 0 -1 4202560 283 0 0 0 92 3 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103783553320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12306] ppid=12300 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/12302/task/12306/stat : 12306 (java) S 12300 12302 10055 0 -1 4202560 417 0 0 0 94 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103782500520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12307] ppid=12300 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/12302/task/12307/stat : 12307 (java) S 12300 12302 10055 0 -1 4202560 230 0 0 0 93 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103781448232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12308] ppid=12300 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/12302/task/12308/stat : 12308 (java) S 12300 12302 10055 0 -1 4202560 180 0 0 0 96 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103443802536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12309] ppid=12300 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/12302/task/12309/stat : 12309 (java) S 12300 12302 10055 0 -1 4202560 366 0 0 0 98 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103442750248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12310] ppid=12300 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/12302/task/12310/stat : 12310 (java) S 12300 12302 10055 0 -1 4202560 351 0 0 0 95 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103441697448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12302/tid=12311] ppid=12300 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/12302/task/12311/stat : 12311 (java) S 12300 12302 10055 0 -1 4202560 192 0 0 0 92 3 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103440645160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12312] ppid=12300 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/12302/task/12312/stat : 12312 (java) S 12300 12302 10055 0 -1 4202560 179 0 0 0 92 2 0 0 20 0 19 0 254779148 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103439592360 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12313] ppid=12300 vsize=9624976 CPUtime=7.93 cores=1,3,5,7
/proc/12302/task/12313/stat : 12313 (java) S 12300 12302 10055 0 -1 4202560 154 0 0 0 790 3 0 0 20 0 19 0 254779149 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103427393768 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12314] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12314/stat : 12314 (java) S 12300 12302 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103426339832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12315] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12315/stat : 12315 (java) S 12300 12302 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254779150 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103425287432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12316] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12316/stat : 12316 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103424235920 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12317] ppid=12300 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/12302/task/12317/stat : 12317 (java) S 12300 12302 10055 0 -1 4202560 10200 0 0 0 69 2 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103423183544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12302/tid=12318] ppid=12300 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/12302/task/12318/stat : 12318 (java) S 12300 12302 10055 0 -1 4202560 1950 0 0 0 24 0 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103422130744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12302/tid=12319] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12319/stat : 12319 (java) S 12300 12302 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103421078648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12320] ppid=12300 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/12302/task/12320/stat : 12320 (java) S 12300 12302 10055 0 -1 4202560 103 0 0 0 25 37 0 0 20 0 19 0 254779152 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103420026056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12302/tid=12321] ppid=12300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12302/task/12321/stat : 12321 (java) S 12300 12302 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254779169 9855975424 56380 33554432000 1073741824 1073778376 140736482545696 140103418971048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1793.25
CPU time (s): 1800.02
CPU user time (s): 1799.36
CPU system time (s): 0.66
CPU usage (%): 100.377
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 1.03184
maximum resident set size= 229776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18537
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44462
involuntary context switches= 19902

runsolver used 6.10007 second user time and 15.4227 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-24 21:08:57
IDJOB=3688719
IDBENCH=48227
IDSOLVER=2269
FILE ID=node123/3688719-1337886537
RUNJOBID= node123-1337871881-10072
PBS_JOBID= 14620081
Free space on /tmp= 71548 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688719-1337886537/watcher-3688719-1337886537 -o /tmp/evaluation-result-3688719-1337886537/solver-3688719-1337886537 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688719-1337886537.opb

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

MD5SUM BENCH= 26861ca996cf8fd2abe5c211e1f47a26
RANDOM SEED=1379821960

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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:        29197308 kB
Buffers:          225688 kB
Cached:          2506868 kB
SwapCached:            0 kB
Active:           858460 kB
Inactive:        2051988 kB
Active(anon):     180056 kB
Inactive(anon):        0 kB
Active(file):     678404 kB
Inactive(file):  2051988 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               304 kB
Writeback:             0 kB
AnonPages:        184340 kB
Mapped:            21612 kB
Shmem:               200 kB
Slab:             628556 kB
SReclaimable:      72768 kB
SUnreclaim:       555788 kB
KernelStack:        1608 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71544 MiB
End job on node123 at 2012-05-24 21:38:52