Trace number 4085250

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
Sat4j PB 2.3.6 Resolution PB16SAT (TO)1653 1800.69 1796.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM2dad588c047f66368bead690393575a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1567
Best CPU time to get the best result obtained on this benchmark0.004998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1567
Optimality of the best value was proved YES
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4085250-1465229802.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.16	c ... done. Wall clock time 0.048s.
0.10/0.16	c declared #vars     133
0.10/0.16	c #constraints  229
0.10/0.16	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141
0.10/0.17	c org.sat4j.specs.Constr$1 => 19
0.10/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 11
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58
0.10/0.17	c 229 constraints processed.
0.10/0.17	c objective function length is 133 literals
0.10/0.17	c SATISFIABLE
0.10/0.17	c OPTIMIZING...
0.10/0.17	c Got one! Elapsed wall clock time (in seconds):0.055
0.10/0.17	o 1846
0.10/0.18	c Got one! Elapsed wall clock time (in seconds):0.06
0.10/0.18	o 1812
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.103
0.24/0.22	o 1805
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.107
0.24/0.22	o 1780
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.143
0.24/0.26	o 1757
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.208
0.49/0.32	o 1755
0.49/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.49/0.33	o 1746
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.225
0.49/0.34	o 1732
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.232
0.49/0.35	o 1723
0.78/0.55	c cleaning 3099 clauses out of 6197 with flag 9367/6197
0.92/0.63	c Got one! Elapsed wall clock time (in seconds):0.517
0.92/0.63	o 1715
1.08/0.77	c cleaning 4242 clauses out of 8488 with flag 6255/11587
1.31/0.98	c cleaning 5114 clauses out of 10246 with flag 18863/17587
1.52/1.14	c Got one! Elapsed wall clock time (in seconds):1.021
1.52/1.14	o 1714
1.52/1.19	c cleaning 5326 clauses out of 10668 with flag 2132/23123
1.52/1.20	c Got one! Elapsed wall clock time (in seconds):1.082
1.52/1.20	o 1712
1.52/1.20	c Got one! Elapsed wall clock time (in seconds):1.085
1.52/1.20	o 1689
1.74/1.38	c cleaning 5468 clauses out of 10937 with flag 11692/28718
1.94/1.57	c cleaning 5734 clauses out of 11470 with flag 25672/34719
2.15/1.79	c cleaning 6363 clauses out of 12734 with flag 42888/41717
2.45/2.07	c cleaning 7180 clauses out of 14371 with flag 62256/49717
2.85/2.43	c cleaning 8088 clauses out of 16191 with flag 84030/58717
3.25/2.84	c cleaning 9052 clauses out of 18103 with flag 107743/68717
3.76/3.32	c cleaning 10021 clauses out of 20051 with flag 132089/79717
4.25/3.88	c cleaning 11010 clauses out of 22030 with flag 161041/91717
4.95/4.52	c cleaning 12007 clauses out of 24021 with flag 191889/104718
5.65/5.24	c cleaning 13004 clauses out of 26014 with flag 225907/118718
5.65/5.28	c Got one! Elapsed wall clock time (in seconds):5.163
5.65/5.28	o 1683
5.95/5.53	c cleaning 9069 clauses out of 18152 with flag 8964/123860
6.15/5.78	c cleaning 7539 clauses out of 15085 with flag 23825/129862
6.35/5.90	c Got one! Elapsed wall clock time (in seconds):5.784
6.35/5.90	o 1680
6.45/6.00	c cleaning 6471 clauses out of 12949 with flag 4794/135265
6.65/6.21	c cleaning 6236 clauses out of 12477 with flag 19426/141264
6.85/6.45	c cleaning 6616 clauses out of 13242 with flag 36180/148265
7.15/6.72	c cleaning 7312 clauses out of 14626 with flag 55683/156265
7.45/7.07	c cleaning 8157 clauses out of 16313 with flag 77967/165264
7.45/7.07	c Got one! Elapsed wall clock time (in seconds):6.958
7.45/7.07	o 1679
7.65/7.29	c cleaning 6752 clauses out of 13517 with flag 12527/170625
7.85/7.49	c cleaning 6379 clauses out of 12766 with flag 25411/176626
8.15/7.75	c cleaning 6688 clauses out of 13386 with flag 40103/183625
8.45/8.02	c cleaning 7340 clauses out of 14698 with flag 57567/191625
8.45/8.07	c Got one! Elapsed wall clock time (in seconds):7.957
8.45/8.07	o 1671
8.65/8.25	c cleaning 6630 clauses out of 13284 with flag 9628/197551
8.85/8.47	c cleaning 6316 clauses out of 12654 with flag 23253/203551
9.15/8.72	c cleaning 6661 clauses out of 13339 with flag 40245/210552
9.15/8.80	c Got one! Elapsed wall clock time (in seconds):8.682
9.15/8.80	o 1670
9.35/8.93	c cleaning 6154 clauses out of 12321 with flag 6544/216195
9.45/9.08	c Got one! Elapsed wall clock time (in seconds):8.959
9.45/9.08	o 1653
9.55/9.12	c cleaning 5845 clauses out of 11717 with flag 2306/221745
9.75/9.34	c cleaning 5925 clauses out of 11872 with flag 15566/227745
10.05/9.60	c cleaning 6470 clauses out of 12948 with flag 31300/234746
10.26/9.88	c cleaning 7232 clauses out of 14477 with flag 48431/242745
10.66/10.24	c cleaning 8116 clauses out of 16246 with flag 68559/251746
11.06/10.66	c cleaning 9057 clauses out of 18130 with flag 90158/261746
11.56/11.19	c cleaning 10029 clauses out of 20073 with flag 115500/272746
12.16/11.79	c cleaning 11016 clauses out of 22044 with flag 142693/284746
12.75/12.38	c cleaning 12010 clauses out of 24029 with flag 171661/297747
13.45/13.04	c cleaning 13001 clauses out of 26017 with flag 203452/311745
14.25/13.88	c cleaning 13995 clauses out of 28016 with flag 236833/326745
15.15/14.71	c cleaning 15004 clauses out of 30023 with flag 273638/342747
16.25/15.80	c cleaning 16002 clauses out of 32019 with flag 310649/359747
17.35/16.96	c cleaning 16998 clauses out of 34015 with flag 351365/377745
18.57/18.11	c cleaning 18000 clauses out of 36017 with flag 392985/396745
19.87/19.43	c cleaning 18998 clauses out of 38017 with flag 437795/416745
21.17/20.80	c cleaning 20000 clauses out of 40021 with flag 485809/437747
22.67/22.20	c cleaning 21002 clauses out of 42021 with flag 536158/459747
24.47/24.08	c cleaning 22000 clauses out of 44018 with flag 588821/482746
26.57/26.12	c cleaning 22993 clauses out of 46018 with flag 642011/506746
28.87/28.43	c cleaning 24006 clauses out of 48025 with flag 695777/531746
31.17/30.72	c cleaning 25003 clauses out of 50019 with flag 753679/557746
34.49/34.09	c cleaning 25999 clauses out of 52015 with flag 814770/584745
37.79/37.32	c cleaning 26999 clauses out of 54017 with flag 878849/612746
40.80/40.32	c cleaning 27998 clauses out of 56017 with flag 947565/641745
43.41/42.91	c cleaning 29002 clauses out of 58019 with flag 1017791/671745
45.50/45.07	c cleaning 30006 clauses out of 60017 with flag 1091562/702745
47.70/47.29	c cleaning 31002 clauses out of 62012 with flag 1162810/734746
49.90/49.42	c cleaning 31999 clauses out of 64009 with flag 1233989/767745
52.00/51.56	c cleaning 33006 clauses out of 66011 with flag 1307306/801746
54.60/54.10	c cleaning 33991 clauses out of 68004 with flag 1387560/836745
57.30/56.81	c cleaning 34999 clauses out of 70013 with flag 1474475/872745
60.10/59.68	c cleaning 36003 clauses out of 72015 with flag 1562820/909746
62.90/62.40	c cleaning 37000 clauses out of 74011 with flag 1653592/947745
65.60/65.10	c cleaning 38003 clauses out of 76011 with flag 1739984/986745
68.72/68.30	c cleaning 38996 clauses out of 78009 with flag 1831335/1026746
72.12/71.67	c cleaning 40006 clauses out of 80012 with flag 1924349/1067745
75.51/75.04	c cleaning 41000 clauses out of 82006 with flag 2019048/1109745
78.91/78.41	c cleaning 42000 clauses out of 84007 with flag 2118409/1152746
82.64/82.18	c cleaning 43002 clauses out of 86007 with flag 2219830/1196746
85.54/85.09	c cleaning 44000 clauses out of 88004 with flag 2321627/1241745
88.44/88.00	c cleaning 44992 clauses out of 90004 with flag 2426036/1287745
92.04/91.57	c cleaning 46002 clauses out of 92012 with flag 2530310/1334745
95.84/95.31	c cleaning 47002 clauses out of 94010 with flag 2638714/1382745
99.44/98.99	c cleaning 47997 clauses out of 96008 with flag 2747175/1431745
103.54/103.03	c cleaning 48999 clauses out of 98011 with flag 2854873/1481745
107.38/106.51	c cleaning 50000 clauses out of 100012 with flag 2969794/1532745
111.21/110.22	c cleaning 51001 clauses out of 102012 with flag 3089177/1584745
115.42/114.44	c cleaning 51996 clauses out of 104012 with flag 3209094/1637746
120.51/119.57	c cleaning 53002 clauses out of 106015 with flag 3332131/1691745
125.61/124.64	c cleaning 53996 clauses out of 108013 with flag 3456821/1746745
130.74/129.71	c cleaning 55004 clauses out of 110018 with flag 3584870/1802746
136.04/135.00	c cleaning 56006 clauses out of 112013 with flag 3717547/1859745
141.54/140.52	c cleaning 57001 clauses out of 114007 with flag 3849073/1917745
146.44/145.49	c cleaning 57994 clauses out of 116006 with flag 3983331/1976745
152.54/151.56	c cleaning 59004 clauses out of 118013 with flag 4121737/2036746
159.54/158.51	c cleaning 60002 clauses out of 120008 with flag 4260896/2097745
166.24/165.25	c cleaning 61001 clauses out of 122007 with flag 4404442/2159746
172.84/171.85	c cleaning 62000 clauses out of 124006 with flag 4549337/2222746
180.94/179.97	c cleaning 63003 clauses out of 126005 with flag 4697233/2286745
188.12/187.03	c cleaning 64000 clauses out of 128002 with flag 4848540/2351745
195.41/194.35	c cleaning 64992 clauses out of 130002 with flag 5001176/2417745
202.81/201.76	c cleaning 65999 clauses out of 132011 with flag 5153870/2484746
210.71/209.69	c cleaning 67006 clauses out of 134011 with flag 5307731/2552745
218.71/217.61	c cleaning 68001 clauses out of 136005 with flag 5464530/2621745
227.91/226.85	c cleaning 68992 clauses out of 138005 with flag 5623785/2691746
237.41/236.39	c cleaning 70004 clauses out of 140013 with flag 5785576/2762746
246.01/244.92	c cleaning 71002 clauses out of 142008 with flag 5948432/2834745
256.02/254.93	c cleaning 71998 clauses out of 144006 with flag 6115592/2907745
265.52/264.33	c cleaning 73001 clauses out of 146008 with flag 6281658/2981745
274.62/273.50	c cleaning 74001 clauses out of 148007 with flag 6452980/3056745
284.12/282.91	c cleaning 75002 clauses out of 150007 with flag 6625118/3132746
295.22/294.03	c cleaning 75995 clauses out of 152004 with flag 6803345/3209745
305.22/304.06	c cleaning 77004 clauses out of 154010 with flag 6981176/3287746
315.62/314.49	c cleaning 77996 clauses out of 156005 with flag 7162911/3366745
328.33/327.17	c cleaning 79004 clauses out of 158012 with flag 7348584/3446748
339.95/338.69	c cleaning 80001 clauses out of 160005 with flag 7535809/3527745
351.65/350.31	c cleaning 80993 clauses out of 162004 with flag 7723104/3609745
364.15/362.88	c cleaning 82001 clauses out of 164012 with flag 7911014/3692746
378.35/377.00	c cleaning 83005 clauses out of 166010 with flag 8102616/3776745
389.85/388.53	c cleaning 83997 clauses out of 168005 with flag 8295413/3861745
401.95/400.67	c cleaning 85002 clauses out of 170008 with flag 8490250/3947745
413.75/412.46	c cleaning 85998 clauses out of 172007 with flag 8687407/4034746
427.25/425.88	c cleaning 87000 clauses out of 174009 with flag 8886929/4122746
439.15/437.76	c cleaning 88002 clauses out of 176009 with flag 9086527/4211746
451.64/450.22	c cleaning 89002 clauses out of 178007 with flag 9289581/4301746
466.15/464.77	c cleaning 90001 clauses out of 180004 with flag 9493731/4392745
480.15/478.75	c cleaning 90995 clauses out of 182004 with flag 9703572/4484746
493.28/491.71	c cleaning 91999 clauses out of 184008 with flag 9913356/4577745
505.97/504.41	c cleaning 93000 clauses out of 186009 with flag 10127221/4671745
518.16/516.60	c cleaning 94002 clauses out of 188009 with flag 10339369/4766745
531.57/530.07	c cleaning 94993 clauses out of 190008 with flag 10557362/4862746
542.96/541.47	c cleaning 96000 clauses out of 192014 with flag 10775427/4959745
556.90/555.22	c cleaning 97001 clauses out of 194014 with flag 10998255/5057745
570.10/568.48	c cleaning 98004 clauses out of 196014 with flag 11223682/5156746
583.00/581.34	c cleaning 99000 clauses out of 198010 with flag 11450135/5256746
596.60/594.96	c cleaning 99998 clauses out of 200009 with flag 11677172/5357745
610.20/608.54	c cleaning 101001 clauses out of 202011 with flag 11909509/5459745
625.66/623.86	c cleaning 102004 clauses out of 204010 with flag 12141890/5562745
640.75/638.99	c cleaning 102994 clauses out of 206006 with flag 12376732/5666745
656.36/654.54	c cleaning 104002 clauses out of 208012 with flag 12613580/5771745
671.55/669.71	c cleaning 105003 clauses out of 210011 with flag 12854820/5877746
685.83/683.84	c cleaning 105995 clauses out of 212007 with flag 13095059/5984745
701.33/699.30	c cleaning 106998 clauses out of 214013 with flag 13338730/6092746
716.23/714.26	c cleaning 108003 clauses out of 216014 with flag 13585849/6201745
732.94/730.94	c cleaning 109003 clauses out of 218012 with flag 13833844/6311746
750.60/748.51	c cleaning 110005 clauses out of 220009 with flag 14084566/6422746
768.70/766.69	c cleaning 111000 clauses out of 222004 with flag 14337939/6534746
788.40/786.31	c cleaning 112000 clauses out of 224005 with flag 14593542/6647747
809.51/807.46	c cleaning 112996 clauses out of 226003 with flag 14850630/6761745
833.02/830.82	c cleaning 113999 clauses out of 228008 with flag 15110136/6876746
854.72/852.53	c cleaning 115000 clauses out of 230008 with flag 15371559/6992745
872.12/869.98	c cleaning 115996 clauses out of 232008 with flag 15635154/7109745
894.43/892.29	c cleaning 116998 clauses out of 234012 with flag 15901319/7227745
916.13/913.82	c cleaning 117999 clauses out of 236014 with flag 16171176/7346745
940.74/938.47	c cleaning 119001 clauses out of 238015 with flag 16442749/7466745
962.74/960.46	c cleaning 120006 clauses out of 240015 with flag 16714937/7587746
986.86/984.46	c cleaning 121000 clauses out of 242009 with flag 16990571/7709746
1009.96/1007.60	c cleaning 122000 clauses out of 244008 with flag 17269285/7832745
1035.27/1032.88	c cleaning 123002 clauses out of 246009 with flag 17551256/7956746
1059.38/1056.83	c cleaning 123999 clauses out of 248006 with flag 17832168/8081745
1086.48/1083.93	c cleaning 124998 clauses out of 250007 with flag 18122158/8207745
1114.99/1112.42	c cleaning 126005 clauses out of 252010 with flag 18412904/8334746
1144.79/1142.26	c cleaning 126993 clauses out of 254004 with flag 18703142/8462745
1173.35/1170.72	c cleaning 128002 clauses out of 256011 with flag 18997714/8591745
1203.76/1201.15	c cleaning 128999 clauses out of 258010 with flag 19289169/8721746
1236.38/1233.62	c cleaning 130002 clauses out of 260010 with flag 19584586/8852745
1269.08/1266.36	c cleaning 131004 clauses out of 262008 with flag 19881700/8984745
1302.69/1299.92	c cleaning 131999 clauses out of 264005 with flag 20184439/9117746
1332.92/1330.02	c cleaning 133000 clauses out of 266006 with flag 20485885/9251746
1363.11/1360.29	c cleaning 133997 clauses out of 268005 with flag 20790818/9386745
1395.02/1392.12	c cleaning 134998 clauses out of 270008 with flag 21099832/9522745
1424.11/1421.19	c cleaning 135998 clauses out of 272010 with flag 21408808/9659745
1456.51/1453.56	c cleaning 137004 clauses out of 274013 with flag 21721166/9797746
1490.33/1487.36	c cleaning 137999 clauses out of 276008 with flag 22034683/9936745
1523.26/1520.24	c cleaning 138997 clauses out of 278010 with flag 22351429/10076746
1557.87/1554.83	c cleaning 139999 clauses out of 280012 with flag 22669604/10217745
1592.46/1589.30	c cleaning 141001 clauses out of 282014 with flag 22991906/10359746
1626.77/1623.63	c cleaning 142001 clauses out of 284013 with flag 23313847/10502746
1661.37/1658.22	c cleaning 142997 clauses out of 286011 with flag 23639761/10646745
1696.26/1693.03	c cleaning 144005 clauses out of 288015 with flag 23967493/10791746
1733.75/1730.55	c cleaning 144998 clauses out of 290010 with flag 24296470/10937746
1771.33/1768.06	c cleaning 145999 clauses out of 292011 with flag 24628673/11084745
1800.03/1796.70	c starts		: 174
1800.03/1796.70	c conflicts		: 11219094
1800.03/1796.70	c decisions		: 18420847
1800.03/1796.70	c propagations		: 145960023
1800.03/1796.70	c inspects		: 36726172569
1800.03/1796.70	c shortcuts		: 0
1800.03/1796.70	c learnt literals	: 0
1800.03/1796.70	c learnt binary clauses	: 1
1800.03/1796.70	c learnt ternary clauses	: 2
1800.03/1796.70	c learnt constraints	: 11219094
1800.03/1796.70	c ignored constraints	: 0
1800.03/1796.70	c root simplifications	: 0
1800.03/1796.70	c removed literals (reason simplification)	: 0
1800.03/1796.70	c reason swapping (by a shorter reason)	: 0
1800.03/1796.70	c Calls to reduceDB	: 172
1800.03/1796.70	c Number of update (reduction) of LBD	: 814576
1800.03/1796.70	c Imported unit clauses	: 0
1800.03/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.70	c number of learned constraints concerned by reduction	: 0
1800.03/1796.70	c number of learning phase by resolution	: 0
1800.03/1796.70	c number of learning phase by cutting planes	: 0
1800.03/1796.70	c speed (assignments/second)	: 81245.29886698561
1800.03/1796.70	c non guided choices	0
1800.03/1796.73	c learnt constraints type 
1800.03/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.03/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 280360
1800.03/1796.73	s SATISFIABLE
1800.03/1796.73	c Found 19 solution(s)
1800.03/1796.73	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 
1800.03/1796.73	c objective function=1653
1800.03/1796.73	c Total wall clock time (in seconds): 1796.617

