Trace number 4268375

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
cosoco 1.12? (TO) 2520.0701 2519.8999

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-02.xml
MD5SUM80353dd8c937a5bb459a24b290639269
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints14950
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":200}]
Minimum variable degree100
Maximum variable degree199
Distribution of variable degrees[{"degree":100,"count":100},{"degree":199,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":14950}]
Number of extensional constraints0
Number of intensional constraints14950
Distribution of constraint types[{"type":"intension","count":14950}]
Optimization problemNO
Type of objective

Solver Data

16.28/16.38	c intension x[0] != x[1]  using generic constraint 
16.28/16.38	c intension x[2] != x[3]  using generic constraint 
16.28/16.38	c intension x[4] != x[5]  using generic constraint 
16.28/16.38	c intension x[6] != x[7]  using generic constraint 
16.28/16.38	c intension x[8] != x[9]  using generic constraint 
16.28/16.38	c intension x[10] != x[11]  using generic constraint 
16.28/16.38	c intension x[12] != x[13]  using generic constraint 
16.28/16.38	c intension x[14] != x[15]  using generic constraint 
16.28/16.38	c intension x[16] != x[17]  using generic constraint 
16.28/16.38	c intension x[18] != x[19]  using generic constraint 
16.28/16.39	c intension x[20] != x[21]  using generic constraint 
16.28/16.39	c intension x[22] != x[23]  using generic constraint 
16.28/16.39	c intension x[24] != x[25]  using generic constraint 
16.28/16.39	c intension x[26] != x[27]  using generic constraint 
16.28/16.39	c intension x[28] != x[29]  using generic constraint 
16.28/16.39	c intension x[30] != x[31]  using generic constraint 
16.28/16.39	c intension x[32] != x[33]  using generic constraint 
16.28/16.39	c intension x[34] != x[35]  using generic constraint 
16.28/16.39	c intension x[36] != x[37]  using generic constraint 
16.28/16.39	c intension x[38] != x[39]  using generic constraint 
16.28/16.39	c intension x[40] != x[41]  using generic constraint 
16.38/16.40	c intension x[42] != x[43]  using generic constraint 
16.38/16.40	c intension x[44] != x[45]  using generic constraint 
16.38/16.40	c intension x[46] != x[47]  using generic constraint 
16.38/16.40	c intension x[48] != x[49]  using generic constraint 
16.38/16.40	c intension x[50] != x[51]  using generic constraint 
16.38/16.40	c intension x[52] != x[53]  using generic constraint 
16.38/16.40	c intension x[54] != x[55]  using generic constraint 
16.38/16.40	c intension x[56] != x[57]  using generic constraint 
16.38/16.40	c intension x[58] != x[59]  using generic constraint 
16.38/16.40	c intension x[60] != x[61]  using generic constraint 
16.38/16.41	c intension x[62] != x[63]  using generic constraint 
16.38/16.41	c intension x[64] != x[65]  using generic constraint 
16.38/16.41	c intension x[66] != x[67]  using generic constraint 
16.38/16.41	c intension x[68] != x[69]  using generic constraint 
16.38/16.41	c intension x[70] != x[71]  using generic constraint 
16.38/16.41	c intension x[72] != x[73]  using generic constraint 
16.38/16.41	c intension x[74] != x[75]  using generic constraint 
16.38/16.41	c intension x[76] != x[77]  using generic constraint 
16.38/16.41	c intension x[78] != x[79]  using generic constraint 
16.38/16.41	c intension x[80] != x[81]  using generic constraint 
16.38/16.42	c intension x[82] != x[83]  using generic constraint 
16.38/16.42	c intension x[84] != x[85]  using generic constraint 
16.38/16.42	c intension x[86] != x[87]  using generic constraint 
16.38/16.42	c intension x[88] != x[89]  using generic constraint 
16.38/16.42	c intension x[90] != x[91]  using generic constraint 
16.38/16.42	c intension x[92] != x[93]  using generic constraint 
16.38/16.42	c intension x[94] != x[95]  using generic constraint 
16.38/16.42	c intension x[96] != x[97]  using generic constraint 
16.38/16.42	c intension x[98] != x[99]  using generic constraint 
16.38/16.42	c intension x[100] != x[101]  using generic constraint 
16.38/16.42	c intension x[102] != x[103]  using generic constraint 
16.38/16.43	c intension x[104] != x[105]  using generic constraint 
16.38/16.43	c intension x[106] != x[107]  using generic constraint 
16.38/16.43	c intension x[108] != x[109]  using generic constraint 
16.38/16.43	c intension x[110] != x[111]  using generic constraint 
16.38/16.43	c intension x[112] != x[113]  using generic constraint 
16.38/16.43	c intension x[114] != x[115]  using generic constraint 
16.38/16.43	c intension x[116] != x[117]  using generic constraint 
16.38/16.43	c intension x[118] != x[119]  using generic constraint 
16.38/16.43	c intension x[120] != x[121]  using generic constraint 
16.38/16.43	c intension x[122] != x[123]  using generic constraint 
16.38/16.44	c intension x[124] != x[125]  using generic constraint 
16.38/16.44	c intension x[126] != x[127]  using generic constraint 
16.38/16.44	c intension x[128] != x[129]  using generic constraint 
16.38/16.44	c intension x[130] != x[131]  using generic constraint 
16.38/16.44	c intension x[132] != x[133]  using generic constraint 
16.38/16.44	c intension x[134] != x[135]  using generic constraint 
16.38/16.44	c intension x[136] != x[137]  using generic constraint 
16.38/16.44	c intension x[138] != x[139]  using generic constraint 
16.38/16.44	c intension x[140] != x[141]  using generic constraint 
16.38/16.44	c intension x[142] != x[143]  using generic constraint 
16.38/16.45	c intension x[144] != x[145]  using generic constraint 
16.38/16.45	c intension x[146] != x[147]  using generic constraint 
16.38/16.45	c intension x[148] != x[149]  using generic constraint 
16.38/16.45	c intension x[150] != x[151]  using generic constraint 
16.38/16.45	c intension x[152] != x[153]  using generic constraint 
16.38/16.45	c intension x[154] != x[155]  using generic constraint 
16.38/16.45	c intension x[156] != x[157]  using generic constraint 
16.38/16.45	c intension x[158] != x[159]  using generic constraint 
16.38/16.45	c intension x[160] != x[161]  using generic constraint 
16.38/16.45	c intension x[162] != x[163]  using generic constraint 
16.38/16.45	c intension x[164] != x[165]  using generic constraint 
16.38/16.46	c intension x[166] != x[167]  using generic constraint 
16.38/16.46	c intension x[168] != x[169]  using generic constraint 
16.38/16.46	c intension x[170] != x[171]  using generic constraint 
16.38/16.46	c intension x[172] != x[173]  using generic constraint 
16.38/16.46	c intension x[174] != x[175]  using generic constraint 
16.38/16.46	c intension x[176] != x[177]  using generic constraint 
16.38/16.46	c intension x[178] != x[179]  using generic constraint 
16.38/16.46	c intension x[180] != x[181]  using generic constraint 
16.38/16.46	c intension x[182] != x[183]  using generic constraint 
16.38/16.46	c intension x[184] != x[185]  using generic constraint 
16.38/16.47	c intension x[186] != x[187]  using generic constraint 
16.38/16.47	c intension x[188] != x[189]  using generic constraint 
16.38/16.47	c intension x[190] != x[191]  using generic constraint 
16.38/16.47	c intension x[192] != x[193]  using generic constraint 
16.38/16.47	c intension x[194] != x[195]  using generic constraint 
16.38/16.47	c intension x[196] != x[197]  using generic constraint 
16.38/16.47	c intension x[198] != x[199]  using generic constraint 
16.38/16.49	c root propagations     : 0           
16.38/16.49	c restarts enabled, print stats at every restarts
16.38/16.49	c
16.38/16.49	c
16.38/16.49	c
16.38/16.49	c This is cosoco 1.12 --  
16.38/16.49	c
16.38/16.49	c command line: cosoco -lc -model -restarts HOME/instance-4268375-1502577666.xml 
16.38/16.49	c ========================================[ Problem Statistics ]===========================================
16.38/16.49	c |                                                                                                       
16.38/16.49	c |  Parse time        :        16.41 s 
16.38/16.49	c |
16.38/16.49	c |               Variables: 200
16.38/16.49	c |            Domain Sizes: 100..100
16.38/16.49	c |
16.38/16.49	c |             Constraints: 14950
16.38/16.49	c |                   Arity: 2..2  -- Binary: 14950
16.38/16.49	c | 
16.38/16.49	c |                   Types: 
16.38/16.49	c |                          (X != Y): 100
16.38/16.49	c |                          Intension: 14850
16.38/16.49	c |                          
16.38/16.49	c =========================================================================================================
16.38/16.49	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
24.28/24.32	c 101            335            2067375        63723          0              0              86   94   88   
32.58/32.60	c 211            677            3992223        113668         0              0              101   107   102
42.48/42.59	c 332            991            6231207        209825         0              0              70   73   70   
51.98/52.02	c 465            1507           8914852        306702         0              0              78   92   82   
60.76/60.84	c 611            1963           11392188       382509         0              0              74   84   77   
69.46/69.51	c 771            2439           13918866       462692         0              0              81   89   84   
77.85/77.98	c 947            2983           16516826       540085         0              0              83   91   87   
86.65/86.79	c 1140           3535           19378935       632270         0              0              87   93   89   
96.44/96.51	c 1352           4120           22467717       732275         0              0              76   85   79   
106.64/106.71	c 1585           4766           26051567       860288         0              0              75   83   79   
119.24/119.34	c 1841           5345           29774373       1043404        0              0              65   72   68   
132.13/132.24	c 2122           6286           34351934       1236533        0              0              73   87   80   
145.04/145.17	c 2431           7042           38716231       1396544        0              0              69   76   72   
155.13/155.29	c 2770           7849           42473231       1523013        0              0              79   86   82   
168.04/168.19	c 3142           8880           47715621       1697426        0              0              81   89   85   
183.84/183.90	c 3551           9967           53239167       1903533        0              0              73   88   75   
197.84/197.91	c 4000           11187          59005773       2113764        0              0              79   88   82   
212.84/212.91	c 4493           12480          65324347       2372991        0              0              84   96   88   
226.54/226.69	c 5035           13860          71457046       2584914        0              0              80   91   84   
244.84/244.96	c 5631           15931          79619012       2932985        0              0              71   96   87   
265.54/265.63	c 6286           17603          88028496       3291655        0              0              71   81   75   
283.05/283.19	c 7006           19324          95760849       3589258        0              0              77   86   79   
302.85/302.96	c 7798           21643          105939421      3941221        0              0              88   96   92   
325.35/325.40	c 8669           24352          116942766      4341548        0              0              83   96   90   
356.45/356.53	c 9627           27403          130282563      4915763        0              0              73   91   81   
377.15/377.29	c 10680          30273          141689892      5291202        0              0              82   90   86   
409.75/409.86	c 11838          32848          155093773      5927484        0              0              70   78   73   
440.86/440.94	c 13111          36291          170868079      6573395        0              0              80   89   84   
467.26/467.32	c 14511          40420          185983891      7219517        0              0              85   98   92   
498.46/498.52	c 16051          44592          204168005      7904593        0              0              89   97   92   
534.97/535.02	c 17745          49231          223356798      8612899        0              0              76   89   81   
573.37/573.47	c 19608          54627          245466611      9529208        0              0              86   97   92   
623.27/623.34	c 21657          61900          273359171      10670104       0              0              83   100   91  
687.29/687.36	c 23910          67840          301045738      12105502       0              0              71   85   78   
756.49/756.53	c 26388          74186          332242838      13569480       0              0              70   82   74   
804.50/804.50	c 29113          81739          362664452      14652056       0              0              86   95   90   
883.41/883.42	c 32110          90850          403296766      16183400       0              0              80   93   86   
995.32/995.38	c 35406          99993          449951768      18281294       0              0              71   90   76   
1110.53/1110.59	c 39031          109491         498965729      20239140       0              0              67   83   72   
1172.73/1172.77	c 43018          120951         536674923      21706515       0              0              77   91   83   
1262.15/1262.12	c 47403          131471         584592285      23778233       0              0              74   87   80   
1381.16/1381.16	c 52226          147916         645504710      26832942       0              0              68   99   85   
1536.18/1536.14	c 57531          160546         713272827      29832871       0              0              66   75   71   
1635.37/1635.37	c 63366          175824         772078369      32118413       0              0              73   84   77   
1765.69/1765.65	c 69784          190630         839721322      34724177       0              0              75   85   79   
1899.90/1899.81	c 76843          212441         918847217      37799672       0              0              78   97   87   
2101.02/2100.94	c 84607          238997         1023405202     42085269       0              0              75   100   83  
2219.63/2219.55	c 93147          261164         1103122048     45021121       0              0              81   92   85   
2418.85/2418.73	c 102541         287748         1217965012     49768093       0              0              84   99   91   
2520.06/2519.90	
2520.06/2519.90	c *** INTERRUPTED ***
2520.06/2519.90	c restarts              : 49          
2520.06/2519.90	c conflicts             : 105519       (42 /sec)
2520.06/2519.90	c decisions             : 295651       (117 /sec)
2520.06/2519.90	c propagations          : 51926585    (20607 /sec)
2520.06/2519.90	c root propagations     : 0           
2520.06/2519.90	c filter calls          : 1258882183     (499582 /sec)
2520.06/2519.90	c useless filter calls  : 1213800034     (96 %)
2520.06/2519.90	c Memory used           : 212.62 MB
2520.06/2519.90	c CPU time              : 2519.87 s
2520.06/2519.90	
2520.06/2519.90	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13810 MiB free)
  memory of node 1: 16384 MiB (13753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4268375-1502577666/watcher-4268375-1502577666 -o /tmp/evaluation-result-4268375-1502577666/solver-4268375-1502577666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502574286-2986 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268375-1502577666.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3225, runsolver pid=3222
Current StackSize limit: 8192 KiB


[startup+0.100743 s]*
/proc/loadavg: 2.08 2.05 2.04 4/203 3226
/proc/meminfo: memFree=28211332/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=28288 memory=4384 CPUtime=0.1 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 1264 0 0 0 10 0 0 0 20 0 1 0 90847712 28966912 1096 33554432000 4194304 5972588 140727620440144 140727620436712 140022743575525 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 7072 1096 716 435 0 435 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28288 KiB
Current children cumulated memory: 4384 KiB

[startup+0.209611 s]*
/proc/loadavg: 2.08 2.05 2.04 3/203 3226
/proc/meminfo: memFree=28020420/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=29404 memory=5204 CPUtime=0.21 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 1564 0 0 0 21 0 0 0 20 0 1 0 90847712 30109696 1301 33554432000 4194304 5972588 140727620440144 140727620436712 5672010 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 7351 1301 716 435 0 714 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29404 KiB
Current children cumulated memory: 5204 KiB

[startup+0.309315 s]*
/proc/loadavg: 2.08 2.05 2.04 3/203 3226
/proc/meminfo: memFree=27751948/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=30064 memory=6260 CPUtime=0.31 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 1840 0 0 0 31 0 0 0 20 0 1 0 90847712 30785536 1565 33554432000 4194304 5972588 140727620440144 140727620436712 140022743575525 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 7516 1565 769 435 0 879 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30064 KiB
Current children cumulated memory: 6260 KiB

[startup+0.700231 s]
/proc/loadavg: 2.08 2.05 2.04 6/203 3226
/proc/meminfo: memFree=27378396/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=32308 memory=8636 CPUtime=0.69 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 2410 0 0 0 69 0 0 0 20 0 1 0 90847712 33083392 2159 33554432000 4194304 5972588 140727620440144 140727620431720 140022752920868 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 8077 2159 786 435 0 1440 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 32308 KiB
Current children cumulated memory: 8636 KiB

[startup+1.50024 s]
/proc/loadavg: 2.08 2.05 2.04 3/203 3226
/proc/meminfo: memFree=27342564/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=37060 memory=13388 CPUtime=1.49 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 3603 0 0 0 149 0 0 0 20 0 1 0 90847712 37949440 3347 33554432000 4194304 5972588 140727620440144 140727620431720 5095443 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 9265 3347 786 435 0 2628 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37060 KiB
Current children cumulated memory: 13388 KiB

[startup+3.10949 s]
/proc/loadavg: 2.08 2.05 2.04 3/203 3226
/proc/meminfo: memFree=26929936/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=46696 memory=23080 CPUtime=3.09 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 6153 0 0 0 309 0 0 0 20 0 1 0 90847712 47816704 5770 33554432000 4194304 5972588 140727620440144 140727620431912 4885456 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 11674 5770 786 435 0 5037 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 46696 KiB
Current children cumulated memory: 23080 KiB

[startup+6.30023 s]
/proc/loadavg: 2.08 2.05 2.04 5/203 3226
/proc/meminfo: memFree=26530968/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=65704 memory=41956 CPUtime=6.29 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 11134 0 0 0 627 2 0 0 20 0 1 0 90847712 67280896 10489 33554432000 4194304 5972588 140727620440144 140727620431912 140022753146496 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 16426 10489 786 435 0 9789 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 65704 KiB
Current children cumulated memory: 41956 KiB

[startup+12.7002 s]
/proc/loadavg: 2.15 2.07 2.04 3/190 3261
/proc/meminfo: memFree=28500712/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=103720 memory=80124 CPUtime=12.68 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 20998 0 0 0 1264 4 0 0 20 0 1 0 90847712 106209280 20031 33554432000 4194304 5972588 140727620440144 140727620431720 140022743584792 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 25930 20031 786 435 0 19293 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 103720 KiB
Current children cumulated memory: 80124 KiB

[startup+25.5003 s]
/proc/loadavg: 2.12 2.06 2.04 3/190 3261
/proc/meminfo: memFree=28383012/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217132 memory=193736 CPUtime=25.48 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 116601 0 0 0 2536 12 0 0 20 0 1 0 90847712 222343168 48434 33554432000 4194304 5972588 140727620440144 140727620437000 5071868 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54283 48434 827 435 0 47646 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 217132 KiB
Current children cumulated memory: 193736 KiB

[startup+51.1097 s]
/proc/loadavg: 2.08 2.06 2.04 3/190 3261
/proc/meminfo: memFree=28381452/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217132 memory=193784 CPUtime=51.08 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 163637 0 0 0 5093 15 0 0 20 0 1 0 90847712 222343168 48446 33554432000 4194304 5972588 140727620440144 140727620437448 5070923 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54283 48446 827 435 0 47646 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 217132 KiB
Current children cumulated memory: 193784 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 2.04 3/190 3263
/proc/meminfo: memFree=28380572/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=193812 CPUtime=102.24 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 202325 0 0 0 10207 17 0 0 20 0 1 0 90847712 222543872 48453 33554432000 4194304 5972588 140727620440144 140727620437448 5071920 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48453 827 435 0 47695 0
Current children cumulated CPU time: 102.24 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 193812 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.04 3/190 3264
/proc/meminfo: memFree=28380720/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=193900 CPUtime=162.23 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 220337 0 0 0 16205 18 0 0 20 0 1 0 90847712 222543872 48475 33554432000 4194304 5972588 140727620440144 140727620437448 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48475 827 435 0 47695 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 193900 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/190 3272
/proc/meminfo: memFree=28380788/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=193900 CPUtime=222.24 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 220908 0 0 0 22206 18 0 0 20 0 1 0 90847712 222543872 48475 33554432000 4194304 5972588 140727620440144 140727620437448 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48475 827 435 0 47695 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 193900 KiB

[startup+282.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/190 3273
/proc/meminfo: memFree=28381392/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=193900 CPUtime=282.24 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 220909 0 0 0 28206 18 0 0 20 0 1 0 90847712 222543872 48475 33554432000 4194304 5972588 140727620440144 140727620437448 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48475 827 435 0 47695 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 193900 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 3274
/proc/meminfo: memFree=28381400/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=193908 CPUtime=342.25 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 221484 0 0 0 34207 18 0 0 20 0 1 0 90847712 222543872 48477 33554432000 4194304 5972588 140727620440144 140727620437448 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48477 827 435 0 47695 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 193908 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 3275
/proc/meminfo: memFree=28381696/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=193908 CPUtime=402.25 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 221488 0 0 0 40207 18 0 0 20 0 1 0 90847712 222543872 48477 33554432000 4194304 5972588 140727620440144 140727620437448 5071868 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48477 827 435 0 47695 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 193908 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 3276
/proc/meminfo: memFree=28381948/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=193940 CPUtime=462.26 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 222068 0 0 0 46208 18 0 0 20 0 1 0 90847712 222543872 48485 33554432000 4194304 5972588 140727620440144 140727620437448 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48485 827 435 0 47695 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 193940 KiB


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

/proc/3225/statm: 54332 48505 827 435 0 47695 0
Current children cumulated CPU time: 1782.39 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194020 KiB

[startup+1842.3 s]
/proc/loadavg: 2.12 2.15 2.10 3/187 3377
/proc/meminfo: memFree=28265348/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=194020 CPUtime=1842.39 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 228539 0 0 0 184220 19 0 0 20 0 1 0 90847712 222543872 48505 33554432000 4194304 5972588 140727620440144 140727620437448 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48505 827 435 0 47695 0
Current children cumulated CPU time: 1842.39 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194020 KiB

[startup+1902.3 s]
/proc/loadavg: 2.04 2.12 2.10 3/187 3379
/proc/meminfo: memFree=28264488/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=194020 CPUtime=1902.4 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 229131 0 0 0 190221 19 0 0 20 0 1 0 90847712 222543872 48505 33554432000 4194304 5972588 140727620440144 140727620437448 5071908 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48505 827 435 0 47695 0
Current children cumulated CPU time: 1902.4 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194020 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.10 2.09 3/187 3380
/proc/meminfo: memFree=28263868/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=194020 CPUtime=1962.41 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 229131 0 0 0 196222 19 0 0 20 0 1 0 90847712 222543872 48505 33554432000 4194304 5972588 140727620440144 140727620437448 4965382 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48505 827 435 0 47695 0
Current children cumulated CPU time: 1962.41 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194020 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.08 2.09 3/188 3395
/proc/meminfo: memFree=28262064/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=194020 CPUtime=2022.41 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 229444 0 0 0 202222 19 0 0 20 0 1 0 90847712 222543872 48505 33554432000 4194304 5972588 140727620440144 140727620437448 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48505 827 435 0 47695 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194020 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.07 2.08 3/188 3421
/proc/meminfo: memFree=28261200/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=194020 CPUtime=2082.42 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 229447 0 0 0 208223 19 0 0 20 0 1 0 90847712 222543872 48505 33554432000 4194304 5972588 140727620440144 140727620437448 4965445 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48505 827 435 0 47695 0
Current children cumulated CPU time: 2082.42 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194020 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 3422
/proc/meminfo: memFree=28261544/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=194024 CPUtime=2142.42 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 230037 0 0 0 214223 19 0 0 20 0 1 0 90847712 222543872 48506 33554432000 4194304 5972588 140727620440144 140727620437448 4965339 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48506 827 435 0 47695 0
Current children cumulated CPU time: 2142.42 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194024 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/188 3423
/proc/meminfo: memFree=28261324/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217328 memory=194024 CPUtime=2202.43 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 230037 0 0 0 220224 19 0 0 20 0 1 0 90847712 222543872 48506 33554432000 4194304 5972588 140727620440144 140727620437448 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54332 48506 827 435 0 47695 0
Current children cumulated CPU time: 2202.43 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 194024 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.05 2.07 3/188 3424
/proc/meminfo: memFree=28260632/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217724 memory=194088 CPUtime=2262.43 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 230707 0 0 0 226224 19 0 0 20 0 1 0 90847712 222949376 48522 33554432000 4194304 5972588 140727620440144 140727620437176 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54431 48522 827 435 0 47794 0
Current children cumulated CPU time: 2262.43 s
Current children cumulated vsize: 217724 KiB
Current children cumulated memory: 194088 KiB

[startup+2322.3 s]
/proc/loadavg: 2.17 2.08 2.07 3/187 3425
/proc/meminfo: memFree=28260928/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217724 memory=194088 CPUtime=2322.44 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 230707 0 0 0 232225 19 0 0 20 0 1 0 90847712 222949376 48522 33554432000 4194304 5972588 140727620440144 140727620437176 5070811 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54431 48522 827 435 0 47794 0
Current children cumulated CPU time: 2322.44 s
Current children cumulated vsize: 217724 KiB
Current children cumulated memory: 194088 KiB

[startup+2382.3 s]
/proc/loadavg: 2.41 2.18 2.11 3/187 3426
/proc/meminfo: memFree=28260964/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217724 memory=194336 CPUtime=2382.44 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 231140 0 0 0 238225 19 0 0 20 0 1 0 90847712 222949376 48584 33554432000 4194304 5972588 140727620440144 140727620437176 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54431 48584 827 435 0 47794 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 217724 KiB
Current children cumulated memory: 194336 KiB

[startup+2442.3 s]
/proc/loadavg: 2.15 2.15 2.10 3/187 3427
/proc/meminfo: memFree=28260748/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217724 memory=194336 CPUtime=2442.45 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 231378 0 0 0 244226 19 0 0 20 0 1 0 90847712 222949376 48584 33554432000 4194304 5972588 140727620440144 140727620437448 4965376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54431 48584 827 435 0 47794 0
Current children cumulated CPU time: 2442.45 s
Current children cumulated vsize: 217724 KiB
Current children cumulated memory: 194336 KiB

[startup+2502.3 s]
/proc/loadavg: 2.06 2.12 2.10 3/187 3428
/proc/meminfo: memFree=28260916/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217724 memory=194336 CPUtime=2502.45 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 231796 0 0 0 250226 19 0 0 20 0 1 0 90847712 222949376 48584 33554432000 4194304 5972588 140727620440144 140727620437448 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54431 48584 827 435 0 47794 0
Current children cumulated CPU time: 2502.45 s
Current children cumulated vsize: 217724 KiB
Current children cumulated memory: 194336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.04 2.11 2.10 3/187 3428
/proc/meminfo: memFree=28261044/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217724 memory=194336 CPUtime=2520.06 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 231796 0 0 0 251987 19 0 0 20 0 1 0 90847712 222949376 48584 33554432000 4194304 5972588 140727620440144 140727620437448 5053024 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54431 48584 827 435 0 47794 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 217724 KiB
Current children cumulated memory: 194336 KiB

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

[startup+2519.9 s]
# the end of solver process 3225 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.87 s, system=0.195016 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.04 2.11 2.10 3/187 3428
/proc/meminfo: memFree=28261044/32770624 swapFree=67108860/67108860
[pid=3225] ppid=3222 vsize=217724 memory=194336 CPUtime=2520.06 cores=0,2,4,6
/proc/3225/stat : 3225 (cosoco) R 3222 3225 2954 0 -1 4202496 231796 0 0 0 251987 19 0 0 20 0 1 0 90847712 222949376 48584 33554432000 4194304 5972588 140727620440144 140727620437448 5053024 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140727620445375 140727620445470 140727620445470 140727620448206 0
/proc/3225/statm: 54431 48584 827 435 0 47794 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 217724 KiB
Current children cumulated memory: 194336 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.07
CPU user time (s): 2519.87
CPU system time (s): 0.195016
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 217724
Max. memory (cumulated for all children) (KiB): 194336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.87
system time used= 0.195016
maximum resident set size= 194400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231846
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= 78
involuntary context switches= 776


# summary of solver processes directly reported to runsolver:
#   pid: 3225
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2519.87
#   total CPU system time (s): 0.195016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3341 second user time and 18.0396 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 00:26:48
IDJOB=4268375
IDBENCH=138396
IDSOLVER=2658
FILE ID=node148/4268375-1502577666
RUNJOBID= node148-1502574286-2986
PBS_JOBID= 20628291
Free space on /tmp= 61528 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-02.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268375-1502577666/watcher-4268375-1502577666 -o /tmp/evaluation-result-4268375-1502577666/solver-4268375-1502577666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502574286-2986 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268375-1502577666.xml

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

MD5SUM BENCH= 80353dd8c937a5bb459a24b290639269
RANDOM SEED=666799121

node148.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.19
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.19
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.19
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.19
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:        28261944 kB
MemAvailable:   31767020 kB
Buffers:          210440 kB
Cached:          3581824 kB
SwapCached:            0 kB
Active:          1045304 kB
Inactive:        3025220 kB
Active(anon):     281040 kB
Inactive(anon):    25092 kB
Active(file):     764264 kB
Inactive(file):  3000128 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3156 kB
Writeback:             0 kB
AnonPages:        275036 kB
Mapped:            53056 kB
Shmem:             25224 kB
Slab:             135048 kB
SReclaimable:     108940 kB
SUnreclaim:        26108 kB
KernelStack:        3344 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1276428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 01:08:48