Trace number 4106263

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 Res+CP PB16OPT3 1465.39 732.805

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=251-P2=101-P3=11-P4=89-P5=53-P6=439-P7=491-P8=389-B.opb
MD5SUM016a6113efb9500350327fbbc3111675
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.19097
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106263-1466270191.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.24	c ... done. Wall clock time 0.122s.
0.23/0.24	c declared #vars     216
0.23/0.24	c internal #vars     864
0.23/0.24	c #constraints  1321
0.23/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.23/0.24	c 1321 constraints processed.
0.23/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
0.23/0.24	c 1321 constraints processed.
0.23/0.24	c objective function length is 9 literals
2.55/0.81	c cleaning 2496 clauses out of 5000 with flag 10160/5000
4.47/1.37	c cleaning 4247 clauses out of 8504 with flag 22429/11000
5.58/1.81	c cleaning 5626 clauses out of 11257 with flag 37073/18000
6.65/2.36	c cleaning 6806 clauses out of 13631 with flag 54073/26000
8.28/3.10	c cleaning 7893 clauses out of 15826 with flag 73288/35001
9.68/3.82	c cleaning 8964 clauses out of 17933 with flag 93932/45001
11.71/4.81	c cleaning 9965 clauses out of 19969 with flag 117246/56001
13.35/5.69	c cleaning 10998 clauses out of 22003 with flag 145830/68000
15.93/6.95	c cleaning 12000 clauses out of 24005 with flag 174280/81000
17.97/7.96	c cleaning 12994 clauses out of 26008 with flag 204112/95003
20.03/8.98	c cleaning 14002 clauses out of 28013 with flag 237180/110002
23.34/10.59	c cleaning 14995 clauses out of 30010 with flag 270830/126001
27.54/12.60	c cleaning 15990 clauses out of 32015 with flag 308185/143001
27.74/12.72	c And the winner is solver0
27.74/12.74	c SATISFIABLE
27.74/12.74	c OPTIMIZING...
27.74/12.74	c Got one! Elapsed wall clock time (in seconds):12.629
27.74/12.74	o 163
28.13/12.95	c cleaning 10875 clauses out of 21796 with flag 6650/148772
29.13/13.47	c cleaning 8439 clauses out of 16922 with flag 19987/154773
29.99/13.86	c cleaning 7716 clauses out of 15483 with flag 34554/161773
31.02/14.39	c cleaning 7862 clauses out of 15767 with flag 50685/169773
32.00/14.87	c cleaning 8447 clauses out of 16905 with flag 69961/178773
32.20/14.97	c And the winner is solver0
32.39/15.25	c Got one! Elapsed wall clock time (in seconds):15.14
32.39/15.25	o 61
32.67/15.44	c cleaning 6869 clauses out of 13743 with flag 6446/184058
33.26/15.74	c cleaning 6420 clauses out of 12874 with flag 19320/190058
33.86/16.07	c cleaning 6726 clauses out of 13454 with flag 33975/197058
34.87/16.53	c cleaning 7338 clauses out of 14728 with flag 51224/205058
36.06/17.10	c cleaning 8183 clauses out of 16390 with flag 71562/214058
37.50/17.81	c cleaning 9097 clauses out of 18207 with flag 94566/224058
38.96/18.58	c cleaning 10042 clauses out of 20110 with flag 119523/235058
41.00/19.54	c cleaning 11019 clauses out of 22069 with flag 146423/247059
43.54/20.56	c cleaning 12021 clauses out of 24049 with flag 174265/260058
45.55/21.58	c cleaning 13008 clauses out of 26028 with flag 204671/274058
48.97/23.24	c cleaning 14004 clauses out of 28020 with flag 240668/289058
52.76/25.18	c cleaning 15005 clauses out of 30017 with flag 277931/305059
55.38/26.47	c cleaning 16005 clauses out of 32011 with flag 315960/322058
59.36/28.41	c cleaning 17000 clauses out of 34007 with flag 356004/340059
63.36/30.42	c cleaning 17992 clauses out of 36007 with flag 399388/359059
66.76/32.17	c cleaning 18997 clauses out of 38014 with flag 444880/379058
71.22/34.38	c cleaning 20001 clauses out of 40017 with flag 494971/400058
75.62/36.60	c cleaning 21003 clauses out of 42017 with flag 544436/422059
77.02/37.27	c cleaning 0 clauses out of 6056 with flag 0/6057
84.15/40.68	c cleaning 22002 clauses out of 44014 with flag 601548/445059
89.47/43.25	c cleaning 23003 clauses out of 46011 with flag 655537/469058
94.27/45.66	c cleaning 23999 clauses out of 48008 with flag 714762/494058
99.95/48.45	c cleaning 24997 clauses out of 50010 with flag 774531/520059
108.20/52.54	c cleaning 26001 clauses out of 52013 with flag 844708/547059
116.21/56.58	c cleaning 26995 clauses out of 54011 with flag 909244/575058
126.87/61.89	c cleaning 28003 clauses out of 56016 with flag 980401/604058
131.13/63.91	c And the winner is solver0
131.19/64.26	c Got one! Elapsed wall clock time (in seconds):64.148
131.19/64.26	o 37
133.05/65.27	c cleaning 27027 clauses out of 54076 with flag 11811/630121
135.05/66.26	c cleaning 16510 clauses out of 33048 with flag 25025/636120
136.05/66.76	c cleaning 11748 clauses out of 23538 with flag 42104/643120
136.65/67.07	c And the winner is solver0
136.84/67.26	c Got one! Elapsed wall clock time (in seconds):67.15
136.84/67.26	o 33
137.60/67.62	c cleaning 11544 clauses out of 23102 with flag 11119/654432
138.21/67.95	c cleaning 8768 clauses out of 17560 with flag 25192/660434
139.03/68.38	c And the winner is solver0
139.25/68.76	c Got one! Elapsed wall clock time (in seconds):68.651
139.25/68.76	o 19
139.71/69.07	c cleaning 10159 clauses out of 20336 with flag 11586/671978
140.52/69.47	c cleaning 8087 clauses out of 16176 with flag 24542/677977
141.31/69.85	c cleaning 7530 clauses out of 15090 with flag 39365/684978
142.61/70.45	c cleaning 7761 clauses out of 15560 with flag 57841/692978
143.76/71.02	c cleaning 8389 clauses out of 16798 with flag 79937/701977
145.16/71.70	c cleaning 9197 clauses out of 18409 with flag 103495/711977
147.76/73.03	c cleaning 10095 clauses out of 20213 with flag 130020/722978
149.37/73.89	c cleaning 11047 clauses out of 22118 with flag 155009/734978
151.16/74.78	c cleaning 12030 clauses out of 24070 with flag 182455/747977
152.16/75.29	c And the winner is solver0
152.41/75.77	c Got one! Elapsed wall clock time (in seconds):75.652
152.41/75.77	o 11
153.33/76.22	c cleaning 12794 clauses out of 25604 with flag 11654/761541
154.53/76.85	c cleaning 9394 clauses out of 18812 with flag 24351/767543
156.13/77.61	c cleaning 8194 clauses out of 16417 with flag 39217/774542
157.74/78.43	c cleaning 8097 clauses out of 16222 with flag 56144/782541
158.54/78.82	c cleaning 8557 clauses out of 17125 with flag 77257/791541
159.74/79.48	c cleaning 9275 clauses out of 18569 with flag 99072/801542
161.34/80.22	c cleaning 10139 clauses out of 20294 with flag 123314/812542
164.38/81.77	c cleaning 11075 clauses out of 22154 with flag 148242/824541
166.38/82.70	c cleaning 12029 clauses out of 24080 with flag 176785/837542
168.58/83.84	c cleaning 13017 clauses out of 26050 with flag 207789/851541
172.02/85.59	c cleaning 14012 clauses out of 28032 with flag 241181/866541
176.41/87.78	c cleaning 14992 clauses out of 30020 with flag 276357/882541
179.81/89.48	c And the winner is solver0
180.03/89.79	c Got one! Elapsed wall clock time (in seconds):89.68
180.03/89.79	o 7
181.47/90.54	c cleaning 18289 clauses out of 36591 with flag 11399/904104
182.47/91.04	c cleaning 12145 clauses out of 24301 with flag 24859/910103
183.28/91.49	c cleaning 9568 clauses out of 19158 with flag 40896/917105
184.27/91.95	c cleaning 8793 clauses out of 17588 with flag 60214/925103
185.48/92.57	c cleaning 8874 clauses out of 17796 with flag 80001/934104
187.67/93.63	c cleaning 9452 clauses out of 18923 with flag 102819/944105
190.29/94.96	c cleaning 10221 clauses out of 20469 with flag 126457/955103
192.29/95.94	c cleaning 11105 clauses out of 22249 with flag 153584/967104
194.30/96.99	c cleaning 12060 clauses out of 24144 with flag 181433/980104
196.89/98.28	c cleaning 13029 clauses out of 26083 with flag 210852/994103
199.53/99.56	c cleaning 14015 clauses out of 28055 with flag 242733/1009104
202.13/100.82	c cleaning 15013 clauses out of 30039 with flag 276449/1025103
203.93/101.71	c And the winner is solver0
203.93/101.80	c Got one! Elapsed wall clock time (in seconds):101.683
203.93/101.80	o 3
205.04/102.35	c cleaning 14987 clauses out of 29984 with flag 10337/1040061
206.64/103.10	c cleaning 10490 clauses out of 20997 with flag 22570/1046061
207.25/103.46	c cleaning 8742 clauses out of 17507 with flag 37681/1053061
208.43/104.02	c cleaning 8368 clauses out of 16766 with flag 54935/1061062
209.65/104.68	c cleaning 8693 clauses out of 17397 with flag 73799/1070061
211.03/105.36	c cleaning 9330 clauses out of 18706 with flag 96257/1080063
213.26/106.47	c cleaning 10183 clauses out of 20376 with flag 120801/1091063
214.66/107.14	c cleaning 11092 clauses out of 22191 with flag 147276/1103061
216.66/108.11	c cleaning 12041 clauses out of 24099 with flag 176948/1116061
220.09/109.89	c cleaning 13027 clauses out of 26059 with flag 208061/1130062
222.91/111.24	c cleaning 14011 clauses out of 28032 with flag 239599/1145062
225.89/112.74	c cleaning 15005 clauses out of 30020 with flag 274446/1161061
228.33/113.98	c cleaning 15985 clauses out of 32016 with flag 311101/1178062
231.54/115.52	c cleaning 16996 clauses out of 34030 with flag 350741/1196061
234.52/117.01	c cleaning 18009 clauses out of 36035 with flag 390890/1215062
237.96/118.70	c cleaning 18985 clauses out of 38025 with flag 435153/1235061
241.56/120.54	c cleaning 20012 clauses out of 40040 with flag 480473/1256061
241.96/120.73	c cleaning 0 clauses out of 13259 with flag 0/13266
247.38/123.41	c cleaning 20995 clauses out of 42029 with flag 528966/1278062
252.21/125.89	c cleaning 21995 clauses out of 44034 with flag 579610/1301062
257.01/128.29	c cleaning 23014 clauses out of 46038 with flag 636551/1325061
262.26/130.86	c cleaning 24005 clauses out of 48025 with flag 693100/1350062
270.27/134.88	c cleaning 25003 clauses out of 50019 with flag 749417/1376061
277.33/138.33	c cleaning 26004 clauses out of 52016 with flag 809619/1403061
286.78/143.07	c cleaning 27000 clauses out of 54013 with flag 872138/1431062
293.63/146.41	c cleaning 27992 clauses out of 56013 with flag 936220/1460062
306.88/153.01	c cleaning 29003 clauses out of 58020 with flag 1005908/1490061
317.13/158.15	c cleaning 30006 clauses out of 60017 with flag 1076483/1521061
326.60/162.83	c cleaning 30989 clauses out of 62011 with flag 1149405/1553061
335.83/167.42	c cleaning 32006 clauses out of 64023 with flag 1223679/1586062
350.92/174.93	c cleaning 33002 clauses out of 66017 with flag 1301491/1620062
369.42/184.14	c cleaning 33992 clauses out of 68014 with flag 1379628/1655061
384.13/191.43	c cleaning 34992 clauses out of 70022 with flag 1459756/1691061
394.57/196.66	c cleaning 36008 clauses out of 72030 with flag 1542240/1728061
405.92/202.48	c cleaning 36996 clauses out of 74022 with flag 1628881/1766061
416.38/207.61	c cleaning 38003 clauses out of 76028 with flag 1717084/1805063
426.66/212.73	c cleaning 38992 clauses out of 78024 with flag 1805410/1845062
437.93/218.32	c cleaning 40015 clauses out of 80031 with flag 1898379/1886062
451.39/225.01	c cleaning 41004 clauses out of 82016 with flag 1995223/1928062
468.70/233.61	c cleaning 41997 clauses out of 84013 with flag 2090875/1971063
481.38/239.94	c cleaning 42997 clauses out of 86015 with flag 2191776/2015062
496.05/247.20	c cleaning 43996 clauses out of 88017 with flag 2291129/2060061
510.74/254.51	c cleaning 45001 clauses out of 90021 with flag 2396291/2106061
530.22/264.24	c cleaning 45998 clauses out of 92019 with flag 2499628/2153061
533.30/265.90	c cleaning 0 clauses out of 19258 with flag 0/19265
553.42/275.96	c cleaning 46997 clauses out of 94022 with flag 2602889/2201062
572.71/285.52	c cleaning 47996 clauses out of 96024 with flag 2713646/2250061
589.41/293.88	c cleaning 48988 clauses out of 98028 with flag 2827886/2300061
613.06/305.67	c cleaning 50007 clauses out of 100040 with flag 2939160/2351061
636.95/317.41	c cleaning 51013 clauses out of 102034 with flag 3054575/2403062
654.59/326.26	c cleaning 51989 clauses out of 104020 with flag 3173210/2456061
681.49/339.67	c cleaning 53012 clauses out of 106031 with flag 3296213/2510061
710.18/353.93	c cleaning 54001 clauses out of 108019 with flag 3427443/2565061
732.73/365.35	c cleaning 54996 clauses out of 110019 with flag 3553961/2621062
755.20/376.57	c cleaning 55999 clauses out of 112023 with flag 3684151/2678062
776.35/387.03	c cleaning 57006 clauses out of 114022 with flag 3814588/2736061
796.63/397.19	c cleaning 58003 clauses out of 116017 with flag 3949166/2795062
827.13/412.32	c cleaning 58999 clauses out of 118013 with flag 4085861/2855061
847.26/422.34	c cleaning 60003 clauses out of 120015 with flag 4219868/2916062
863.30/430.30	c cleaning 0 clauses out of 26258 with flag 0/26265
869.95/433.62	c cleaning 60995 clauses out of 122012 with flag 4355217/2978062
897.47/447.39	c cleaning 62001 clauses out of 124017 with flag 4496389/3041062
925.46/461.20	c cleaning 62994 clauses out of 126016 with flag 4638596/3105062
955.22/476.40	c cleaning 64011 clauses out of 128024 with flag 4782486/3170064
988.38/492.85	c cleaning 64998 clauses out of 130010 with flag 4930777/3236061
1020.28/508.71	c cleaning 65994 clauses out of 132012 with flag 5082960/3303061
1054.19/525.68	c cleaning 66997 clauses out of 134018 with flag 5234920/3371062
1104.87/550.84	c cleaning 68005 clauses out of 136019 with flag 5387961/3440061
1144.62/570.68	c cleaning 68999 clauses out of 138014 with flag 5541196/3510061
1197.56/597.05	c cleaning 70000 clauses out of 140015 with flag 5697214/3581061
1248.39/622.34	c cleaning 71005 clauses out of 142016 with flag 5855456/3653062
1300.97/648.71	c cleaning 72001 clauses out of 144011 with flag 6018819/3726062
1307.82/652.13	c cleaning 0 clauses out of 34259 with flag 0/34266
1373.58/684.91	c cleaning 72999 clauses out of 146007 with flag 6178302/3800061
1459.95/727.91	c And the winner is solver0
1464.96/732.79	c >>>>>>>>>> Solver number 0 (9 answers) <<<<<<<<<<<<<<<<<<
1464.96/732.79	c starts		: 7979
1464.96/732.79	c conflicts		: 3874965
1464.96/732.79	c decisions		: 4487744
1464.96/732.79	c propagations		: 87395988
1464.96/732.79	c inspects		: 10609023942
1464.96/732.79	c shortcuts		: 0
1464.96/732.79	c learnt literals	: 14
1464.96/732.79	c learnt binary clauses	: 46
1464.96/732.79	c learnt ternary clauses	: 110
1464.96/732.79	c learnt constraints	: 3874950
1464.96/732.79	c ignored constraints	: 0
1464.96/732.79	c root simplifications	: 0
1464.96/732.79	c removed literals (reason simplification)	: 11458480
1464.96/732.79	c reason swapping (by a shorter reason)	: 0
1464.96/732.79	c Calls to reduceDB	: 151
1464.96/732.79	c Number of update (reduction) of LBD	: 136001
1464.96/732.79	c Imported unit clauses	: 0
1464.96/732.79	c number of reductions to clauses (during analyze)	: 0
1464.96/732.79	c number of learned constraints concerned by reduction	: 0
1464.96/732.79	c number of learning phase by resolution	: 0
1464.96/732.79	c number of learning phase by cutting planes	: 0
1464.96/732.79	c speed (assignments/second)	: 119304.59971742351
1464.96/732.79	c non guided choices	37448
1464.96/732.79	c learnt constraints type 
1464.96/732.79	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1464.96/732.79	c starts		: 119
1464.96/732.79	c conflicts		: 35968
1464.96/732.79	c decisions		: 41681
1464.96/732.79	c propagations		: 607315
1464.96/732.79	c inspects		: 895234649
1464.96/732.79	c shortcuts		: 0
1464.96/732.79	c learnt literals	: 0
1464.96/732.79	c learnt binary clauses	: 0
1464.96/732.79	c learnt ternary clauses	: 0
1464.96/732.79	c learnt constraints	: 35961
1464.96/732.79	c ignored constraints	: 0
1464.96/732.79	c root simplifications	: 0
1464.96/732.79	c removed literals (reason simplification)	: 0
1464.96/732.79	c reason swapping (by a shorter reason)	: 0
1464.96/732.79	c Calls to reduceDB	: 5
1464.96/732.79	c Number of update (reduction) of LBD	: 0
1464.96/732.79	c Imported unit clauses	: 0
1464.96/732.79	c number of reductions to clauses (during analyze)	: 0
1464.96/732.79	c number of learned constraints concerned by reduction	: 0
1464.96/732.79	c number of learning phase by resolution	: 0
1464.96/732.79	c number of learning phase by cutting planes	: 0
1464.96/732.79	c speed (assignments/second)	: 962.4765448690317
1464.96/732.79	c non guided choices	2122
1464.96/732.79	c learnt constraints type 
1464.96/732.79	s OPTIMUM FOUND
1464.96/732.79	c Found 8 solution(s)
1464.96/732.79	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 -x14 x15 x16 -x17 x18 x19 -x20 -x21 x22 x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 x33 -x34 x35 -x36 x37 -x38 -x39 -x40 x41 x42 -x43 x44 -x45 x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 x58 -x59 -x60 x61 x62 x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 x85 -x86 x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 x99 x100 -x101 -x102 -x103 x104 -x105 x106 x107 x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 x118 x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 x127 x128 -x129 x130 x131 -x132 x133 x134 x135 x136 x137 x138 -x139 -x140 -x141 x142 -x143 x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 x164 -x165 -x166 -x167 x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 x194 x195 x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 x210 -x211 -x212 x213 -x214 x215 -x216 
1464.96/732.79	c objective function=3
1464.96/732.79	c Total wall clock time (in seconds): 732.677

