Trace number 4081184

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 PB16SAT (TO)63 1803.88 904.521

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM28425c3b4907da9ba10ee31a4de63042
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark24.6483
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
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 constraint3
Maximum length of a constraint5
Number of terms in the objective function 225
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081184-1465226145.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.18	c ... done. Wall clock time 0.058s.
0.09/0.18	c declared #vars     225
0.09/0.18	c #constraints  225
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 225
0.09/0.18	c 225 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.09/0.18	c 225 constraints processed.
0.09/0.18	c objective function length is 225 literals
0.09/0.19	c And the winner is solver0
0.21/0.68	c SATISFIABLE
0.21/0.68	c OPTIMIZING...
0.21/0.68	c Got one! Elapsed wall clock time (in seconds):0.563
0.21/0.68	o 75
0.24/0.70	c And the winner is solver0
0.27/1.19	c Got one! Elapsed wall clock time (in seconds):1.067
0.27/1.19	o 74
0.32/1.27	c And the winner is solver0
0.86/1.69	c Got one! Elapsed wall clock time (in seconds):1.57
0.86/1.69	o 73
1.24/1.89	c And the winner is solver1
1.79/2.19	c Got one! Elapsed wall clock time (in seconds):2.072
1.79/2.19	o 72
1.82/2.24	c And the winner is solver1
2.17/2.34	c cleaning 3045 clauses out of 6097 with flag 2377/6097
2.40/2.69	c Got one! Elapsed wall clock time (in seconds):2.574
2.40/2.69	o 71
2.65/2.85	c And the winner is solver1
2.78/3.19	c Got one! Elapsed wall clock time (in seconds):3.075
2.78/3.19	o 70
2.79/3.24	c cleaning 4217 clauses out of 8441 with flag 2654/11486
3.24/3.47	c cleaning 5112 clauses out of 10224 with flag 17607/17486
3.43/3.59	c And the winner is solver1
3.64/3.70	c Got one! Elapsed wall clock time (in seconds):3.577
3.64/3.70	o 69
3.64/3.78	c cleaning 5282 clauses out of 10564 with flag 4858/22938
4.44/4.02	c cleaning 5639 clauses out of 11281 with flag 19361/28937
4.87/4.29	c cleaning 6320 clauses out of 12642 with flag 36511/35937
5.53/4.55	c And the winner is solver1
5.62/4.70	c Got one! Elapsed wall clock time (in seconds):4.579
5.62/4.70	o 68
6.07/4.98	c cleaning 8901 clauses out of 17804 with flag 12050/47419
6.68/5.24	c cleaning 7452 clauses out of 14903 with flag 27039/53419
6.88/5.31	c And the winner is solver1
6.92/5.70	c Got one! Elapsed wall clock time (in seconds):5.581
6.92/5.70	o 67
7.14/5.84	c cleaning 6228 clauses out of 12458 with flag 8015/58426
7.80/6.12	c cleaning 6115 clauses out of 12229 with flag 23221/64425
8.21/6.38	c cleaning 6556 clauses out of 13114 with flag 40967/71425
8.84/6.69	c cleaning 7277 clauses out of 14559 with flag 61567/79426
9.92/7.15	c cleaning 8137 clauses out of 16281 with flag 85637/88425
10.71/7.52	c And the winner is solver1
10.77/7.70	c Got one! Elapsed wall clock time (in seconds):7.583
10.77/7.70	o 66
11.16/7.97	c cleaning 10838 clauses out of 21680 with flag 11903/101961
11.76/8.23	c cleaning 8421 clauses out of 16842 with flag 26725/107961
12.36/8.50	c cleaning 7709 clauses out of 15422 with flag 43934/114962
13.07/8.89	c cleaning 7853 clauses out of 15712 with flag 63847/122961
13.85/9.26	c cleaning 8428 clauses out of 16859 with flag 87258/131961
14.85/9.72	c cleaning 9215 clauses out of 18432 with flag 113175/141962
15.46/10.06	c And the winner is solver1
15.59/10.20	c Got one! Elapsed wall clock time (in seconds):10.084
15.59/10.20	o 65
16.06/10.48	c cleaning 11111 clauses out of 22221 with flag 12582/154966
16.68/10.73	c cleaning 8553 clauses out of 17110 with flag 27377/160966
17.09/10.99	c cleaning 7776 clauses out of 15557 with flag 45220/167966
17.98/11.31	c cleaning 7889 clauses out of 15781 with flag 65619/175966
18.58/11.67	c cleaning 8444 clauses out of 16892 with flag 88281/184966
19.38/12.09	c cleaning 9218 clauses out of 18448 with flag 113226/194966
20.58/12.63	c cleaning 10116 clauses out of 20231 with flag 143834/205967
21.58/13.20	c cleaning 11054 clauses out of 22114 with flag 175755/217966
23.49/14.03	c cleaning 12027 clauses out of 24060 with flag 214376/230966
25.29/14.91	c cleaning 13017 clauses out of 26034 with flag 252393/244967
27.29/15.91	c cleaning 14008 clauses out of 28016 with flag 291043/259966
29.79/17.14	c cleaning 15004 clauses out of 30008 with flag 331608/275966
31.99/18.29	c cleaning 16001 clauses out of 32005 with flag 374450/292967
32.80/18.66	c And the winner is solver1
32.92/18.71	c Got one! Elapsed wall clock time (in seconds):18.588
32.92/18.71	o 64
33.30/18.97	c cleaning 14343 clauses out of 28695 with flag 13969/305658
33.90/19.22	c cleaning 10172 clauses out of 20352 with flag 30315/311658
34.50/19.50	c cleaning 8586 clauses out of 17180 with flag 47725/318658
34.90/19.80	c cleaning 8294 clauses out of 16595 with flag 67780/326659
35.70/20.16	c cleaning 8648 clauses out of 17300 with flag 91488/335658
36.50/20.53	c cleaning 9326 clauses out of 18652 with flag 116671/345658
37.31/20.97	c cleaning 10162 clauses out of 20326 with flag 144750/356658
38.30/21.45	c cleaning 11081 clauses out of 22164 with flag 176567/368658
39.51/22.05	c cleaning 12040 clauses out of 24084 with flag 212309/381659
40.70/22.69	c cleaning 13020 clauses out of 26044 with flag 249438/395659
42.31/23.44	c cleaning 14011 clauses out of 28023 with flag 286445/410658
43.91/24.22	c cleaning 15003 clauses out of 30012 with flag 326687/426658
45.50/25.02	c cleaning 16000 clauses out of 32009 with flag 370059/443658
47.50/26.03	c cleaning 17001 clauses out of 34009 with flag 414945/461658
49.50/27.08	c cleaning 18002 clauses out of 36008 with flag 461340/480658
52.10/28.33	c cleaning 19002 clauses out of 38007 with flag 513668/500659
54.50/29.59	c cleaning 20001 clauses out of 40005 with flag 567332/521659
57.50/31.06	c cleaning 21001 clauses out of 42006 with flag 627406/543661
60.90/32.72	c cleaning 22001 clauses out of 44003 with flag 689579/566659
64.30/34.49	c cleaning 22995 clauses out of 46001 with flag 757367/590658
68.11/36.33	c cleaning 23999 clauses out of 48006 with flag 822144/615658
71.90/38.28	c cleaning 25000 clauses out of 50008 with flag 892817/641659
75.89/40.28	c cleaning 26002 clauses out of 52007 with flag 966750/668658
80.50/42.54	c cleaning 26999 clauses out of 54005 with flag 1041981/696658
85.62/45.06	c cleaning 28003 clauses out of 56008 with flag 1122282/725660
91.03/47.72	c cleaning 29002 clauses out of 58003 with flag 1202296/755658
95.63/50.08	c cleaning 30001 clauses out of 60002 with flag 1283390/786659
101.44/52.97	c cleaning 30997 clauses out of 62000 with flag 1368197/818658
107.64/56.09	c cleaning 32003 clauses out of 64005 with flag 1460240/851660
114.45/59.50	c cleaning 32995 clauses out of 66000 with flag 1549094/885658
120.74/62.55	c cleaning 33996 clauses out of 68006 with flag 1638860/920659
128.54/66.46	c cleaning 35001 clauses out of 70009 with flag 1737633/956658
134.81/69.55	c And the winner is solver1
134.81/69.72	c Got one! Elapsed wall clock time (in seconds):69.603
134.81/69.72	o 63
135.64/70.17	c cleaning 35917 clauses out of 71836 with flag 13359/993486
136.46/70.55	c cleaning 20959 clauses out of 41920 with flag 30337/999487
137.04/70.87	c cleaning 13979 clauses out of 27962 with flag 48900/1006488
137.64/71.20	c cleaning 10991 clauses out of 21981 with flag 69917/1014486
138.46/71.57	c cleaning 9995 clauses out of 19991 with flag 95892/1023487
139.24/71.99	c cleaning 9994 clauses out of 19995 with flag 123928/1033486
140.24/72.48	c cleaning 10501 clauses out of 21001 with flag 153929/1044486
141.44/73.09	c cleaning 11247 clauses out of 22502 with flag 191937/1056488
142.85/73.78	c cleaning 12127 clauses out of 24253 with flag 232633/1069486
144.24/74.45	c cleaning 13062 clauses out of 26126 with flag 271723/1083486
145.64/75.12	c cleaning 14030 clauses out of 28064 with flag 309315/1098486
147.25/75.91	c cleaning 15013 clauses out of 30035 with flag 352273/1114487
148.84/76.74	c cleaning 16011 clauses out of 32022 with flag 396693/1131487
150.84/77.75	c cleaning 17002 clauses out of 34011 with flag 441863/1149487
152.84/78.78	c cleaning 18002 clauses out of 36009 with flag 489238/1168487
155.04/79.89	c cleaning 18999 clauses out of 38006 with flag 540148/1188486
157.64/81.17	c cleaning 20000 clauses out of 40007 with flag 593206/1209486
160.45/82.54	c cleaning 21000 clauses out of 42008 with flag 648680/1231487
163.64/84.16	c cleaning 22003 clauses out of 44008 with flag 712462/1254487
167.44/86.09	c cleaning 23000 clauses out of 46004 with flag 788470/1278486
171.45/88.04	c cleaning 23996 clauses out of 48004 with flag 856751/1303486
175.44/90.04	c cleaning 25004 clauses out of 50010 with flag 930978/1329488
179.63/92.11	c cleaning 26002 clauses out of 52004 with flag 1001436/1356486
183.83/94.22	c cleaning 27000 clauses out of 54002 with flag 1073704/1384486
188.03/96.31	c cleaning 27999 clauses out of 56002 with flag 1149162/1413486
193.03/98.81	c cleaning 28999 clauses out of 58004 with flag 1229818/1443487
197.85/101.23	c cleaning 29999 clauses out of 60004 with flag 1317034/1474486
203.33/103.91	c cleaning 31003 clauses out of 62006 with flag 1407310/1506487
209.14/106.85	c cleaning 31995 clauses out of 64002 with flag 1498235/1539486
215.74/110.11	c cleaning 33000 clauses out of 66007 with flag 1586873/1573486
223.93/114.20	c cleaning 34003 clauses out of 68007 with flag 1675709/1608486
231.33/117.92	c cleaning 34999 clauses out of 70005 with flag 1776663/1644487
238.72/121.70	c cleaning 35999 clauses out of 72007 with flag 1874056/1681488
245.52/125.01	c cleaning 37002 clauses out of 74007 with flag 1975208/1719487
252.72/128.62	c cleaning 37994 clauses out of 76004 with flag 2077232/1758486
260.12/132.34	c cleaning 39002 clauses out of 78011 with flag 2181462/1798487
268.33/136.49	c cleaning 40001 clauses out of 80009 with flag 2291797/1839487
274.72/139.70	c cleaning 40995 clauses out of 82007 with flag 2405534/1881486
283.93/144.23	c cleaning 42003 clauses out of 84012 with flag 2532077/1924486
293.11/148.83	c cleaning 42999 clauses out of 86010 with flag 2662396/1968487
302.71/153.62	c cleaning 44003 clauses out of 88010 with flag 2793154/2013486
313.71/159.14	c cleaning 45003 clauses out of 90007 with flag 2930855/2059486
324.31/164.45	c cleaning 45997 clauses out of 92004 with flag 3057524/2106486
336.52/170.54	c cleaning 47000 clauses out of 94009 with flag 3207910/2154488
346.70/175.60	c cleaning 48001 clauses out of 96008 with flag 3335957/2203487
357.90/181.21	c cleaning 49002 clauses out of 98006 with flag 3467094/2253486
369.30/187.00	c cleaning 50001 clauses out of 100004 with flag 3604907/2304486
380.90/192.76	c cleaning 50998 clauses out of 102003 with flag 3744502/2356486
393.29/198.92	c cleaning 52003 clauses out of 104006 with flag 3897855/2409487
406.09/205.37	c cleaning 53000 clauses out of 106003 with flag 4061544/2463487
419.49/212.02	c cleaning 54001 clauses out of 108003 with flag 4230896/2518487
434.09/219.33	c cleaning 54997 clauses out of 110001 with flag 4395057/2574486
447.88/226.22	c cleaning 56001 clauses out of 112005 with flag 4582809/2631487
462.48/233.55	c cleaning 57000 clauses out of 114003 with flag 4760004/2689486
478.68/241.64	c cleaning 58001 clauses out of 116004 with flag 4935850/2748487
493.68/249.15	c cleaning 58998 clauses out of 118003 with flag 5102922/2808487
508.30/256.41	c cleaning 60000 clauses out of 120004 with flag 5289451/2869486
524.88/264.78	c cleaning 60999 clauses out of 122004 with flag 5453659/2931486
541.09/272.88	c cleaning 62003 clauses out of 124005 with flag 5623843/2994486
559.07/281.87	c cleaning 62994 clauses out of 126003 with flag 5807291/3058487
577.27/290.93	c cleaning 63999 clauses out of 128008 with flag 5991499/3123486
597.66/301.16	c cleaning 65000 clauses out of 130010 with flag 6172623/3189487
617.66/311.10	c cleaning 66003 clauses out of 132009 with flag 6380441/3256486
639.06/321.89	c cleaning 67001 clauses out of 134006 with flag 6583019/3324486
659.26/331.95	c cleaning 67994 clauses out of 136005 with flag 6782740/3393486
682.07/343.33	c cleaning 69003 clauses out of 138011 with flag 6971231/3463486
704.07/354.33	c cleaning 69999 clauses out of 140009 with flag 7191795/3534487
726.45/365.57	c cleaning 71001 clauses out of 142009 with flag 7429164/3606486
749.05/376.85	c cleaning 71998 clauses out of 144010 with flag 7646925/3679488
772.06/388.38	c cleaning 73002 clauses out of 146010 with flag 7865467/3753486
794.52/399.61	c cleaning 74003 clauses out of 148008 with flag 8087877/3828486
815.93/410.34	c cleaning 74999 clauses out of 150006 with flag 8328505/3904487
840.32/422.51	c cleaning 75995 clauses out of 152006 with flag 8559590/3981486
862.32/433.59	c cleaning 77000 clauses out of 154012 with flag 8811243/4059487
886.71/445.73	c cleaning 77998 clauses out of 156011 with flag 9037666/4138486
915.70/460.23	c cleaning 78999 clauses out of 158013 with flag 9278449/4218486
942.69/473.72	c cleaning 80005 clauses out of 160015 with flag 9503119/4299487
973.49/489.20	c cleaning 80997 clauses out of 162010 with flag 9728320/4381487
999.68/502.22	c cleaning 82003 clauses out of 164012 with flag 9946369/4464486
1029.29/517.02	c cleaning 83001 clauses out of 166009 with flag 10191575/4548486
1054.47/529.67	c cleaning 84000 clauses out of 168008 with flag 10455964/4633486
1087.86/546.37	c cleaning 85000 clauses out of 170009 with flag 10697442/4719487
1115.47/560.14	c cleaning 86004 clauses out of 172010 with flag 10927202/4806488
1143.46/574.10	c cleaning 87003 clauses out of 174005 with flag 11154481/4894487
1172.05/588.48	c cleaning 87998 clauses out of 176002 with flag 11388716/4983487
1205.65/605.26	c cleaning 89000 clauses out of 178003 with flag 11632480/5073486
1241.24/623.01	c cleaning 89997 clauses out of 180003 with flag 11866856/5164486
1279.04/641.92	c cleaning 90999 clauses out of 182006 with flag 12114103/5256486
1313.24/659.09	c cleaning 92002 clauses out of 184007 with flag 12365261/5349486
1346.62/675.72	c cleaning 92994 clauses out of 186005 with flag 12602121/5443486
1383.21/694.03	c cleaning 94005 clauses out of 188011 with flag 12847780/5538486
1420.61/712.74	c cleaning 94994 clauses out of 190007 with flag 13106437/5634487
1454.21/729.55	c cleaning 95996 clauses out of 192012 with flag 13370462/5731486
1492.60/748.76	c cleaning 97003 clauses out of 194017 with flag 13610499/5829487
1533.79/769.37	c cleaning 97999 clauses out of 196014 with flag 13849171/5928487
1577.78/791.38	c cleaning 99002 clauses out of 198014 with flag 14092837/6028486
1625.59/815.27	c cleaning 99997 clauses out of 200012 with flag 14340583/6129486
1672.17/838.52	c cleaning 100997 clauses out of 202016 with flag 14583649/6231487
1716.16/860.55	c cleaning 102001 clauses out of 204018 with flag 14829765/6334486
1763.36/884.12	c cleaning 103001 clauses out of 206017 with flag 15087957/6438486
1802.69/903.81	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1802.69/903.81	c starts		: 96099
1802.69/903.81	c conflicts		: 6520359
1802.69/903.81	c decisions		: 16114688
1802.69/903.81	c propagations		: 180369253
1802.69/903.81	c inspects		: 20137708850
1802.69/903.81	c shortcuts		: 0
1802.69/903.81	c learnt literals	: 0
1802.69/903.81	c learnt binary clauses	: 0
1802.69/903.81	c learnt ternary clauses	: 0
1802.69/903.81	c learnt constraints	: 6520359
1802.69/903.81	c ignored constraints	: 0
1802.69/903.81	c root simplifications	: 0
1802.69/903.81	c removed literals (reason simplification)	: 15753646
1802.69/903.81	c reason swapping (by a shorter reason)	: 0
1802.69/903.81	c Calls to reduceDB	: 164
1802.69/903.81	c Number of update (reduction) of LBD	: 742918
1802.69/903.81	c Imported unit clauses	: 0
1802.69/903.81	c number of reductions to clauses (during analyze)	: 0
1802.69/903.81	c number of learned constraints concerned by reduction	: 0
1802.69/903.81	c number of learning phase by resolution	: 0
1802.69/903.81	c number of learning phase by cutting planes	: 0
1802.69/903.81	c speed (assignments/second)	: 216247.7885973389
1802.69/903.81	c non guided choices	0
1802.69/903.84	c learnt constraints type 
1802.69/903.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 184889
1802.69/903.84	c >>>>>>>>>> Solver number 1 (10 answers) <<<<<<<<<<<<<<<<<<
1802.69/903.84	c starts		: 34
1802.69/903.84	c conflicts		: 4638
1802.69/903.84	c decisions		: 16297
1802.69/903.84	c propagations		: 75113
1802.69/903.84	c inspects		: 32243444
1802.69/903.84	c shortcuts		: 0
1802.69/903.84	c learnt literals	: 0
1802.69/903.84	c learnt binary clauses	: 0
1802.69/903.84	c learnt ternary clauses	: 0
1802.69/903.84	c learnt constraints	: 4637
1802.69/903.84	c ignored constraints	: 0
1802.69/903.84	c root simplifications	: 0
1802.69/903.84	c removed literals (reason simplification)	: 0
1802.69/903.84	c reason swapping (by a shorter reason)	: 0
1802.69/903.84	c Calls to reduceDB	: 0
1802.69/903.84	c Number of update (reduction) of LBD	: 0
1802.69/903.84	c Imported unit clauses	: 0
1802.69/903.84	c number of reductions to clauses (during analyze)	: 0
1802.69/903.84	c number of learned constraints concerned by reduction	: 0
1802.69/903.84	c number of learning phase by resolution	: 0
1802.69/903.84	c number of learning phase by cutting planes	: 0
1802.69/903.84	c speed (assignments/second)	: 83.26026689663658
1802.69/903.84	c non guided choices	0
1802.69/903.84	c learnt constraints type 
1802.69/903.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 597
1802.69/903.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4040
1802.69/903.84	s SATISFIABLE
1802.69/903.84	c Found 13 solution(s)
1802.69/903.84	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 -x217 -x218 x219 -x220 -x221 -x222 x223 x224 -x225 
1802.69/903.84	c objective function=63
1802.69/903.84	c Total wall clock time (in seconds): 903.722

