Trace number 4268380

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.04 2519.7

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-14.xml
MD5SUMe8698b72f1d598ed72051801219b61cc
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 variables160
Number of constraints9560
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":160}]
Minimum variable degree80
Maximum variable degree159
Distribution of variable degrees[{"degree":80,"count":80},{"degree":159,"count":80}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9560}]
Number of extensional constraints0
Number of intensional constraints9560
Distribution of constraint types[{"type":"intension","count":9560}]
Optimization problemNO
Type of objective

Solver Data

10.39/10.40	c intension x[0] != x[1]  using generic constraint 
10.39/10.40	c intension x[2] != x[3]  using generic constraint 
10.39/10.41	c intension x[4] != x[5]  using generic constraint 
10.39/10.41	c intension x[6] != x[7]  using generic constraint 
10.39/10.41	c intension x[8] != x[9]  using generic constraint 
10.39/10.41	c intension x[10] != x[11]  using generic constraint 
10.39/10.41	c intension x[12] != x[13]  using generic constraint 
10.39/10.41	c intension x[14] != x[15]  using generic constraint 
10.39/10.41	c intension x[16] != x[17]  using generic constraint 
10.39/10.41	c intension x[18] != x[19]  using generic constraint 
10.39/10.41	c intension x[20] != x[21]  using generic constraint 
10.39/10.41	c intension x[22] != x[23]  using generic constraint 
10.39/10.42	c intension x[24] != x[25]  using generic constraint 
10.39/10.42	c intension x[26] != x[27]  using generic constraint 
10.39/10.42	c intension x[28] != x[29]  using generic constraint 
10.39/10.42	c intension x[30] != x[31]  using generic constraint 
10.39/10.42	c intension x[32] != x[33]  using generic constraint 
10.39/10.42	c intension x[34] != x[35]  using generic constraint 
10.39/10.42	c intension x[36] != x[37]  using generic constraint 
10.39/10.42	c intension x[38] != x[39]  using generic constraint 
10.39/10.42	c intension x[40] != x[41]  using generic constraint 
10.39/10.42	c intension x[42] != x[43]  using generic constraint 
10.39/10.43	c intension x[44] != x[45]  using generic constraint 
10.39/10.43	c intension x[46] != x[47]  using generic constraint 
10.39/10.43	c intension x[48] != x[49]  using generic constraint 
10.39/10.43	c intension x[50] != x[51]  using generic constraint 
10.39/10.43	c intension x[52] != x[53]  using generic constraint 
10.39/10.43	c intension x[54] != x[55]  using generic constraint 
10.39/10.43	c intension x[56] != x[57]  using generic constraint 
10.39/10.43	c intension x[58] != x[59]  using generic constraint 
10.39/10.43	c intension x[60] != x[61]  using generic constraint 
10.39/10.43	c intension x[62] != x[63]  using generic constraint 
10.39/10.44	c intension x[64] != x[65]  using generic constraint 
10.39/10.44	c intension x[66] != x[67]  using generic constraint 
10.39/10.44	c intension x[68] != x[69]  using generic constraint 
10.39/10.44	c intension x[70] != x[71]  using generic constraint 
10.39/10.44	c intension x[72] != x[73]  using generic constraint 
10.39/10.44	c intension x[74] != x[75]  using generic constraint 
10.39/10.44	c intension x[76] != x[77]  using generic constraint 
10.39/10.44	c intension x[78] != x[79]  using generic constraint 
10.39/10.44	c intension x[80] != x[81]  using generic constraint 
10.39/10.44	c intension x[82] != x[83]  using generic constraint 
10.39/10.45	c intension x[84] != x[85]  using generic constraint 
10.39/10.45	c intension x[86] != x[87]  using generic constraint 
10.39/10.45	c intension x[88] != x[89]  using generic constraint 
10.39/10.45	c intension x[90] != x[91]  using generic constraint 
10.39/10.45	c intension x[92] != x[93]  using generic constraint 
10.39/10.45	c intension x[94] != x[95]  using generic constraint 
10.39/10.45	c intension x[96] != x[97]  using generic constraint 
10.39/10.45	c intension x[98] != x[99]  using generic constraint 
10.39/10.45	c intension x[100] != x[101]  using generic constraint 
10.39/10.45	c intension x[102] != x[103]  using generic constraint 
10.39/10.46	c intension x[104] != x[105]  using generic constraint 
10.39/10.46	c intension x[106] != x[107]  using generic constraint 
10.39/10.46	c intension x[108] != x[109]  using generic constraint 
10.39/10.46	c intension x[110] != x[111]  using generic constraint 
10.39/10.46	c intension x[112] != x[113]  using generic constraint 
10.39/10.46	c intension x[114] != x[115]  using generic constraint 
10.39/10.46	c intension x[116] != x[117]  using generic constraint 
10.39/10.46	c intension x[118] != x[119]  using generic constraint 
10.39/10.46	c intension x[120] != x[121]  using generic constraint 
10.39/10.46	c intension x[122] != x[123]  using generic constraint 
10.39/10.47	c intension x[124] != x[125]  using generic constraint 
10.39/10.47	c intension x[126] != x[127]  using generic constraint 
10.39/10.47	c intension x[128] != x[129]  using generic constraint 
10.39/10.47	c intension x[130] != x[131]  using generic constraint 
10.39/10.47	c intension x[132] != x[133]  using generic constraint 
10.39/10.47	c intension x[134] != x[135]  using generic constraint 
10.39/10.47	c intension x[136] != x[137]  using generic constraint 
10.39/10.47	c intension x[138] != x[139]  using generic constraint 
10.39/10.47	c intension x[140] != x[141]  using generic constraint 
10.39/10.47	c intension x[142] != x[143]  using generic constraint 
10.39/10.48	c intension x[144] != x[145]  using generic constraint 
10.39/10.48	c intension x[146] != x[147]  using generic constraint 
10.39/10.48	c intension x[148] != x[149]  using generic constraint 
10.39/10.48	c intension x[150] != x[151]  using generic constraint 
10.39/10.48	c intension x[152] != x[153]  using generic constraint 
10.39/10.48	c intension x[154] != x[155]  using generic constraint 
10.39/10.48	c intension x[156] != x[157]  using generic constraint 
10.39/10.48	c intension x[158] != x[159]  using generic constraint 
10.59/10.68	c root propagations     : 0           
10.59/10.68	c restarts enabled, print stats at every restarts
10.59/10.68	c
10.59/10.68	c
10.59/10.68	c
10.59/10.68	c This is cosoco 1.12 --  
10.59/10.68	c
10.59/10.68	c command line: cosoco -lc -model -restarts HOME/instance-4268380-1502577688.xml 
10.59/10.68	c ========================================[ Problem Statistics ]===========================================
10.59/10.68	c |                                                                                                       
10.59/10.68	c |  Parse time        :        10.46 s 
10.59/10.68	c |
10.59/10.68	c |               Variables: 160
10.59/10.68	c |            Domain Sizes: 80..80
10.59/10.68	c |
10.59/10.68	c |             Constraints: 9560
10.59/10.68	c |                   Arity: 2..2  -- Binary: 9560
10.59/10.68	c | 
10.59/10.68	c |                   Types: 
10.59/10.68	c |                          (X != Y): 80
10.59/10.68	c |                          Intension: 9480
10.59/10.68	c |                          
10.59/10.68	c =========================================================================================================
10.59/10.68	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
14.29/14.32	c 101            300            1201626        45034          0              0              59   67   61   
17.89/17.97	c 211            612            2332918        86476          0              0              83   95   85   
23.19/23.23	c 332            899            3722499        177526         0              0              51   56   52   
27.69/27.74	c 465            1264           5199663        253721         0              0              57   62   59   
31.89/32.00	c 611            1658           6766091        321807         0              0              57   64   60   
36.29/36.37	c 771            2112           8437029        392640         0              0              59   66   62   
40.69/40.71	c 947            2632           10154012       460247         0              0              61   68   64   
45.39/45.49	c 1140           3185           12092072       547059         0              0              63   69   65   
50.59/50.61	c 1352           3757           14229710       639773         0              0              63   69   65   
55.18/55.25	c 1585           4312           16171256       727686         0              0              64   71   66   
60.99/61.01	c 1841           4894           18429826       850562         0              0              57   65   60   
67.78/67.80	c 2122           5648           21125654       972878         0              0              55   69   57   
73.49/73.53	c 2431           6813           23930777       1100660        0              0              59   75   64   
78.79/78.81	c 2770           7729           26469890       1210950        0              0              60   68   63   
85.39/85.45	c 3142           8553           29454143       1356530        0              0              53   61   57   
92.39/92.44	c 3551           9530           32912212       1507301        0              0              60   67   63   
100.49/100.56	c 4000           10585          36733753       1671593        0              0              58   64   60   
107.79/107.83	c 4493           11998          40759385       1842690        0              0              61   69   64   
118.00/118.06	c 5035           13407          45520642       2099523        0              0              54   62   58   
126.39/126.42	c 5631           15212          50416936       2296109        0              0              60   70   64   
136.69/136.70	c 6286           17260          56008587       2595431        0              0              61   75   69   
147.39/147.44	c 7006           19456          62409162       2872769        0              0              62   73   67   
162.80/162.81	c 7798           21349          69228127       3313902        0              0              53   63   57   
179.01/179.04	c 8669           23290          76173991       3721625        0              0              51   58   54   
192.20/192.25	c 9627           25607          83386696       4068702        0              0              57   64   60   
206.70/206.78	c 10680          28036          91489091       4427302        0              0              54   62   58   
221.40/221.42	c 11838          31075          100791292      4832548        0              0              63   72   67   
239.12/239.12	c 13111          35296          111378672      5299958        0              0              60   78   67   
254.81/254.81	c 14511          39193          121672316      5812553        0              0              60   71   65   
270.31/270.38	c 16051          43210          132602918      6265393        0              0              64   73   69   
293.12/293.12	c 17745          47558          146472825      6948316        0              0              62   72   66   
329.42/329.40	c 19608          52087          162828710      7958194        0              0              50   61   54   
357.82/357.83	c 21657          57789          178802624      8720114        0              0              54   67   58   
379.14/379.17	c 23910          64836          193914077      9467082        0              0              59   76   65   
407.53/407.54	c 26388          71156          213177882      10295593       0              0              63   74   68   
448.04/448.04	c 29113          76576          233505607      11369802       0              0              53   59   56   
484.94/485.00	c 32110          84298          255141305      12349949       0              0              56   68   60   
518.75/518.75	c 35406          91585          277525896      13374834       0              0              58   68   61   
574.16/574.11	c 39031          101430         309124628      15013447       0              0              58   68   62   
631.86/631.80	c 43018          112498         341390953      16885889       0              0              56   74   63   
674.97/674.95	c 47403          123992         372255407      18308476       0              0              59   71   64   
731.18/731.13	c 52226          135798         408789810      20012414       0              0              58   68   62   
804.28/804.28	c 57531          148228         449551644      22004303       0              0              56   68   61   
885.79/885.76	c 63366          161334         491790303      24118687       0              0              52   64   57   
955.12/955.04	c 69784          177589         538974710      26380686       0              0              57   67   62   
1023.62/1023.56	c 76843          196934         588072030      28695956       0              0              59   72   64   
1086.03/1085.91	c 84607          215358         636713322      30926673       0              0              63   75   68   
1184.74/1184.60	c 93147          238473         701615431      34384888       0              0              58   76   64   
1290.56/1290.45	c 102541         261538         769420623      37945975       0              0              57   69   62   
1428.37/1428.21	c 112874         292549         853373632      41990808       0              0              59   81   70   
1642.70/1642.57	c 124240         321161         956009832      47415318       0              0              51   63   57   
1782.23/1782.05	c 136742         354181         1055871264     51997505       0              0              65   75   70   
1934.36/1934.19	c 150494         392807         1158998277     57571060       0              0              57   80   71   
2180.78/2180.59	c 165621         430721         1276385688     64987626       0              0              50   64   56   
2354.81/2354.55	c 182260         471890         1398495598     70627406       0              0              60   70   65   
2520.03/2519.70	
2520.03/2519.70	c *** INTERRUPTED ***
2520.03/2519.70	c restarts              : 55          
2520.03/2519.70	c conflicts             : 199253       (79 /sec)
2520.03/2519.70	c decisions             : 516575       (205 /sec)
2520.03/2519.70	c propagations          : 76001869    (30160 /sec)
2520.03/2519.70	c root propagations     : 0           
2520.03/2519.70	c filter calls          : 1522520664     (604193 /sec)
2520.03/2519.70	c useless filter calls  : 1456902191     (95 %)
2520.03/2519.70	c Memory used           : 125.28 MB
2520.03/2519.70	c CPU time              : 2519.92 s
2520.03/2519.70	
2520.03/2519.70	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 (13576 MiB free)
  memory of node 1: 16384 MiB (14684 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4268380-1502577688/watcher-4268380-1502577688 -o /tmp/evaluation-result-4268380-1502577688/solver-4268380-1502577688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502576806-1301 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268380-1502577688.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
Current StackSize limit: 8192 KiB

solver pid=1402, runsolver pid=1399

[startup+0.100147 s]*
/proc/loadavg: 1.23 1.68 1.87 3/190 1403
/proc/meminfo: memFree=28938040/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=28200 memory=4124 CPUtime=0.1 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 1252 0 0 0 10 0 0 0 20 0 1 0 90849710 28876800 1031 33554432000 4194304 5972588 140727663844992 140727663841640 140650254662629 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 7050 1031 716 435 0 413 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28200 KiB
Current children cumulated memory: 4124 KiB

[startup+0.209651 s]*
/proc/loadavg: 1.23 1.68 1.87 3/190 1403
/proc/meminfo: memFree=28937296/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=29184 memory=5396 CPUtime=0.21 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 1588 0 0 0 21 0 0 0 20 0 1 0 90849710 29884416 1349 33554432000 4194304 5972588 140727663844992 140727663841640 140650254662629 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 7296 1349 787 435 0 659 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29184 KiB
Current children cumulated memory: 5396 KiB

[startup+0.309056 s]*
/proc/loadavg: 1.23 1.68 1.87 3/190 1403
/proc/meminfo: memFree=28936924/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=29712 memory=5924 CPUtime=0.3 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 1715 0 0 0 30 0 0 0 20 0 1 0 90849710 30425088 1481 33554432000 4194304 5972588 140727663844992 140727663841640 140650255409918 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 7428 1481 787 435 0 791 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 29712 KiB
Current children cumulated memory: 5924 KiB

[startup+0.700271 s]
/proc/loadavg: 1.23 1.68 1.87 3/190 1403
/proc/meminfo: memFree=28935972/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=31692 memory=7772 CPUtime=0.69 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 2206 0 0 0 69 0 0 0 20 0 1 0 90849710 32452608 1943 33554432000 4194304 5972588 140727663844992 140727663836760 140650254662629 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 7923 1943 787 435 0 1286 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 31692 KiB
Current children cumulated memory: 7772 KiB

[startup+1.50027 s]
/proc/loadavg: 1.23 1.68 1.87 3/190 1403
/proc/meminfo: memFree=28933180/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=35784 memory=11996 CPUtime=1.49 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 3229 0 0 0 149 0 0 0 20 0 1 0 90849710 36642816 2999 33554432000 4194304 5972588 140727663844992 140727663836760 140650254662629 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 8946 2999 787 435 0 2309 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 35784 KiB
Current children cumulated memory: 11996 KiB

[startup+3.10944 s]
/proc/loadavg: 1.23 1.68 1.87 3/190 1403
/proc/meminfo: memFree=28923136/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=43968 memory=20164 CPUtime=3.09 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 5421 0 0 0 309 0 0 0 20 0 1 0 90849710 45023232 5041 33554432000 4194304 5972588 140727663844992 140727663836712 140650254654996 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 10992 5041 787 435 0 4355 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 43968 KiB
Current children cumulated memory: 20164 KiB

[startup+6.30026 s]
/proc/loadavg: 1.21 1.67 1.87 3/190 1403
/proc/meminfo: memFree=28907616/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=60344 memory=36488 CPUtime=6.29 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 9708 0 0 0 627 2 0 0 20 0 1 0 90849710 61792256 9122 33554432000 4194304 5972588 140727663844992 140727663836760 140650254662629 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 15086 9122 787 435 0 8449 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 60344 KiB
Current children cumulated memory: 36488 KiB

[startup+12.7004 s]
/proc/loadavg: 1.27 1.67 1.87 3/190 1403
/proc/meminfo: memFree=28837888/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104692 CPUtime=12.69 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 36610 0 0 0 1264 5 0 0 20 0 1 0 90849710 131358720 26173 33554432000 4194304 5972588 140727663844992 140727663842568 5070905 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26173 824 435 0 25433 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104692 KiB

[startup+25.5004 s]
/proc/loadavg: 1.43 1.69 1.87 3/190 1467
/proc/meminfo: memFree=28812052/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104888 CPUtime=25.49 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 87242 0 0 0 2542 7 0 0 20 0 1 0 90849710 131358720 26222 33554432000 4194304 5972588 140727663844992 140727663842296 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26222 828 435 0 25433 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104888 KiB

[startup+51.1098 s]
/proc/loadavg: 1.63 1.71 1.87 3/190 1467
/proc/meminfo: memFree=28812272/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104888 CPUtime=51.1 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 107972 0 0 0 5102 8 0 0 20 0 1 0 90849710 131358720 26222 33554432000 4194304 5972588 140727663844992 140727663842296 4909657 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26222 828 435 0 25433 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104888 KiB

[startup+102.3 s]
/proc/loadavg: 1.84 1.76 1.88 3/190 1469
/proc/meminfo: memFree=28811228/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=102.29 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 116460 0 0 0 10220 9 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 4909694 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+162.3 s]
/proc/loadavg: 1.94 1.80 1.88 3/190 1470
/proc/meminfo: memFree=28812128/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=162.3 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 117263 0 0 0 16221 9 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 5071307 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.84 1.89 3/191 1479
/proc/meminfo: memFree=28811744/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=222.3 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 118066 0 0 0 22221 9 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 5053094 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.87 1.89 3/190 1480
/proc/meminfo: memFree=28811872/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=282.31 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 118066 0 0 0 28222 9 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 5071906 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+342.3 s]
/proc/loadavg: 2.07 1.91 1.90 3/188 1481
/proc/meminfo: memFree=28812348/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=342.32 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 118869 0 0 0 34223 9 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+402.3 s]
/proc/loadavg: 2.14 1.95 1.92 3/188 1482
/proc/meminfo: memFree=28812172/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=402.33 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 118869 0 0 0 40224 9 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 5071296 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+462.3 s]
/proc/loadavg: 2.05 1.96 1.93 3/188 1483
/proc/meminfo: memFree=28812304/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=462.34 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 119672 0 0 0 46225 9 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB


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