Verifier Data

OK	3

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

pid=7865
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.26 3.27 3.37 4/197 7868
/proc/meminfo: memFree=28098764/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7868/stat : 7868 (java) D 7865 7868 3621 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 29065889 9515008 176 33554432000 1073741824 1073778376 140736493109968 140736493092696 214369649552 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2323 176 133 9 0 71 0

[startup+0.100157 s]
/proc/loadavg: 3.26 3.27 3.37 4/197 7868
/proc/meminfo: memFree=28098764/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 4467 0 1 0 8 1 0 0 20 0 18 0 29065889 9787879424 5587 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2389619 5587 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 3.26 3.27 3.37 4/197 7868
/proc/meminfo: memFree=28098764/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 4680 0 1 0 22 1 0 0 20 0 18 0 29065889 9787879424 6790 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2389619 6790 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 3.26 3.27 3.37 4/197 7868
/proc/meminfo: memFree=28098764/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 7605 0 1 0 52 2 0 0 20 0 22 0 29065889 10060525568 10322 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 10322 2242 9 0 2446860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+0.700189 s]
/proc/loadavg: 3.26 3.27 3.37 4/197 7868
/proc/meminfo: memFree=28098764/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 17269 0 1 0 210 5 0 0 20 0 22 0 29065889 10060525568 22521 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 22521 2257 9 0 2446860 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 3.26 3.27 3.37 7/219 7890
/proc/meminfo: memFree=27923604/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9824732 CPUtime=4.97 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 28310 0 1 0 489 8 0 0 20 0 22 0 29065889 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 47301 2281 9 0 2446860 0
[pid=7868/tid=7870] ppid=7865 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/7868/task/7870/stat : 7870 (java) S 7865 7868 3621 0 -1 4202560 2470 0 1 0 21 0 0 0 20 0 22 0 29065890 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678896661368 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7871] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7871/stat : 7871 (java) S 7865 7868 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678740523560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7872] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7872/stat : 7872 (java) S 7865 7868 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678739470760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7873] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7873/stat : 7873 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678738417960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7874] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7874/stat : 7874 (java) S 7865 7868 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678737365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7875] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7875/stat : 7875 (java) S 7865 7868 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678736313384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7876] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7876/stat : 7876 (java) S 7865 7868 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678735260584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7877] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7877/stat : 7877 (java) S 7865 7868 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678734207784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7878] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7878/stat : 7878 (java) S 7865 7868 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678733154984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7879] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7879/stat : 7879 (java) S 7865 7868 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678720743912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7880] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7880/stat : 7880 (java) S 7865 7868 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678719689976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) S 7865 7868 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678718637064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7882] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7882/stat : 7882 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065894 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678717585552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7883] ppid=7865 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/7868/task/7883/stat : 7883 (java) S 7865 7868 3621 0 -1 4202560 14992 0 0 0 112 4 0 0 20 0 22 0 29065894 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678716533688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7884] ppid=7865 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/7868/task/7884/stat : 7884 (java) S 7865 7868 3621 0 -1 4202560 9337 0 0 0 105 2 0 0 20 0 22 0 29065894 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678715480888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7885] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7885/stat : 7885 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065894 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678714428280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7886] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7886/stat : 7886 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065894 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678713375688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7887] ppid=7865 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/7868/task/7887/stat : 7887 (java) R 7865 7868 3621 0 -1 4202560 21 0 0 0 122 0 0 0 20 0 22 0 29065913 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678712311808 140678836925628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7888] ppid=7865 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/7868/task/7888/stat : 7888 (java) R 7865 7868 3621 0 -1 4202560 105 0 0 0 119 2 0 0 20 0 22 0 29065913 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678711267864 140678836890240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7889] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7889/stat : 7889 (java) S 7865 7868 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29065914 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678710215592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7890] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7890/stat : 7890 (java) S 7865 7868 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29065914 10060525568 47301 33554432000 1073741824 1073778376 140736493109968 140678709162792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.26 3.27 3.37 5/219 7890
/proc/meminfo: memFree=27872256/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9824732 CPUtime=8.28 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 28959 0 1 0 814 14 0 0 20 0 22 0 29065889 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 84694 2281 9 0 2446860 0
[pid=7868/tid=7870] ppid=7865 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/7868/task/7870/stat : 7870 (java) S 7865 7868 3621 0 -1 4202560 2470 0 1 0 21 0 0 0 20 0 22 0 29065890 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678896661368 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7871] ppid=7865 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7868/task/7871/stat : 7871 (java) S 7865 7868 3621 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678740523560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7872] ppid=7865 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7868/task/7872/stat : 7872 (java) S 7865 7868 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678739470760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7873] ppid=7865 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7868/task/7873/stat : 7873 (java) S 7865 7868 3621 0 -1 4202560 112 0 0 0 2 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678738417960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7874] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7874/stat : 7874 (java) S 7865 7868 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678737365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7875] ppid=7865 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7868/task/7875/stat : 7875 (java) S 7865 7868 3621 0 -1 4202560 127 0 0 0 1 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678736313384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7876] ppid=7865 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7868/task/7876/stat : 7876 (java) S 7865 7868 3621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678735260584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7877] ppid=7865 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7868/task/7877/stat : 7877 (java) S 7865 7868 3621 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678734207784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7878] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7878/stat : 7878 (java) S 7865 7868 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29065891 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678733154984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7879] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7879/stat : 7879 (java) S 7865 7868 3621 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678720743912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7880] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7880/stat : 7880 (java) S 7865 7868 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678719689976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) S 7865 7868 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678718637064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7882] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7882/stat : 7882 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065894 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678717585552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7883] ppid=7865 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/7868/task/7883/stat : 7883 (java) S 7865 7868 3621 0 -1 4202560 15001 0 0 0 118 4 0 0 20 0 22 0 29065894 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678716533688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7884] ppid=7865 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/7868/task/7884/stat : 7884 (java) S 7865 7868 3621 0 -1 4202560 9337 0 0 0 106 2 0 0 20 0 22 0 29065894 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678715480888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7885] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7885/stat : 7885 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065894 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678714428280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7886] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7886/stat : 7886 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065894 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678713375688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7887] ppid=7865 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/7868/task/7887/stat : 7887 (java) R 7865 7868 3621 0 -1 4202560 26 0 0 0 277 0 0 0 20 0 22 0 29065913 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678712320608 140678837693236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7888] ppid=7865 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/7868/task/7888/stat : 7888 (java) R 7865 7868 3621 0 -1 4202560 159 0 0 0 271 5 0 0 20 0 22 0 29065913 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678711266672 140678836841060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7889] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7889/stat : 7889 (java) S 7865 7868 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29065914 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678710215592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7890] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7890/stat : 7890 (java) S 7865 7868 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29065914 10060525568 84694 33554432000 1073741824 1073778376 140736493109968 140678709162792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 3.40 3.29 3.38 5/219 7890
/proc/meminfo: memFree=27509044/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9824732 CPUtime=14.73 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 29548 0 1 0 1451 22 0 0 20 0 22 0 29065889 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 166094 2281 9 0 2446860 0
[pid=7868/tid=7870] ppid=7865 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/7868/task/7870/stat : 7870 (java) S 7865 7868 3621 0 -1 4202560 2470 0 1 0 21 0 0 0 20 0 22 0 29065890 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678896661368 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7871] ppid=7865 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7868/task/7871/stat : 7871 (java) S 7865 7868 3621 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678740523560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7872] ppid=7865 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7868/task/7872/stat : 7872 (java) S 7865 7868 3621 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678739470760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7873] ppid=7865 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7868/task/7873/stat : 7873 (java) S 7865 7868 3621 0 -1 4202560 123 0 0 0 2 1 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678738417960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7874] ppid=7865 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7868/task/7874/stat : 7874 (java) S 7865 7868 3621 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678737365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7875] ppid=7865 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7868/task/7875/stat : 7875 (java) S 7865 7868 3621 0 -1 4202560 146 0 0 0 3 1 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678736313384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7876] ppid=7865 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7868/task/7876/stat : 7876 (java) S 7865 7868 3621 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678735260584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7877] ppid=7865 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7868/task/7877/stat : 7877 (java) S 7865 7868 3621 0 -1 4202560 122 0 0 0 3 1 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678734207784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7878] ppid=7865 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7868/task/7878/stat : 7878 (java) S 7865 7868 3621 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29065891 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678733154984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7879] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7879/stat : 7879 (java) S 7865 7868 3621 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678720743912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7880] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7880/stat : 7880 (java) S 7865 7868 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678719689976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) S 7865 7868 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29065892 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678718637064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7882] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7882/stat : 7882 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29065894 10060525568 166094 33554432000 1073741824 1073778376 140736493109968 140678717585552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7883] ppid=7865 vsize=9824732 CPUtime=1.22 cores=0,2,4,6

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