Verifier Data

OK	63

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-4081184-1465226145/watcher-4081184-1465226145 -o /tmp/evaluation-result-4081184-1465226145/solver-4081184-1465226145 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465220812-974 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081184-1465226145.opb 

pid=2518
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.13 4.12 4.05 4/195 2521
/proc/meminfo: memFree=27823172/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2521/stat : 2521 (java) D 2518 2521 955 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 104549343 9515008 185 33554432000 1073741824 1073778376 140736480350448 140736480341672 235374538167 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/2521/statm: 2323 185 142 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.13 4.12 4.05 4/195 2521
/proc/meminfo: memFree=27823172/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 104549343 9787879424 6036 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 4.13 4.12 4.05 4/195 2521
/proc/meminfo: memFree=27823172/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 4719 0 1 0 20 1 0 0 20 0 19 0 104549343 10060525568 7831 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2456183 7831 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.300299 s]
/proc/loadavg: 4.13 4.12 4.05 4/195 2521
/proc/meminfo: memFree=27823172/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 4719 0 1 0 20 1 0 0 20 0 19 0 104549343 10060525568 7831 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2456183 7831 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.70027 s]
/proc/loadavg: 4.13 4.12 4.05 4/195 2521
/proc/meminfo: memFree=27823172/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 4928 0 1 0 22 2 0 0 20 0 22 0 104549343 10060525568 9056 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2456183 9056 2228 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 3.96 4.09 4.04 3/214 2546
/proc/meminfo: memFree=27795092/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 12544 0 1 0 80 6 0 0 20 0 19 0 104549343 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2456183 14412 2248 9 0 2446860 0
[pid=2521/tid=2523] ppid=2518 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2521/task/2523/stat : 2523 (java) S 2518 2521 955 0 -1 4202560 2418 0 1 0 14 1 0 0 20 0 19 0 104549344 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687672669048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2524] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2524/stat : 2524 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687645121448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2525] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2525/stat : 2525 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687644068904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2526] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2526/stat : 2526 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687643015848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2527] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2527/stat : 2527 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687641963304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2528] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2528/stat : 2528 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687640910248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2529] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2529/stat : 2529 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687639857704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2530] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2530/stat : 2530 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687638804648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2531] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2531/stat : 2531 (java) S 2518 2521 955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687508879656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2532] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2532/stat : 2532 (java) S 2518 2521 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104549346 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687025933160 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2533] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2533/stat : 2533 (java) S 2518 2521 955 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104549346 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687024879480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2534] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2534/stat : 2534 (java) S 2518 2521 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104549347 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687023826312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2535] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2535/stat : 2535 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687022775056 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2536] ppid=2518 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2521/task/2536/stat : 2536 (java) S 2518 2521 955 0 -1 4202560 2032 0 0 0 17 0 0 0 20 0 19 0 104549349 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687021721912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2537] ppid=2518 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/2521/task/2537/stat : 2537 (java) S 2518 2521 955 0 -1 4202560 6740 0 0 0 32 0 0 0 20 0 19 0 104549349 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687020669368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2538] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2538/stat : 2538 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687019616504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2539] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2539/stat : 2539 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687018564168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2543] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2543/stat : 2543 (java) S 2518 2521 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104549362 10060525568 14412 33554432000 1073741824 1073778376 140734109011888 139687014352296 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 3.96 4.09 4.04 7/217 2555
/proc/meminfo: memFree=27745948/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 22948 0 1 0 265 13 0 0 20 0 19 0 104549343 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2456183 37755 2270 9 0 2446860 0
[pid=2521/tid=2523] ppid=2518 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2521/task/2523/stat : 2523 (java) S 2518 2521 955 0 -1 4202560 2419 0 1 0 14 2 0 0 20 0 19 0 104549344 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687672669048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2524] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2524/stat : 2524 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687645121448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2525] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2525/stat : 2525 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687644068904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2526] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2526/stat : 2526 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687643015848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2527] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2527/stat : 2527 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687641963304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2528] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2528/stat : 2528 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687640910248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2529] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2529/stat : 2529 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687639857704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2530] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2530/stat : 2530 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687638804648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2531] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2531/stat : 2531 (java) S 2518 2521 955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104549345 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687508879656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2532] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2532/stat : 2532 (java) S 2518 2521 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104549346 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687025933160 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2533] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2533/stat : 2533 (java) S 2518 2521 955 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104549346 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687024879480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2534] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2534/stat : 2534 (java) S 2518 2521 955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104549347 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687023826312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2535] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2535/stat : 2535 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687022775056 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2536] ppid=2518 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/2521/task/2536/stat : 2536 (java) S 2518 2521 955 0 -1 4202560 11583 0 0 0 68 2 0 0 20 0 19 0 104549349 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687021721912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2537] ppid=2518 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/2521/task/2537/stat : 2537 (java) S 2518 2521 955 0 -1 4202560 7533 0 0 0 78 0 0 0 20 0 19 0 104549349 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687020669368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2538] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2538/stat : 2538 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687019616504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2539] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2539/stat : 2539 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687018564168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2552] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2552/stat : 2552 (java) S 2518 2521 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104549512 10060525568 37755 33554432000 1073741824 1073778376 140734109011888 139687015404584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9824732