Verifier Data

OK	1653

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085250-1465229802/watcher-4085250-1465229802 -o /tmp/evaluation-result-4085250-1465229802/solver-4085250-1465229802 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7200 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085250-1465229802.opb 

pid=12268
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: 2.15 2.24 2.22 3/194 12271
/proc/meminfo: memFree=30160648/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 104913407 98570240 978 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 24065 978 744 9 0 16771 0
[pid=12271/tid=12272] ppid=12268 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 104913407 98570240 978 33554432000 1073741824 1073778376 140735205571392 140729285295656 214369650048 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.15 2.24 2.22 3/194 12271
/proc/meminfo: memFree=30160648/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 4389 0 1 0 9 1 0 0 20 0 18 0 104913407 9787879424 6027 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2389619 6027 2125 9 0 2380296 0
[pid=12271/tid=12272] ppid=12268 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2373 0 1 0 6 2 0 0 20 0 18 0 104913407 9787879424 6027 33554432000 1073741824 1073778376 140735205571392 140729285299104 214373033229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200306 s]
/proc/loadavg: 2.15 2.24 2.22 3/194 12271
/proc/meminfo: memFree=30160648/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 4724 0 1 0 23 1 0 0 20 0 19 0 104913407 9856040960 6821 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 6821 2205 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2408 0 1 0 16 2 0 0 20 0 19 0 104913407 9856040960 6821 33554432000 1073741824 1073778376 140735205571392 140729285300864 140729116648752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300305 s]
/proc/loadavg: 2.15 2.24 2.22 3/194 12271
/proc/meminfo: memFree=30160648/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 6860 0 1 0 47 2 0 0 20 0 19 0 104913407 9856040960 8522 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 8522 2236 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2411 0 1 0 26 2 0 0 20 0 19 0 104913407 9856040960 8522 33554432000 1073741824 1073778376 140735205571392 140729285300864 140729117024600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700274 s]
/proc/loadavg: 2.15 2.24 2.22 3/194 12271
/proc/meminfo: memFree=30160648/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 9049 0 1 0 106 2 0 0 20 0 19 0 104913407 9856040960 9103 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 9103 2253 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2412 0 1 0 66 2 0 0 20 0 19 0 104913407 9856040960 9103 33554432000 1073741824 1073778376 140735205571392 140729285300488 140729117005636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.14 2.24 2.22 3/213 12290
/proc/meminfo: memFree=30129968/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 9059 0 1 0 191 3 0 0 20 0 19 0 104913407 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 10645 2254 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2415 0 1 0 143 2 0 0 20 0 19 0 104913407 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729285300432 140729117024595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12274] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12274/stat : 12274 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729246791848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12275] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12275/stat : 12275 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729245739304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12276] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12276/stat : 12276 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729244686760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12277] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12277/stat : 12277 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729243634216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12278] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12278/stat : 12278 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729242581672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12279] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12279/stat : 12279 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729241529128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12280] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12280/stat : 12280 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729240476584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12281] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12281/stat : 12281 (java) S 12268 12271 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729239424040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12282] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12282/stat : 12282 (java) S 12268 12271 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104913409 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729109149800 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12283] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12283/stat : 12283 (java) S 12268 12271 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729108096120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12284] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12284/stat : 12284 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729107043464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12285] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12285/stat : 12285 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729105992208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12286] ppid=12268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12271/task/12286/stat : 12286 (java) S 12268 12271 7184 0 -1 4202560 2487 0 0 0 21 0 0 0 20 0 19 0 104913413 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729104939576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12287] ppid=12268 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12271/task/12287/stat : 12287 (java) S 12268 12271 7184 0 -1 4202560 2887 0 0 0 25 0 0 0 20 0 19 0 104913413 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729103887032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12288] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12288/stat : 12288 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729102834680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12289] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12289/stat : 12289 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140729101782344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12290] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12290/stat : 12290 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913424 9856040960 10645 33554432000 1073741824 1073778376 140735205571392 140728093106984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.14 2.24 2.22 3/213 12290
/proc/meminfo: memFree=30121156/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 9064 0 1 0 352 3 0 0 20 0 19 0 104913407 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 12693 2254 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2420 0 1 0 303 2 0 0 20 0 19 0 104913407 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729285291712 140729117024595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12274] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12274/stat : 12274 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729246791848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12275] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12275/stat : 12275 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729245739304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12276] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12276/stat : 12276 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729244686760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12277] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12277/stat : 12277 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729243634216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12278] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12278/stat : 12278 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729242581672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12279] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12279/stat : 12279 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729241529128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12280] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12280/stat : 12280 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729240476584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12281] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12281/stat : 12281 (java) S 12268 12271 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729239424040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12282] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12282/stat : 12282 (java) S 12268 12271 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104913409 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729109149800 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12283] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12283/stat : 12283 (java) S 12268 12271 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729108096120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12284] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12284/stat : 12284 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729107043464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12285] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12285/stat : 12285 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729105992208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12286] ppid=12268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12271/task/12286/stat : 12286 (java) S 12268 12271 7184 0 -1 4202560 2487 0 0 0 21 0 0 0 20 0 19 0 104913413 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729104939576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12287] ppid=12268 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12271/task/12287/stat : 12287 (java) S 12268 12271 7184 0 -1 4202560 2887 0 0 0 25 0 0 0 20 0 19 0 104913413 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729103887032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12288] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12288/stat : 12288 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729102834680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12289] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12289/stat : 12289 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140729101782344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12290] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12290/stat : 12290 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913424 9856040960 12693 33554432000 1073741824 1073778376 140735205571392 140728093106984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.14 2.24 2.22 3/213 12290
/proc/meminfo: memFree=30106316/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 9074 0 1 0 672 3 0 0 20 0 19 0 104913407 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 16377 2255 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2429 0 1 0 623 2 0 0 20 0 19 0 104913407 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729285291712 140729117005563 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12274] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12274/stat : 12274 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729246791848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12275] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12275/stat : 12275 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729245739304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12276] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12276/stat : 12276 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729244686760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12277] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12277/stat : 12277 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729243634216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12278] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12278/stat : 12278 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729242581672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12279] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12279/stat : 12279 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729241529128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12280] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12280/stat : 12280 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729240476584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12281] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12281/stat : 12281 (java) S 12268 12271 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104913408 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729239424040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12282] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12282/stat : 12282 (java) S 12268 12271 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104913409 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729109149800 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12283] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12283/stat : 12283 (java) S 12268 12271 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729108096120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12284] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12284/stat : 12284 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729107043464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12285] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12285/stat : 12285 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729105992208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12286] ppid=12268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12271/task/12286/stat : 12286 (java) S 12268 12271 7184 0 -1 4202560 2487 0 0 0 21 0 0 0 20 0 19 0 104913413 9856040960 16377 33554432000 1073741824 1073778376 140735205571392 140729104939576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12287] ppid=12268 vsize=9625040 CPUtime=0.25 cores=0,2,4,6

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