/proc/7868/task/7878/stat : 7878 (java) S 7865 7868 3621 0 -1 4202560 384 0 0 0 189 7 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678733154984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7879] ppid=7865 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/7868/task/7879/stat : 7879 (java) S 7865 7868 3621 0 -1 4202560 1663 0 0 0 208 18 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678720743912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7880] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7880/stat : 7880 (java) S 7865 7868 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678719689976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) S 7865 7868 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678718637064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7882] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7882/stat : 7882 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678717585552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7883] ppid=7865 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/7868/task/7883/stat : 7883 (java) S 7865 7868 3621 0 -1 4202560 25444 0 0 0 253 6 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678716533688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7884] ppid=7865 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/7868/task/7884/stat : 7884 (java) S 7865 7868 3621 0 -1 4202560 9351 0 0 0 147 2 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678715480888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7885] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7885/stat : 7885 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678714428280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7886] ppid=7865 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7868/task/7886/stat : 7886 (java) S 7865 7868 3621 0 -1 4202560 43 0 0 0 12 16 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678713375688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7890] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7890/stat : 7890 (java) S 7865 7868 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29065914 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678709162792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1461.86
Current children cumulated vsize (KiB) 9824732

[startup+731.201 s]
/proc/loadavg: 4.20 3.89 3.67 4/216 8374
/proc/meminfo: memFree=25638116/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=9824732 CPUtime=1463.46 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 47422 0 1 0 146161 185 0 0 20 0 19 0 29065889 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 519905 2295 9 0 2446860 0
[pid=7868/tid=7870] ppid=7865 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/7868/task/7870/stat : 7870 (java) R 7865 7868 3621 0 -1 4202560 2477 0 1 0 305 2 0 0 20 0 19 0 29065890 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678896658992 140678837672981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7871] ppid=7865 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/7868/task/7871/stat : 7871 (java) S 7865 7868 3621 0 -1 4202560 529 0 0 0 188 11 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678740523560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7872] ppid=7865 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/7868/task/7872/stat : 7872 (java) S 7865 7868 3621 0 -1 4202560 392 0 0 0 201 8 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678739470760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7873] ppid=7865 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7868/task/7873/stat : 7873 (java) S 7865 7868 3621 0 -1 4202560 603 0 0 0 178 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678738417960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7874] ppid=7865 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/7868/task/7874/stat : 7874 (java) S 7865 7868 3621 0 -1 4202560 623 0 0 0 196 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678737365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7875] ppid=7865 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/7868/task/7875/stat : 7875 (java) S 7865 7868 3621 0 -1 4202560 471 0 0 0 180 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678736313384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7876] ppid=7865 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/7868/task/7876/stat : 7876 (java) S 7865 7868 3621 0 -1 4202560 437 0 0 0 194 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678735260584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7877] ppid=7865 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/7868/task/7877/stat : 7877 (java) S 7865 7868 3621 0 -1 4202560 520 0 0 0 189 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678734207784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7878] ppid=7865 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/7868/task/7878/stat : 7878 (java) S 7865 7868 3621 0 -1 4202560 384 0 0 0 189 7 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678733154984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7879] ppid=7865 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/7868/task/7879/stat : 7879 (java) S 7865 7868 3621 0 -1 4202560 1663 0 0 0 208 18 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678720743912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7880] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7880/stat : 7880 (java) S 7865 7868 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678719689976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) S 7865 7868 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678718637064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7882] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7882/stat : 7882 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678717585552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7883] ppid=7865 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/7868/task/7883/stat : 7883 (java) S 7865 7868 3621 0 -1 4202560 25444 0 0 0 253 6 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678716533688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7884] ppid=7865 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/7868/task/7884/stat : 7884 (java) S 7865 7868 3621 0 -1 4202560 9351 0 0 0 147 2 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678715480888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7885] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7885/stat : 7885 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678714428280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7886] ppid=7865 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7868/task/7886/stat : 7886 (java) S 7865 7868 3621 0 -1 4202560 43 0 0 0 12 16 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678713375688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7890] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7890/stat : 7890 (java) S 7865 7868 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29065914 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678709162792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1463.46
Current children cumulated vsize (KiB) 9824732