[startup+6.30078 s]
/proc/loadavg: 3.96 4.09 4.04 3/214 2567
/proc/meminfo: memFree=27581420/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9824732 CPUtime=8.21 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 23995 0 1 0 789 32 0 0 20 0 22 0 104549343 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2456183 92705 2287 9 0 2446860 0
[pid=2521/tid=2523] ppid=2518 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2521/task/2523/stat : 2523 (java) S 2518 2521 955 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 22 0 104549344 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687672669048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2524] ppid=2518 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2521/task/2524/stat : 2524 (java) S 2518 2521 955 0 -1 4202560 89 0 0 0 6 1 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687645121448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2525] ppid=2518 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2521/task/2525/stat : 2525 (java) S 2518 2521 955 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687644068904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2526] ppid=2518 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2521/task/2526/stat : 2526 (java) S 2518 2521 955 0 -1 4202560 122 0 0 0 2 2 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687643015848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2527] ppid=2518 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2521/task/2527/stat : 2527 (java) S 2518 2521 955 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687641963304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2528] ppid=2518 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2521/task/2528/stat : 2528 (java) S 2518 2521 955 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687640910248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2529] ppid=2518 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2521/task/2529/stat : 2529 (java) S 2518 2521 955 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687639857704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2530] ppid=2518 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2521/task/2530/stat : 2530 (java) S 2518 2521 955 0 -1 4202560 45 0 0 0 5 0 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687638804648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2531] ppid=2518 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2521/task/2531/stat : 2531 (java) S 2518 2521 955 0 -1 4202560 165 0 0 0 4 2 0 0 20 0 22 0 104549345 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687508879656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2532] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2532/stat : 2532 (java) S 2518 2521 955 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 22 0 104549346 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687025933160 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2533] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2533/stat : 2533 (java) S 2518 2521 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104549346 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687024879480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2534] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2534/stat : 2534 (java) S 2518 2521 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104549347 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687023826312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2535] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2535/stat : 2535 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104549349 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687022775056 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2536] ppid=2518 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/2521/task/2536/stat : 2536 (java) S 2518 2521 955 0 -1 4202560 11655 0 0 0 85 3 0 0 20 0 22 0 104549349 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687021721912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2537] ppid=2518 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/2521/task/2537/stat : 2537 (java) S 2518 2521 955 0 -1 4202560 7535 0 0 0 90 0 0 0 20 0 22 0 104549349 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687020669368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2538] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2538/stat : 2538 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104549349 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687019616504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2539] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2539/stat : 2539 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104549349 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687018564168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2552] ppid=2518 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2552/stat : 2552 (java) S 2518 2521 955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104549512 10060525568 92705 33554432000 1073741824 1073778376 140734109011888 139687015404584 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732


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