/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 1782.52 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 1522
/proc/meminfo: memFree=28811816/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104892 CPUtime=1842.53 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 128300 0 0 0 184243 10 0 0 20 0 1 0 90849710 131358720 26223 33554432000 4194304 5972588 140727663844992 140727663842296 4962170 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26223 828 435 0 25433 0
Current children cumulated CPU time: 1842.53 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104892 KiB

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/187 1524
/proc/meminfo: memFree=28811436/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=1902.55 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 129014 0 0 0 190244 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 5053097 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 1902.55 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/187 1525
/proc/meminfo: memFree=28811560/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=1962.55 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 129105 0 0 0 196244 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 1962.55 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/188 1540
/proc/meminfo: memFree=28811404/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2022.56 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 129845 0 0 0 202245 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2022.56 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/188 1566
/proc/meminfo: memFree=28810240/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2082.57 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 129846 0 0 0 208246 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 5071280 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2082.57 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/188 1567
/proc/meminfo: memFree=28810720/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2142.58 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 130585 0 0 0 214247 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 5053094 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2142.58 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/188 1568
/proc/meminfo: memFree=28811228/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2202.58 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 130651 0 0 0 220247 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4962170 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2202.58 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2262.3 s]
/proc/loadavg: 2.53 2.18 2.03 3/188 1569
/proc/meminfo: memFree=28810896/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2262.59 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 131186 0 0 0 226248 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4965316 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2262.59 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2322.3 s]
/proc/loadavg: 2.20 2.14 2.03 3/187 1570
/proc/meminfo: memFree=28811400/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2322.6 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 131186 0 0 0 232249 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2322.6 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.29 2.17 2.05 3/187 1571
/proc/meminfo: memFree=28811284/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2382.61 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 131991 0 0 0 238250 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2382.61 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2442.3 s]
/proc/loadavg: 2.40 2.24 2.08 3/187 1572
/proc/meminfo: memFree=28811508/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2442.62 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 131991 0 0 0 244251 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4965365 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2442.62 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