[pid=12271/tid=12283] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12283/stat : 12283 (java) S 12268 12271 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140729108096120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12284] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12284/stat : 12284 (java) S 12268 12271 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140729107043464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12285] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12285/stat : 12285 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140729105992208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12286] ppid=12268 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12271/task/12286/stat : 12286 (java) S 12268 12271 7184 0 -1 4202560 10991 0 0 0 64 3 0 0 20 0 19 0 104913413 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140729104939576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12287] ppid=12268 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12271/task/12287/stat : 12287 (java) S 12268 12271 7184 0 -1 4202560 3316 0 0 0 31 0 0 0 20 0 19 0 104913413 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140729103887032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12288] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12288/stat : 12288 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140729102834680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12289] ppid=12268 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12271/task/12289/stat : 12289 (java) S 12268 12271 7184 0 -1 4202560 100 0 0 0 35 25 0 0 20 0 19 0 104913413 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140729101782344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12290] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12290/stat : 12290 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913424 9856040960 113871 33554432000 1073741824 1073778376 140735205571392 140728093106984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.19 2.18 3/213 12399
/proc/meminfo: memFree=29712160/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=1785.63 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 21100 0 1 0 178503 60 0 0 20 0 19 0 104913407 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 115584 2277 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=1781.4 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2510 0 1 0 178109 31 0 0 20 0 19 0 104913407 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729285291712 140729116974688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12274] ppid=12268 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12271/task/12274/stat : 12274 (java) S 12268 12271 7184 0 -1 4202560 418 0 0 0 33 3 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729246791848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12275] ppid=12268 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12271/task/12275/stat : 12275 (java) S 12268 12271 7184 0 -1 4202560 367 0 0 0 32 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729245739304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12276] ppid=12268 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12271/task/12276/stat : 12276 (java) S 12268 12271 7184 0 -1 4202560 401 0 0 0 31 3 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729244686760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12277] ppid=12268 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12271/task/12277/stat : 12277 (java) S 12268 12271 7184 0 -1 4202560 287 0 0 0 33 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729243634216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12278] ppid=12268 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12271/task/12278/stat : 12278 (java) S 12268 12271 7184 0 -1 4202560 499 0 0 0 32 5 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729242581672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12279] ppid=12268 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12271/task/12279/stat : 12279 (java) S 12268 12271 7184 0 -1 4202560 294 0 0 0 30 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729241529128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12280] ppid=12268 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12271/task/12280/stat : 12280 (java) S 12268 12271 7184 0 -1 4202560 248 0 0 0 34 5 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729240476584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12281] ppid=12268 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/12271/task/12281/stat : 12281 (java) S 12268 12271 7184 0 -1 4202560 316 0 0 0 34 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729239424040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12282] ppid=12268 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12271/task/12282/stat : 12282 (java) S 12268 12271 7184 0 -1 4202560 92 0 0 0 0 3 0 0 20 0 19 0 104913409 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729109149800 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12283] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12283/stat : 12283 (java) S 12268 12271 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729108096120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12284] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12284/stat : 12284 (java) S 12268 12271 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729107043464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12285] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12285/stat : 12285 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729105992208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12286] ppid=12268 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12271/task/12286/stat : 12286 (java) S 12268 12271 7184 0 -1 4202560 10991 0 0 0 64 3 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729104939576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12287] ppid=12268 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12271/task/12287/stat : 12287 (java) S 12268 12271 7184 0 -1 4202560 3316 0 0 0 31 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729103887032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12288] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12288/stat : 12288 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729102834680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12289] ppid=12268 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12271/task/12289/stat : 12289 (java) S 12268 12271 7184 0 -1 4202560 103 0 0 0 36 26 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729101782344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12290] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12290/stat : 12290 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913424 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140728093106984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 12400
/proc/meminfo: memFree=29736308/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 21100 0 1 0 179943 60 0 0 20 0 19 0 104913407 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 115584 2277 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=1795.8 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2510 0 1 0 179549 31 0 0 20 0 19 0 104913407 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729285291712 140729117005793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12274] ppid=12268 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12271/task/12274/stat : 12274 (java) S 12268 12271 7184 0 -1 4202560 418 0 0 0 33 3 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729246791848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12275] ppid=12268 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12271/task/12275/stat : 12275 (java) S 12268 12271 7184 0 -1 4202560 367 0 0 0 32 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729245739304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12276] ppid=12268 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12271/task/12276/stat : 12276 (java) S 12268 12271 7184 0 -1 4202560 401 0 0 0 31 3 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729244686760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12277] ppid=12268 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12271/task/12277/stat : 12277 (java) S 12268 12271 7184 0 -1 4202560 287 0 0 0 33 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729243634216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12278] ppid=12268 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12271/task/12278/stat : 12278 (java) S 12268 12271 7184 0 -1 4202560 499 0 0 0 32 5 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729242581672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12279] ppid=12268 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12271/task/12279/stat : 12279 (java) S 12268 12271 7184 0 -1 4202560 294 0 0 0 30 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729241529128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12280] ppid=12268 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12271/task/12280/stat : 12280 (java) S 12268 12271 7184 0 -1 4202560 248 0 0 0 34 5 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729240476584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12281] ppid=12268 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/12271/task/12281/stat : 12281 (java) S 12268 12271 7184 0 -1 4202560 316 0 0 0 34 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729239424040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12282] ppid=12268 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12271/task/12282/stat : 12282 (java) S 12268 12271 7184 0 -1 4202560 92 0 0 0 0 3 0 0 20 0 19 0 104913409 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729109149800 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12283] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12283/stat : 12283 (java) S 12268 12271 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729108096120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12284] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12284/stat : 12284 (java) S 12268 12271 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729107043464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12285] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12285/stat : 12285 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729105992208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12286] ppid=12268 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12271/task/12286/stat : 12286 (java) S 12268 12271 7184 0 -1 4202560 10991 0 0 0 64 3 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729104939576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12287] ppid=12268 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12271/task/12287/stat : 12287 (java) S 12268 12271 7184 0 -1 4202560 3316 0 0 0 31 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729103887032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12288] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12288/stat : 12288 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729102834680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12289] ppid=12268 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12271/task/12289/stat : 12289 (java) S 12268 12271 7184 0 -1 4202560 103 0 0 0 36 26 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729101782344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12290] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12290/stat : 12290 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913424 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140728093106984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12271 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 12400
/proc/meminfo: memFree=29736308/32872528 swapFree=15784/1434320
[pid=12271] ppid=12268 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/12271/stat : 12271 (java) S 12268 12271 7184 0 -1 4202496 21100 0 1 0 179943 60 0 0 20 0 19 0 104913407 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140735205562528 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12271/statm: 2406260 115584 2277 9 0 2396937 0
[pid=12271/tid=12272] ppid=12268 vsize=9625040 CPUtime=1795.8 cores=0,2,4,6
/proc/12271/task/12272/stat : 12272 (java) R 12268 12271 7184 0 -1 4202560 2510 0 1 0 179549 31 0 0 20 0 19 0 104913407 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729285291712 140729117005793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12274] ppid=12268 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12271/task/12274/stat : 12274 (java) S 12268 12271 7184 0 -1 4202560 418 0 0 0 33 3 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729246791848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12275] ppid=12268 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12271/task/12275/stat : 12275 (java) S 12268 12271 7184 0 -1 4202560 367 0 0 0 32 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729245739304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12276] ppid=12268 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12271/task/12276/stat : 12276 (java) S 12268 12271 7184 0 -1 4202560 401 0 0 0 31 3 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729244686760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12277] ppid=12268 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12271/task/12277/stat : 12277 (java) S 12268 12271 7184 0 -1 4202560 287 0 0 0 33 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729243634216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12278] ppid=12268 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12271/task/12278/stat : 12278 (java) S 12268 12271 7184 0 -1 4202560 499 0 0 0 32 5 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729242581672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12279] ppid=12268 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12271/task/12279/stat : 12279 (java) S 12268 12271 7184 0 -1 4202560 294 0 0 0 30 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729241529128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12280] ppid=12268 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12271/task/12280/stat : 12280 (java) S 12268 12271 7184 0 -1 4202560 248 0 0 0 34 5 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729240476584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12271/tid=12281] ppid=12268 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/12271/task/12281/stat : 12281 (java) S 12268 12271 7184 0 -1 4202560 316 0 0 0 34 4 0 0 20 0 19 0 104913408 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729239424040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12282] ppid=12268 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12271/task/12282/stat : 12282 (java) S 12268 12271 7184 0 -1 4202560 92 0 0 0 0 3 0 0 20 0 19 0 104913409 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729109149800 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12271/tid=12283] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12283/stat : 12283 (java) S 12268 12271 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729108096120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12284] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12284/stat : 12284 (java) S 12268 12271 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104913410 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729107043464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12285] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12285/stat : 12285 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729105992208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12286] ppid=12268 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12271/task/12286/stat : 12286 (java) S 12268 12271 7184 0 -1 4202560 10991 0 0 0 64 3 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729104939576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12287] ppid=12268 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12271/task/12287/stat : 12287 (java) S 12268 12271 7184 0 -1 4202560 3316 0 0 0 31 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729103887032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12288] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12288/stat : 12288 (java) S 12268 12271 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729102834680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12271/tid=12289] ppid=12268 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12271/task/12289/stat : 12289 (java) S 12268 12271 7184 0 -1 4202560 103 0 0 0 36 26 0 0 20 0 19 0 104913413 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140729101782344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12271/tid=12290] ppid=12268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12271/task/12290/stat : 12290 (java) S 12268 12271 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104913424 9856040960 115584 33554432000 1073741824 1073778376 140735205571392 140728093106984 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.74
CPU time (s): 1800.69
CPU user time (s): 1799.59
CPU system time (s): 1.10283
CPU usage (%): 100.22
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 1.10283
maximum resident set size= 465736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21144
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38639
involuntary context switches= 10296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.55255 second user time and 14.4848 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 18:16:42
IDJOB=4085250
IDBENCH=2023
IDSOLVER=2546
FILE ID=node130/4085250-1465229802
RUNJOBID= node130-1465218951-7200
PBS_JOBID= 19843207
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085250-1465229802/watcher-4085250-1465229802 -o /tmp/evaluation-result-4085250-1465229802/solver-4085250-1465229802 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7200 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085250-1465229802.opb

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

MD5SUM BENCH= 2dad588c047f66368bead690393575a4
RANDOM SEED=1858695428

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30161176 kB
Buffers:           22032 kB
Cached:            92956 kB
SwapCached:         1756 kB
Active:           520572 kB
Inactive:          54648 kB
Active(anon):     461644 kB
Inactive(anon):     1200 kB
Active(file):      58928 kB
Inactive(file):    53448 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098348 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       1891984 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             567484 kB
SReclaimable:      10748 kB
SUnreclaim:       556736 kB
KernelStack:        1728 kB
PageTables:         7776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2193424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1851392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-06 18:46:39