/proc/2521/task/2582/stat : 2582 (java) S 2518 2521 955 0 -1 4202560 4 0 0 0 82982 14 0 0 20 0 23 0 104556315 10128687104 797134 33554432000 1073741824 1073778376 140734109011888 139687016455496 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2583] ppid=2518 vsize=9891296 CPUtime=830.62 cores=1,3,5,7
/proc/2521/task/2583/stat : 2583 (java) R 2518 2521 955 0 -1 4202560 4 0 0 0 83050 12 0 0 20 0 23 0 104556315 10128687104 797134 33554432000 1073741824 1073778376 140734109011888 139687017507696 139687520454877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2584] ppid=2518 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2584/stat : 2584 (java) S 2518 2521 955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 104556316 10128687104 797134 33554432000 1073741824 1073778376 140734109011888 139687014352168 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2687] ppid=2518 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2687/stat : 2687 (java) S 2518 2521 955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 104639593 10128687104 797134 33554432000 1073741824 1073778376 140734109011888 139687013298280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 9891296

[startup+904.001 s]
/proc/loadavg: 4.04 4.04 4.00 5/219 2687
/proc/meminfo: memFree=25056328/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9957860 CPUtime=1801 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 45071 0 1 0 179832 268 0 0 20 0 19 0 104549343 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2489465 830901 2303 9 0 2480142 0
[pid=2521/tid=2523] ppid=2518 vsize=9957860 CPUtime=0.19 cores=1,3,5,7
/proc/2521/task/2523/stat : 2523 (java) S 2518 2521 955 0 -1 4202560 2420 0 1 0 17 2 0 0 20 0 19 0 104549344 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687672669048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2524] ppid=2518 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/2521/task/2524/stat : 2524 (java) S 2518 2521 955 0 -1 4202560 2176 0 0 0 31 12 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687645121448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2525] ppid=2518 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/2521/task/2525/stat : 2525 (java) S 2518 2521 955 0 -1 4202560 1904 0 0 0 28 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687644068904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2526] ppid=2518 vsize=9957860 CPUtime=0.4 cores=1,3,5,7
/proc/2521/task/2526/stat : 2526 (java) S 2518 2521 955 0 -1 4202560 2977 0 0 0 26 14 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687643015848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2527] ppid=2518 vsize=9957860 CPUtime=0.42 cores=1,3,5,7
/proc/2521/task/2527/stat : 2527 (java) S 2518 2521 955 0 -1 4202560 2038 0 0 0 28 14 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687641963304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2528] ppid=2518 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/2521/task/2528/stat : 2528 (java) S 2518 2521 955 0 -1 4202560 2329 0 0 0 30 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687640910248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2529] ppid=2518 vsize=9957860 CPUtime=0.49 cores=1,3,5,7
/proc/2521/task/2529/stat : 2529 (java) S 2518 2521 955 0 -1 4202560 2299 0 0 0 34 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687639857704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2530] ppid=2518 vsize=9957860 CPUtime=0.38 cores=1,3,5,7
/proc/2521/task/2530/stat : 2530 (java) S 2518 2521 955 0 -1 4202560 2190 0 0 0 27 11 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687638804648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2531] ppid=2518 vsize=9957860 CPUtime=0.44 cores=1,3,5,7
/proc/2521/task/2531/stat : 2531 (java) S 2518 2521 955 0 -1 4202560 2685 0 0 0 29 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687508879656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2532] ppid=2518 vsize=9957860 CPUtime=1.7 cores=1,3,5,7
/proc/2521/task/2532/stat : 2532 (java) R 2518 2521 955 0 -1 4202560 1643 0 0 0 97 73 0 0 20 0 19 0 104549346 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687025933336 139687679703935 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2533] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2533/stat : 2533 (java) S 2518 2521 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104549346 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687024879480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2534] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2534/stat : 2534 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104549347 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687023826312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2535] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2535/stat : 2535 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687022774632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2536] ppid=2518 vsize=9957860 CPUtime=1.17 cores=1,3,5,7
/proc/2521/task/2536/stat : 2536 (java) S 2518 2521 955 0 -1 4202560 12057 0 0 0 114 3 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687021698376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2537] ppid=2518 vsize=9957860 CPUtime=0.92 cores=1,3,5,7
/proc/2521/task/2537/stat : 2537 (java) S 2518 2521 955 0 -1 4202560 7535 0 0 0 92 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687020669368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2538] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2538/stat : 2538 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687019616504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2583] ppid=2518 vsize=9957860 CPUtime=830.91 cores=1,3,5,7
/proc/2521/task/2583/stat : 2583 (java) R 2518 2521 955 0 -1 4202560 4 0 0 0 83079 12 0 0 20 0 19 0 104556315 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687017508040 139687520454833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2687] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2687/stat : 2687 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104639593 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687013299208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 9957860