[startup+2502.3 s]
/proc/loadavg: 2.15 2.19 2.07 3/187 1573
/proc/meminfo: memFree=28811260/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2502.63 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 132532 0 0 0 250252 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 4965342 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2502.63 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.7 s]
/proc/loadavg: 2.11 2.18 2.07 3/187 1573
/proc/meminfo: memFree=28811500/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2520.03 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 132533 0 0 0 251992 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 5070912 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

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

[startup+2519.7 s]
# the end of solver process 1402 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.92 s, system=0.114016 s

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

[startup+2519.7 s]
/proc/loadavg: 2.11 2.18 2.07 3/187 1573
/proc/meminfo: memFree=28811500/32770624 swapFree=67108860/67108860
[pid=1402] ppid=1399 vsize=128280 memory=104896 CPUtime=2520.03 cores=0,2,4,6
/proc/1402/stat : 1402 (cosoco) R 1399 1402 1270 0 -1 4202496 132533 0 0 0 251992 11 0 0 20 0 1 0 90849710 131358720 26224 33554432000 4194304 5972588 140727663844992 140727663842296 5070912 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 29949952 140727663850687 140727663850782 140727663850782 140727663853518 0
/proc/1402/statm: 32070 26224 828 435 0 25433 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 128280 KiB
Current children cumulated memory: 104896 KiB