[startup+732.001 s]
/proc/loadavg: 4.20 3.89 3.67 5/216 8374
/proc/meminfo: memFree=25647424/32872528 swapFree=1286404/1433572
[pid=7868] ppid=7865 vsize=9824732 CPUtime=1464.26 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 47422 0 1 0 146241 185 0 0 20 0 19 0 29065889 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 519905 2295 9 0 2446860 0
[pid=7868/tid=7870] ppid=7865 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/7868/task/7870/stat : 7870 (java) R 7865 7868 3621 0 -1 4202560 2477 0 1 0 385 2 0 0 20 0 19 0 29065890 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678896658992 140678837672960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7871] ppid=7865 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/7868/task/7871/stat : 7871 (java) S 7865 7868 3621 0 -1 4202560 529 0 0 0 188 11 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678740523560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7872] ppid=7865 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/7868/task/7872/stat : 7872 (java) S 7865 7868 3621 0 -1 4202560 392 0 0 0 201 8 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678739470760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7873] ppid=7865 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7868/task/7873/stat : 7873 (java) S 7865 7868 3621 0 -1 4202560 603 0 0 0 178 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678738417960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7874] ppid=7865 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/7868/task/7874/stat : 7874 (java) S 7865 7868 3621 0 -1 4202560 623 0 0 0 196 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678737365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7875] ppid=7865 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/7868/task/7875/stat : 7875 (java) S 7865 7868 3621 0 -1 4202560 471 0 0 0 180 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678736313384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7876] ppid=7865 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/7868/task/7876/stat : 7876 (java) S 7865 7868 3621 0 -1 4202560 437 0 0 0 194 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678735260584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7877] ppid=7865 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/7868/task/7877/stat : 7877 (java) S 7865 7868 3621 0 -1 4202560 520 0 0 0 189 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678734207784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7878] ppid=7865 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/7868/task/7878/stat : 7878 (java) S 7865 7868 3621 0 -1 4202560 384 0 0 0 189 7 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678733154984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7879] ppid=7865 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/7868/task/7879/stat : 7879 (java) S 7865 7868 3621 0 -1 4202560 1663 0 0 0 208 18 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678720743912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7880] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7880/stat : 7880 (java) S 7865 7868 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678719689976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) S 7865 7868 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678718637064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7882] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7882/stat : 7882 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678717585552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7883] ppid=7865 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/7868/task/7883/stat : 7883 (java) S 7865 7868 3621 0 -1 4202560 25444 0 0 0 253 6 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678716533688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7884] ppid=7865 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/7868/task/7884/stat : 7884 (java) S 7865 7868 3621 0 -1 4202560 9351 0 0 0 147 2 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678715480888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7885] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7885/stat : 7885 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678714428280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7886] ppid=7865 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7868/task/7886/stat : 7886 (java) S 7865 7868 3621 0 -1 4202560 43 0 0 0 12 16 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678713375688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7890] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7890/stat : 7890 (java) S 7865 7868 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29065914 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678709162792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1464.26
Current children cumulated vsize (KiB) 9824732