[startup+904.401 s]
/proc/loadavg: 4.04 4.04 4.00 5/215 2688
/proc/meminfo: memFree=24921464/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9957860 CPUtime=1801.8 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 45072 0 1 0 179881 299 0 0 20 0 19 0 104549343 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2489465 830901 2303 9 0 2480142 0
[pid=2521/tid=2523] ppid=2518 vsize=9957860 CPUtime=0.19 cores=1,3,5,7
/proc/2521/task/2523/stat : 2523 (java) S 2518 2521 955 0 -1 4202560 2421 0 1 0 17 2 0 0 20 0 19 0 104549344 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687672668760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2524] ppid=2518 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/2521/task/2524/stat : 2524 (java) S 2518 2521 955 0 -1 4202560 2176 0 0 0 31 12 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687645121448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2525] ppid=2518 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/2521/task/2525/stat : 2525 (java) S 2518 2521 955 0 -1 4202560 1904 0 0 0 28 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687644068904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2526] ppid=2518 vsize=9957860 CPUtime=0.4 cores=1,3,5,7
/proc/2521/task/2526/stat : 2526 (java) S 2518 2521 955 0 -1 4202560 2977 0 0 0 26 14 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687643015848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2527] ppid=2518 vsize=9957860 CPUtime=0.42 cores=1,3,5,7
/proc/2521/task/2527/stat : 2527 (java) S 2518 2521 955 0 -1 4202560 2038 0 0 0 28 14 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687641963304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2528] ppid=2518 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/2521/task/2528/stat : 2528 (java) S 2518 2521 955 0 -1 4202560 2329 0 0 0 30 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687640910248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2529] ppid=2518 vsize=9957860 CPUtime=0.49 cores=1,3,5,7
/proc/2521/task/2529/stat : 2529 (java) S 2518 2521 955 0 -1 4202560 2299 0 0 0 34 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687639857704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2530] ppid=2518 vsize=9957860 CPUtime=0.38 cores=1,3,5,7
/proc/2521/task/2530/stat : 2530 (java) S 2518 2521 955 0 -1 4202560 2190 0 0 0 27 11 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687638804648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2531] ppid=2518 vsize=9957860 CPUtime=0.44 cores=1,3,5,7
/proc/2521/task/2531/stat : 2531 (java) S 2518 2521 955 0 -1 4202560 2685 0 0 0 29 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687508879656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2532] ppid=2518 vsize=9957860 CPUtime=2.1 cores=1,3,5,7
/proc/2521/task/2532/stat : 2532 (java) R 2518 2521 955 0 -1 4202560 1643 0 0 0 106 104 0 0 20 0 19 0 104549346 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687025933336 235374677127 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2533] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2533/stat : 2533 (java) S 2518 2521 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104549346 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687024879480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2534] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2534/stat : 2534 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104549347 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687023826312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2535] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2535/stat : 2535 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687022774632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2536] ppid=2518 vsize=9957860 CPUtime=1.17 cores=1,3,5,7
/proc/2521/task/2536/stat : 2536 (java) S 2518 2521 955 0 -1 4202560 12057 0 0 0 114 3 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687021698376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2537] ppid=2518 vsize=9957860 CPUtime=0.92 cores=1,3,5,7
/proc/2521/task/2537/stat : 2537 (java) S 2518 2521 955 0 -1 4202560 7535 0 0 0 92 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687020669368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2538] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2538/stat : 2538 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687019616504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2583] ppid=2518 vsize=9957860 CPUtime=831.31 cores=1,3,5,7
/proc/2521/task/2583/stat : 2583 (java) R 2518 2521 955 0 -1 4202560 4 0 0 0 83119 12 0 0 20 0 19 0 104556315 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687017508040 139687520454784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2687] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2687/stat : 2687 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104639593 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687013299208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.8
Current children cumulated vsize (KiB) 9957860

