Trace number 4241892

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 NameAnswerCPU timeWall clock time
R1: cosoco 1.1? (TO) 2400.04 2399.8999

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-10-2-12.xml
MD5SUM616f71b8e0d8bc577b21aa831e8a99b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark255.478
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints1092
Number of domains2
Minimum domain size8
Maximum domain size12
Distribution of domain sizes[{"size":8,"count":1440},{"size":12,"count":960}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":960},{"degree":9,"count":1440}]
Minimum constraint arity8
Maximum constraint arity120
Distribution of constraint arities[{"arity":8,"count":120},{"arity":13,"count":960},{"arity":120,"count":12}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":120},{"type":"element","count":960}]
Optimization problemNO
Type of objective

Solver Data

0.10/0.25	c root propagations     : 0           
0.10/0.25	c restarts enabled, print stats at every restarts
0.10/0.25	c
0.10/0.25	c
0.10/0.25	c
0.10/0.25	c This is cosoco 1.0 --  
0.10/0.25	c
0.10/0.25	c ========================================[ Problem Statistics ]===========================================
0.10/0.25	c |                                                                                                       
0.10/0.25	c |  Parse time        :         0.13 s 
0.10/0.25	c |
0.10/0.25	c |               Variables: 2400
0.10/0.25	c |            Domain Sizes: 8..12
0.10/0.25	c |
0.10/0.25	c |             Constraints: 1092
0.10/0.25	c |                   Arity: 8..120
0.10/0.25	c | 
0.10/0.25	c |                   Types: 
0.10/0.25	c |                          All Different: 120
0.10/0.25	c |                          Element Constant: 960
0.10/0.25	c |                          Extension: 12  (nb tuples: 1024..1024) -- (shared: 11)
0.10/0.25	c |                          
0.10/0.25	c =========================================================================================================
0.10/0.25	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.29/0.44	c 101            1142           166942         239533         0              0              808   933   879
0.39/0.58	c 211            1432           262462         411189         0              0              38   54   44   
0.59/0.76	c 332            2057           373939         634411         0              0              49   99   71   
0.79/0.91	c 465            2623           501232         822513         0              0              124   138   130
0.89/1.09	c 611            3153           620289         1046976        0              0              102   122   107
1.10/1.28	c 771            3704           778838         1297768        0              0              104   119   109
1.29/1.46	c 947            4176           852304         1479595        0              0              63   93   89   
1.49/1.66	c 1140           4785           996933         1737493        0              0              56   69   62   
1.69/1.83	c 1352           5387           1206530        1944083        0              0              53   65   58   
1.99/2.13	c 1585           7034           1393367        2365749        0              0              55   113   77  
2.39/2.55	c 1841           9289           1650724        2882552        0              0              84   120   106 
2.59/2.75	c 2122           10480          1818296        3067926        0              0              61   103   75  
2.99/3.16	c 2431           12191          2047337        3696331        0              0              55   97   78   
3.49/3.62	c 2770           13191          2360586        4354811        0              0              66   77   70   
3.79/3.95	c 3142           14356          2762912        4773871        0              0              65   88   73   
4.59/4.71	c 3551           19937          3220584        5587631        0              0              41   76   62   
4.89/5.06	c 4000           25083          3417861        5976632        0              0              138   167   152
5.69/5.88	c 4493           31165          3946026        6887730        0              0              60   96   80   
6.39/6.55	c 5035           33420          4347818        7756652        0              0              72   109   81  
7.19/7.34	c 5631           35600          4901917        8844639        0              0              86   99   91   
8.09/8.21	c 6286           37941          5572541        10054146       0              0              66   82   73   
8.89/9.09	c 7006           40153          6160431        11187677       0              0              56   68   60   
9.79/9.98	c 7798           45979          6646964        12284525       0              0              51   88   69   
10.79/10.94	c 8669           48620          7347151        13503138       0              0              63   73   67   
11.99/12.18	c 9627           54895          8391107        15106202       0              0              53   93   64   
12.79/12.94	c 10680          62576          8729577        15833849       0              0              31   74   58   
14.49/14.66	c 11838          66311          10037940       18613642       0              0              52   67   58   
15.70/15.87	c 13111          74453          10773130       20032114       0              0              50   91   71   
17.40/17.55	c 14511          78414          11889877       22238827       0              0              55   64   59   
18.80/18.96	c 16051          83237          13693044       23902413       0              0              22   32   27   
21.20/21.37	c 17745          100588         15155376       26498695       0              0              34   70   54   
23.40/23.57	c 19608          135388         16328562       28524535       0              0              43   139   104 
25.70/25.86	c 21657          146276         17721298       31865728       0              0              61   100   79  
28.30/28.47	c 23910          159993         19221629       35441553       0              0              63   99   82   
31.40/31.52	c 26388          173849         21081223       39542317       0              0              82   112   96  
34.00/34.14	c 29113          181432         23177056       42590841       0              0              58   71   64   
37.10/37.27	c 32110          197061         25122888       46476970       0              0              46   78   60   
40.00/40.17	c 35406          210818         27220772       49646874       0              0              53   94   63   
43.60/43.72	c 39031          232092         29330320       53837516       0              0              26   83   43   
46.50/46.63	c 43018          242602         31859901       56212273       0              0              43   56   48   
51.10/51.21	c 47403          295988         34436373       60478964       0              0              24   78   58   
55.90/56.00	c 52226          319136         37534387       66022699       0              0              24   82   36   
59.50/59.67	c 57531          331721         41278614       69625539       0              0              19   35   26   
67.01/67.10	c 63366          376439         45443946       78701005       0              0              21   73   42   
74.90/75.02	c 69784          395473         50690732       89934111       0              0              42   55   49   
80.69/80.86	c 76843          411204         55286621       96848827       0              0              42   56   47   
88.00/88.19	c 84607          444972         61150477       106057822      0              0              20   71   33   
97.10/97.29	c 93147          509692         67067608       117054373      0              0              22   75   38   
106.10/106.23	c 102541         607150         73928036       127177626      0              0              24   76   61   
114.20/114.35	c 112874         634308         82371257       137211215      0              0              19   33   26   
126.10/126.27	c 124240         723799         89201945       152777136      0              0              25   71   45   
139.90/140.03	c 136742         799955         97932085       171589792      0              0              22   76   41   
152.91/153.10	c 150494         919978         106674891      186536412      0              0              21   78   51   
166.30/166.49	c 165621         982601         117223040      202878162      0              0              21   79   34   
181.20/181.30	c 182260         1107503        127445869      221093670      0              0              26   79   53   
196.71/196.87	c 200562         1149938        140417520      240657720      0              0              46   66   54   
216.91/217.06	c 220694         1265753        154478862      265505740      0              0              19   73   37   
238.41/238.50	c 242839         1417881        170002239      291579385      0              0              19   78   42   
262.71/262.82	c 267198         1639218        185273745      320299434      0              0              21   73   53   
291.42/291.51	c 293992         1771401        204611726      359904152      0              0              42   78   55   
324.92/325.05	c 323465         1909461        226661483      405309545      0              0              21   72   34   
347.92/348.06	c 355885         2033260        248175303      430161502      0              0              19   79   33   
379.72/379.80	c 391547         2164797        274458990      469468770      0              0              18   78   30   
417.73/417.85	c 430775         2439022        300991884      514973305      0              0              18   74   41   
459.13/459.22	c 473925         2640829        332685321      565774483      0              0              18   79   31   
504.33/504.50	c 521390         2880669        365157825      620692762      0              0              19   79   32   
555.84/555.90	c 573601         3169129        400027686      682820316      0              0              19   74   35   
611.85/611.93	c 631033         3545525        439864920      748581721      0              0              17   73   38   
677.95/678.04	c 694208         3927386        490126375      831911271      0              0              17   78   34   
757.56/757.69	c 763700         4410626        539506085      933073182      0              0              18   68   37   
829.47/829.51	c 840141         4844386        589954481      1018549721     0              0              17   73   34   
931.68/931.73	c 924226         5337648        661779827      1150319174     0              0              16   73   33   
1028.09/1028.19	c 1016719        5887741        732807451      1272692187     0              0              16   78   35   
1125.40/1125.49	c 1118461        6581166        808409163      1387340581     0              0              17   78   41   
1230.41/1230.46	c 1230377        7183819        882059353      1511778235     0              0              17   73   32   
1349.12/1349.11	c 1353484        7808195        966319919      1659285340     0              0              17   78   32   
1486.94/1486.95	c 1488901        8704501        1062541537     1826695837     0              0              17   79   37   
1631.65/1631.62	c 1637859        9522025        1163758822     2006748326     0              0              17   54   33   
1813.67/1813.66	c 1801712        10477425       1282968251     2252409378     0              0              18   73   36   
1988.18/1988.14	c 1981950        11840972       1397169509     2467073112     0              0              21   78   46   
2179.00/2178.99	c 2180211        12630581       1560348797     2709773889     0              0              17   72   29   
2385.13/2385.06	c 2398298        13908104       1703365051     2956213628     0              0              16   77   34   

Verifier Data

One s line expected

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-4241892-1502058048/watcher-4241892-1502058048 -o /tmp/evaluation-result-4241892-1502058048/solver-4241892-1502058048 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16652 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241892-1502058048.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 18747
/proc/meminfo: memFree=31715700/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18747/stat : 18747 (runsolver) D 18744 18747 9955 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 8025779 24240128 108 18446744073709551615 4194304 4338465 140729867169728 140729867167368 140203017585367 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 9285632 140729867174047 140729867174474 140729867174474 140729867177930 0
/proc/18747/statm: 5918 108 54 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 18747
/proc/meminfo: memFree=31715700/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=14456 CPUtime=0 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4194304 177 0 0 0 0 0 0 0 20 0 1 0 8025779 14802944 59 18446744073709551615 4194304 5970956 140730850393856 140730850390952 140695769745914 0 0 1 0 0 0 0 17 0 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 3614 59 43 434 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14456

[startup+0.200302 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 18747
/proc/meminfo: memFree=31715700/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=39804 CPUtime=0.1 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 4165 0 0 0 9 1 0 0 20 0 1 0 8025779 40759296 4005 18446744073709551615 4194304 5970956 140730850393856 140730850390504 5674162 0 0 1 0 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 9951 4005 726 434 0 3315 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 39804

[startup+0.300385 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 18747
/proc/meminfo: memFree=31715700/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=49984 CPUtime=0.19 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 6748 0 0 0 18 1 0 0 20 0 1 0 8025779 51183616 6579 18446744073709551615 4194304 5970956 140730850393856 140730850390504 4994503 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12496 6579 777 434 0 5860 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49984

[startup+0.700293 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 18747
/proc/meminfo: memFree=31715700/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=50512 CPUtime=0.59 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 6907 0 0 0 58 1 0 0 20 0 1 0 8025779 51724288 6711 18446744073709551615 4194304 5970956 140730850393856 140730850390504 4934527 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6711 777 434 0 5992 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 50512

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18748
/proc/meminfo: memFree=31691544/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=50512 CPUtime=1.39 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 6907 0 0 0 138 1 0 0 20 0 1 0 8025779 51724288 6711 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5327863 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6711 777 434 0 5992 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 50512

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18748
/proc/meminfo: memFree=31691260/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=50512 CPUtime=2.99 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 10655 0 0 0 298 1 0 0 20 0 1 0 8025779 51724288 6755 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934527 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6755 780 434 0 5992 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 50512

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18748
/proc/meminfo: memFree=31691260/32770624 swapFree=0/381656
[pid=18747] ppid=18744 vsize=50512 CPUtime=6.19 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 14654 0 0 0 618 1 0 0 20 0 1 0 8025779 51724288 6755 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934357 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6755 780 434 0 5992 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 50512

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18748
/proc/meminfo: memFree=31690764/32770624 swapFree=0/381672
[pid=18747] ppid=18744 vsize=50512 CPUtime=12.59 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 18417 0 0 0 1258 1 0 0 20 0 1 0 8025779 51724288 6755 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5327850 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6755 780 434 0 5992 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 50512

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18748
/proc/meminfo: memFree=31690768/32770624 swapFree=0/381688
[pid=18747] ppid=18744 vsize=50512 CPUtime=25.4 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 26186 0 0 0 2538 2 0 0 20 0 1 0 8025779 51724288 6755 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934527 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6755 780 434 0 5992 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 50512

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18749
/proc/meminfo: memFree=31690896/32770624 swapFree=0/381724
[pid=18747] ppid=18744 vsize=50512 CPUtime=51 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 29942 0 0 0 5098 2 0 0 20 0 1 0 8025779 51724288 6755 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934432 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6755 780 434 0 5992 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 50512

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18774
/proc/meminfo: memFree=31691884/32770624 swapFree=0/381800
[pid=18747] ppid=18744 vsize=50512 CPUtime=102.2 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 33567 0 0 0 10218 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934473 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 50512

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 18776
/proc/meminfo: memFree=31690064/32770624 swapFree=0/381868
[pid=18747] ppid=18744 vsize=50512 CPUtime=162.2 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 33773 0 0 0 16218 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4974905 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 50512

[startup+222.306 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 18793
/proc/meminfo: memFree=31685396/32770624 swapFree=0/381960
[pid=18747] ppid=18744 vsize=50512 CPUtime=222.21 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 33981 0 0 0 22219 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934366 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50512

[startup+282.3 s]
/proc/loadavg: 2.13 2.05 2.05 3/184 18795
/proc/meminfo: memFree=31685296/32770624 swapFree=0/382032
[pid=18747] ppid=18744 vsize=50512 CPUtime=282.21 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 33981 0 0 0 28219 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934449 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50512

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 18797
/proc/meminfo: memFree=31689080/32770624 swapFree=0/382080
[pid=18747] ppid=18744 vsize=50512 CPUtime=342.22 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 34181 0 0 0 34220 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4994596 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 50512

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/180 18799
/proc/meminfo: memFree=31690228/32770624 swapFree=0/382128
[pid=18747] ppid=18744 vsize=50512 CPUtime=402.23 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 34186 0 0 0 40221 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5327859 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 50512

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 18802
/proc/meminfo: memFree=31689836/32770624 swapFree=0/382168
[pid=18747] ppid=18744 vsize=50512 CPUtime=462.23 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 34391 0 0 0 46221 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934366 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 50512

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 18804
/proc/meminfo: memFree=31689108/32770624 swapFree=0/382216
[pid=18747] ppid=18744 vsize=50512 CPUtime=522.24 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 34391 0 0 0 52222 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934366 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 50512

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 18806
/proc/meminfo: memFree=31689348/32770624 swapFree=0/382260
[pid=18747] ppid=18744 vsize=50512 CPUtime=582.24 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 34596 0 0 0 58222 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934432 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 50512


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 18869
/proc/meminfo: memFree=31688984/32770624 swapFree=0/382948
[pid=18747] ppid=18744 vsize=50512 CPUtime=1542.35 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36175 0 0 0 154233 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934357 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 50512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 18871
/proc/meminfo: memFree=31688628/32770624 swapFree=0/382976
[pid=18747] ppid=18744 vsize=50512 CPUtime=1602.35 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36203 0 0 0 160233 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934366 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 50512

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 18873
/proc/meminfo: memFree=31689124/32770624 swapFree=0/383016
[pid=18747] ppid=18744 vsize=50512 CPUtime=1662.35 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36408 0 0 0 166233 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934449 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 50512

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 18875
/proc/meminfo: memFree=31688784/32770624 swapFree=0/383048
[pid=18747] ppid=18744 vsize=50512 CPUtime=1722.36 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36408 0 0 0 172234 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5327901 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 50512

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 18877
/proc/meminfo: memFree=31688708/32770624 swapFree=0/383080
[pid=18747] ppid=18744 vsize=50512 CPUtime=1782.36 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36561 0 0 0 178234 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5098928 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 50512

[startup+1842.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 18879
/proc/meminfo: memFree=31688104/32770624 swapFree=0/383116
[pid=18747] ppid=18744 vsize=50512 CPUtime=1842.37 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36613 0 0 0 184235 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5337501 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1842.37
Current children cumulated vsize (KiB) 50512

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 18881
/proc/meminfo: memFree=31688872/32770624 swapFree=0/383144
[pid=18747] ppid=18744 vsize=50512 CPUtime=1902.38 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36756 0 0 0 190236 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934327 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1902.38
Current children cumulated vsize (KiB) 50512

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18883
/proc/meminfo: memFree=31688516/32770624 swapFree=0/383172
[pid=18747] ppid=18744 vsize=50512 CPUtime=1962.38 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36757 0 0 0 196236 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934460 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 1962.38
Current children cumulated vsize (KiB) 50512

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 18899
/proc/meminfo: memFree=31684272/32770624 swapFree=0/383236
[pid=18747] ppid=18744 vsize=50512 CPUtime=2022.39 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36957 0 0 0 202237 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5327840 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2022.39
Current children cumulated vsize (KiB) 50512

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 18901
/proc/meminfo: memFree=31684528/32770624 swapFree=0/383272
[pid=18747] ppid=18744 vsize=50512 CPUtime=2082.4 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 36963 0 0 0 208238 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934366 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2082.4
Current children cumulated vsize (KiB) 50512

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18903
/proc/meminfo: memFree=31688056/32770624 swapFree=0/383304
[pid=18747] ppid=18744 vsize=50512 CPUtime=2142.4 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 37116 0 0 0 214238 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934498 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2142.4
Current children cumulated vsize (KiB) 50512

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18905
/proc/meminfo: memFree=31688560/32770624 swapFree=0/383332
[pid=18747] ppid=18744 vsize=50512 CPUtime=2202.41 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 37167 0 0 0 220239 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5327850 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2202.41
Current children cumulated vsize (KiB) 50512

[startup+2262.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 18907
/proc/meminfo: memFree=31688084/32770624 swapFree=0/383368
[pid=18747] ppid=18744 vsize=50512 CPUtime=2262.41 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 37264 0 0 0 226239 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934357 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2262.41
Current children cumulated vsize (KiB) 50512

[startup+2322.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 18909
/proc/meminfo: memFree=31688224/32770624 swapFree=0/383412
[pid=18747] ppid=18744 vsize=50512 CPUtime=2322.42 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 37264 0 0 0 232240 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 4934481 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2322.42
Current children cumulated vsize (KiB) 50512

[startup+2382.3 s]
/proc/loadavg: 2.10 2.05 2.05 3/181 19100
/proc/meminfo: memFree=31663292/32770624 swapFree=0/383524
[pid=18747] ppid=18744 vsize=50512 CPUtime=2382.43 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 37361 0 0 0 238241 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5337501 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2382.43
Current children cumulated vsize (KiB) 50512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.07 2.05 2.05 3/181 19100
/proc/meminfo: memFree=31662632/32770624 swapFree=0/383540
[pid=18747] ppid=18744 vsize=50512 CPUtime=2400.03 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 37469 0 0 0 240001 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5337501 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 50512

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

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

[startup+2399.9 s]
/proc/loadavg: 2.07 2.05 2.05 3/181 19100
/proc/meminfo: memFree=31662632/32770624 swapFree=0/383540
[pid=18747] ppid=18744 vsize=50512 CPUtime=2400.03 cores=0,2,4,6
/proc/18747/stat : 18747 (cosoco) R 18744 18747 9955 0 -1 4202496 37469 0 0 0 240001 2 0 0 20 0 1 0 8025779 51724288 6756 18446744073709551615 4194304 5970956 140730850393856 140730850391192 5337501 0 0 1 8405026 0 0 0 17 4 0 0 9 0 0 8070896 8075904 8200192 140730850398668 140730850398798 140730850398798 140730850402254 0
/proc/18747/statm: 12628 6756 780 434 0 5992 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 50512

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.04
CPU user time (s): 2400.01
CPU system time (s): 0.029002
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 50512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.029002
maximum resident set size= 27068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 800

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71787 second user time and 6.25183 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-07 00:06:45
IDJOB=4241892
IDBENCH=139773
IDSOLVER=2620
FILE ID=node125/4241892-1502058048
RUNJOBID= node125-1502042574-16652
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-10-2-12.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241892-1502058048/watcher-4241892-1502058048 -o /tmp/evaluation-result-4241892-1502058048/solver-4241892-1502058048 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16652 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241892-1502058048.xml

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

MD5SUM BENCH= 616f71b8e0d8bc577b21aa831e8a99b8
RANDOM SEED=1391395504

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31715720 kB
MemAvailable:   32016648 kB
Buffers:          125856 kB
Cached:           456012 kB
SwapCached:            0 kB
Active:           257800 kB
Inactive:         390188 kB
Active(anon):      66564 kB
Inactive(anon):     8532 kB
Active(file):     191236 kB
Inactive(file):   381656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2844 kB
Writeback:             0 kB
AnonPages:         66268 kB
Mapped:            31984 kB
Shmem:              8868 kB
Slab:             111712 kB
SReclaimable:      87744 kB
SUnreclaim:        23968 kB
KernelStack:        3200 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     312384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62020 MiB
End job on node125 at 2017-08-07 00:46:45