[startup+732.401 s]
/proc/loadavg: 4.20 3.89 3.67 5/216 8374
/proc/meminfo: memFree=25647424/32872528 swapFree=1286404/1433572
[pid=7868] ppid=7865 vsize=9824732 CPUtime=1464.65 cores=0,2,4,6
/proc/7868/stat : 7868 (java) S 7865 7868 3621 0 -1 4202496 47422 0 1 0 146280 185 0 0 20 0 19 0 29065889 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140736493101104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 2456183 519905 2295 9 0 2446860 0
[pid=7868/tid=7870] ppid=7865 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/7868/task/7870/stat : 7870 (java) R 7865 7868 3621 0 -1 4202560 2477 0 1 0 424 2 0 0 20 0 19 0 29065890 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678896658992 140678837673039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7871] ppid=7865 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/7868/task/7871/stat : 7871 (java) S 7865 7868 3621 0 -1 4202560 529 0 0 0 188 11 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678740523560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7872] ppid=7865 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/7868/task/7872/stat : 7872 (java) S 7865 7868 3621 0 -1 4202560 392 0 0 0 201 8 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678739470760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7873] ppid=7865 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7868/task/7873/stat : 7873 (java) S 7865 7868 3621 0 -1 4202560 603 0 0 0 178 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678738417960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7874] ppid=7865 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/7868/task/7874/stat : 7874 (java) S 7865 7868 3621 0 -1 4202560 623 0 0 0 196 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678737365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7875] ppid=7865 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/7868/task/7875/stat : 7875 (java) S 7865 7868 3621 0 -1 4202560 471 0 0 0 180 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678736313384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7876] ppid=7865 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/7868/task/7876/stat : 7876 (java) S 7865 7868 3621 0 -1 4202560 437 0 0 0 194 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678735260584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7877] ppid=7865 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/7868/task/7877/stat : 7877 (java) S 7865 7868 3621 0 -1 4202560 520 0 0 0 189 9 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678734207784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7878] ppid=7865 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/7868/task/7878/stat : 7878 (java) S 7865 7868 3621 0 -1 4202560 384 0 0 0 189 7 0 0 20 0 19 0 29065891 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678733154984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7879] ppid=7865 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/7868/task/7879/stat : 7879 (java) S 7865 7868 3621 0 -1 4202560 1663 0 0 0 208 18 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678720743912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7880] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7880/stat : 7880 (java) S 7865 7868 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678719689976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) S 7865 7868 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 29065892 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678718637064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7882] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7882/stat : 7882 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678717585552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7868/tid=7883] ppid=7865 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/7868/task/7883/stat : 7883 (java) S 7865 7868 3621 0 -1 4202560 25444 0 0 0 253 6 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678716533688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7868/tid=7884] ppid=7865 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/7868/task/7884/stat : 7884 (java) S 7865 7868 3621 0 -1 4202560 9351 0 0 0 147 2 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678715480888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7885] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7885/stat : 7885 (java) S 7865 7868 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678714428280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7868/tid=7886] ppid=7865 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7868/task/7886/stat : 7886 (java) S 7865 7868 3621 0 -1 4202560 43 0 0 0 12 16 0 0 20 0 19 0 29065894 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678713375688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7868/tid=7890] ppid=7865 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7890/stat : 7890 (java) S 7865 7868 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29065914 10060525568 519905 33554432000 1073741824 1073778376 140736493109968 140678709162792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1464.65
Current children cumulated vsize (KiB) 9824732