[startup+904.501 s]
/proc/loadavg: 4.04 4.04 4.00 5/215 2688
/proc/meminfo: memFree=24921464/32872528 swapFree=13256/481332
[pid=2521] ppid=2518 vsize=9957860 CPUtime=1801.99 cores=1,3,5,7
/proc/2521/stat : 2521 (java) S 2518 2521 955 0 -1 4202496 45072 0 1 0 179894 305 0 0 20 0 19 0 104549343 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 140734109003024 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2521/statm: 2489465 830901 2303 9 0 2480142 0
[pid=2521/tid=2523] ppid=2518 vsize=9957860 CPUtime=0.19 cores=1,3,5,7
/proc/2521/task/2523/stat : 2523 (java) S 2518 2521 955 0 -1 4202560 2421 0 1 0 17 2 0 0 20 0 19 0 104549344 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687672668760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2524] ppid=2518 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/2521/task/2524/stat : 2524 (java) S 2518 2521 955 0 -1 4202560 2176 0 0 0 31 12 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687645121448 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2525] ppid=2518 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/2521/task/2525/stat : 2525 (java) S 2518 2521 955 0 -1 4202560 1904 0 0 0 28 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687644068904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2526] ppid=2518 vsize=9957860 CPUtime=0.4 cores=1,3,5,7
/proc/2521/task/2526/stat : 2526 (java) S 2518 2521 955 0 -1 4202560 2977 0 0 0 26 14 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687643015848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2527] ppid=2518 vsize=9957860 CPUtime=0.42 cores=1,3,5,7
/proc/2521/task/2527/stat : 2527 (java) S 2518 2521 955 0 -1 4202560 2038 0 0 0 28 14 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687641963304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2528] ppid=2518 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/2521/task/2528/stat : 2528 (java) S 2518 2521 955 0 -1 4202560 2329 0 0 0 30 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687640910248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2529] ppid=2518 vsize=9957860 CPUtime=0.49 cores=1,3,5,7
/proc/2521/task/2529/stat : 2529 (java) S 2518 2521 955 0 -1 4202560 2299 0 0 0 34 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687639857704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2530] ppid=2518 vsize=9957860 CPUtime=0.38 cores=1,3,5,7
/proc/2521/task/2530/stat : 2530 (java) S 2518 2521 955 0 -1 4202560 2190 0 0 0 27 11 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687638804648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2531] ppid=2518 vsize=9957860 CPUtime=0.44 cores=1,3,5,7
/proc/2521/task/2531/stat : 2531 (java) S 2518 2521 955 0 -1 4202560 2685 0 0 0 29 15 0 0 20 0 19 0 104549345 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687508879656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2532] ppid=2518 vsize=9957860 CPUtime=2.2 cores=1,3,5,7
/proc/2521/task/2532/stat : 2532 (java) R 2518 2521 955 0 -1 4202560 1643 0 0 0 110 110 0 0 20 0 19 0 104549346 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687025933336 235374677127 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2533] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2533/stat : 2533 (java) S 2518 2521 955 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104549346 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687024879480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2534] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2534/stat : 2534 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104549347 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687023826312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2521/tid=2535] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2535/stat : 2535 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687022774632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2536] ppid=2518 vsize=9957860 CPUtime=1.17 cores=1,3,5,7
/proc/2521/task/2536/stat : 2536 (java) S 2518 2521 955 0 -1 4202560 12057 0 0 0 114 3 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687021698376 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2521/tid=2537] ppid=2518 vsize=9957860 CPUtime=0.92 cores=1,3,5,7
/proc/2521/task/2537/stat : 2537 (java) S 2518 2521 955 0 -1 4202560 7535 0 0 0 92 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687020669368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2538] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2538/stat : 2538 (java) S 2518 2521 955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104549349 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687019616504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2521/tid=2583] ppid=2518 vsize=9957860 CPUtime=831.41 cores=1,3,5,7
/proc/2521/task/2583/stat : 2583 (java) R 2518 2521 955 0 -1 4202560 4 0 0 0 83129 12 0 0 20 0 19 0 104556315 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687017508040 139687520454849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2521/tid=2687] ppid=2518 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/2521/task/2687/stat : 2687 (java) S 2518 2521 955 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104639593 10196848640 830901 33554432000 1073741824 1073778376 140734109011888 139687013299208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 9957860

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2521 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=728855
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=312496
# CPU time returned by wait4() is 1800.04
# while last known CPU time is 1801.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 904.521
CPU time (s): 1803.88
CPU user time (s): 1801.04
CPU system time (s): 2.84
CPU usage (%): 199.429
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.73
system time used= 3.3125
maximum resident set size= 3323616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45072
page faults= 1
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22547
involuntary context switches= 21208

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

The end

Launcher Data

Begin job on node104 at 2016-06-06 17:15:45
IDJOB=4081184
IDBENCH=2214
IDSOLVER=2543
FILE ID=node104/4081184-1465226145
RUNJOBID= node104-1465220812-974
PBS_JOBID= 19843225
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g15x15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081184-1465226145/watcher-4081184-1465226145 -o /tmp/evaluation-result-4081184-1465226145/solver-4081184-1465226145 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465220812-974 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081184-1465226145.opb

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

MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=318094071

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27823676 kB
Buffers:           13412 kB
Cached:            83716 kB
SwapCached:         1728 kB
Active:          3807260 kB
Inactive:          41796 kB
Active(anon):    3751808 kB
Inactive(anon):     2356 kB
Active(file):      55452 kB
Inactive(file):    39440 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097224 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       4248720 kB
Mapped:            15292 kB
Shmem:                 0 kB
Slab:             565120 kB
SReclaimable:       9472 kB
SUnreclaim:       555648 kB
KernelStack:        1608 kB
PageTables:        12412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4721540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4173824 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= 71736 MiB
End job on node104 at 2016-06-06 17:30:49