Child status: 1
Real time (s): 2519.7
CPU time (s): 2520.04
CPU user time (s): 2519.92
CPU system time (s): 0.114016
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 128280
Max. memory (cumulated for all children) (KiB): 104896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.92
system time used= 0.114016
maximum resident set size= 104960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132583
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= 43
involuntary context switches= 826


# summary of solver processes directly reported to runsolver:
#   pid: 1402
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.92
#   total CPU system time (s): 0.114016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1349 second user time and 18.4956 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 00:27:10
IDJOB=4268380
IDBENCH=138399
IDSOLVER=2658
FILE ID=node151/4268380-1502577688
RUNJOBID= node151-1502576806-1301
PBS_JOBID= 20628292
Free space on /tmp= 61752 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-14.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268380-1502577688/watcher-4268380-1502577688 -o /tmp/evaluation-result-4268380-1502577688/solver-4268380-1502577688 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502576806-1301 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268380-1502577688.xml

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

MD5SUM BENCH= e8698b72f1d598ed72051801219b61cc
RANDOM SEED=1640702286

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28940244 kB
MemAvailable:   31993296 kB
Buffers:          209764 kB
Cached:          3136040 kB
SwapCached:            0 kB
Active:           822464 kB
Inactive:        2577972 kB
Active(anon):      57372 kB
Inactive(anon):    25044 kB
Active(file):     765092 kB
Inactive(file):  2552928 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2944 kB
Writeback:             0 kB
AnonPages:         61720 kB
Mapped:            44568 kB
Shmem:             25224 kB
Slab:             128260 kB
SReclaimable:     101732 kB
SUnreclaim:        26528 kB
KernelStack:        3360 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     353784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 01:09:09