[startup+732.801 s]
/proc/loadavg: 4.20 3.89 3.67 5/216 8374
/proc/meminfo: memFree=25647672/32872528 swapFree=1286400/1433568
[pid=7868] ppid=7865 vsize=0 CPUtime=1465.38 cores=0,2,4,6
/proc/7868/stat : 7868 (java) Z 7865 7868 3621 0 -1 4203532 47428 0 1 0 146330 208 0 0 20 0 2 0 29065889 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7868/statm: 0 0 0 0 0 0 0
[pid=7868/tid=7881] ppid=7865 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/7868/task/7881/stat : 7881 (java) R 7865 7868 3621 0 -1 4203588 15 0 0 0 0 0 0 0 20 0 2 0 29065892 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1465.38
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 732.805
CPU time (s): 1465.39
CPU user time (s): 1463.31
CPU system time (s): 2.08368
CPU usage (%): 199.97
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1463.31
system time used= 2.08368
maximum resident set size= 2877140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47428
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24163
involuntary context switches= 37284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.19421 second user time and 6.74697 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 19:16:31
IDJOB=4106263
IDBENCH=47994
IDSOLVER=2543
FILE ID=node130/4106263-1466270191
RUNJOBID= node130-1466264922-3637
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=251-P1=251-P2=101-P3=11-P4=89-P5=53-P6=439-P7=491-P8=389-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106263-1466270191/watcher-4106263-1466270191 -o /tmp/evaluation-result-4106263-1466270191/solver-4106263-1466270191 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3637 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106263-1466270191.opb

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

MD5SUM BENCH= 016a6113efb9500350327fbbc3111675
RANDOM SEED=108168369

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.365
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.73
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.365
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.365
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.365
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.55
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.365
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.365
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.53
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.365
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.56
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.365
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:        28099672 kB
Buffers:           45076 kB
Cached:           166324 kB
SwapCached:         1876 kB
Active:          2426284 kB
Inactive:         160408 kB
Active(anon):    2375704 kB
Inactive(anon):     2212 kB
Active(file):      50580 kB
Inactive(file):   158196 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:              1016 kB
Writeback:             0 kB
AnonPages:       3872000 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             601828 kB
SReclaimable:      44824 kB
SUnreclaim:       557004 kB
KernelStack:        1784 kB
PageTables:        12068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3991804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2533376 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-18 19:28:44