Trace number 4408119

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 2.0? (TO) 2519.9 2520.01

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-16.xml
MD5SUM60f46a78fc335bdeaa2bda0ed3237a46
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark51.8952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1211
Maximum domain size1309
Distribution of domain sizes[{"size":1211,"count":6},{"size":1212,"count":2},{"size":1213,"count":4},{"size":1214,"count":4},{"size":1215,"count":4},{"size":1216,"count":2},{"size":1217,"count":12},{"size":1218,"count":8},{"size":1219,"count":6},{"size":1220,"count":4},{"size":1221,"count":2},{"size":1222,"count":4},{"size":1223,"count":6},{"size":1225,"count":4},{"size":1226,"count":2},{"size":1227,"count":4},{"size":1228,"count":2},{"size":1229,"count":6},{"size":1230,"count":8},{"size":1231,"count":10},{"size":1232,"count":4},{"size":1233,"count":2},{"size":1234,"count":6},{"size":1235,"count":2},{"size":1236,"count":4},"...",{"size":1283,"count":10}, {"size":1284,"count":4}, {"size":1285,"count":4}, {"size":1286,"count":6}, {"size":1287,"count":10}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":4}, {"size":1291,"count":2}, {"size":1292,"count":2}, {"size":1294,"count":8}, {"size":1295,"count":2}, {"size":1297,"count":4}, {"size":1298,"count":4}, {"size":1299,"count":4}, {"size":1300,"count":6}, {"size":1301,"count":2}, {"size":1302,"count":4}, {"size":1303,"count":4}, {"size":1304,"count":8}, {"size":1305,"count":10}, {"size":1306,"count":6}, {"size":1307,"count":4}, {"size":1308,"count":6}, {"size":1309,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

3.59/3.65	c root propagations     : 317828      
3.59/3.65	c restarts enabled, print stats at every restarts
3.59/3.65	c
3.59/3.65	c
3.59/3.65	c
3.59/3.65	c This is cosoco 2.00 --  
3.59/3.65	c
3.59/3.65	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408119-1569808837.xml 
3.59/3.65	c ========================================[ Problem Statistics ]===========================================
3.59/3.65	c |                                                                                                       
3.59/3.65	c |  Parse time        :         3.51 s 
3.59/3.65	c |
3.59/3.65	c |               Variables: 450
3.59/3.65	c |            Domain Sizes: 1211..1309
3.59/3.65	c |
3.59/3.65	c |             Constraints: 5580
3.59/3.65	c |                   Arity: 2..2  -- Binary: 5580
3.59/3.65	c | 
3.59/3.65	c |                   Types: 
3.59/3.65	c |                          (X != Y): 225
3.59/3.65	c |                          (X -Y <= k): 630
3.59/3.65	c |                          Intension: 4725
3.59/3.65	c |                          
3.59/3.65	c =========================================================================================================
3.59/3.65	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
18.39/18.46	c 101            218            282126         1627393        450            0              10   102   98  
30.89/30.97	c 211            478            609707         2238778        450            0              1   49   19    
52.88/52.94	c 332            847            1087595        3167030        450            0              1   50   21    
65.38/65.48	c 465            1153           1375919        3783601        450            0              1   87   48    
84.78/84.82	c 611            1563           1785116        4968422        450            0              1   126   51   
103.19/103.20	c 771            1961           2231512        6024789        450            0              1   82   29    
128.17/128.21	c 947            2502           2789634        6779006        450            0              2   76   25    
139.68/139.75	c 1140           2837           3017857        7603201        450            0              2   75   64    
162.98/163.09	c 1352           3162           3333651        9154308        450            0              2   73   66    
191.17/191.27	c 1585           3708           3786722        10715631       450            0              1   133   76   
221.47/221.54	c 1841           4081           4330468        13436525       450            0              13   54   39   
257.16/257.23	c 2122           4615           4915079        16633780       450            0              25   55   52   
274.66/274.76	c 2431           5046           5217060        18067076       450            0              1   65   59    
288.86/289.00	c 2770           5563           5479286        19008834       450            0              3   113   99   
299.66/299.71	c 3142           6103           5721839        19543134       450            0              3   116   108  
384.16/384.25	c 3551           6597           6571189        25257033       450            0              3   70   66    
448.55/448.67	c 4000           7183           7395412        29601629       450            0              5   67   64    
464.55/464.69	c 4493           7781           7678491        31084294       450            0              1   44   42    
520.45/520.56	c 5035           8411           8597255        35690473       450            0              6   46   42    
640.34/640.49	c 5631           9114           9711579        43434976       450            0              13   71   67   
794.05/794.15	c 6286           9913           11449366       51924994       450            0              7   57   53    
886.44/886.50	c 7006           10792          12539836       57710194       450            0              18   40   39   
963.83/963.94	c 7798           11923          13645860       62784186       450            0              1   103   95   
1022.73/1022.88	c 8669           13193          14477257       66374416       450            0              1   93   78    
1041.33/1041.47	c 9627           14253          14876220       68693564       450            0              2   76   74    
1247.43/1247.55	c 10680          16564          18259255       81419063       450            0              1   42   13    
1391.82/1391.90	c 11838          18409          20798493       90625885       450            0              1   73   60    
1911.20/1911.32	c 13111          20116          27385057       123565815      450            0              6   96   86    
2060.90/2061.08	c 14511          22466          29499182       131130581      450            0              6   68   53    
2193.38/2193.53	c 16051          24271          30743054       139144721      450            0              4   69   64    
2476.18/2476.37	c 17745          26153          34077718       163373328      450            0              2   67   60    
2519.89/2520.01	
2519.89/2520.01	c *** INTERRUPTED ***
2519.89/2520.01	c restarts              : 31          
2519.89/2520.01	c conflicts             : 17951        (7 /sec)
2519.89/2520.01	c decisions             : 26729        (11 /sec)
2519.89/2520.01	c propagations          : 166390220   (66040 /sec)
2519.89/2520.01	c root propagations     : 317828      
2519.89/2520.01	c filter calls          : 34823660       (13821 /sec)
2519.89/2520.01	c useless filter calls  : 31627848       (90 %)
2519.89/2520.01	c Memory used           : 470.54 MB
2519.89/2520.01	c CPU time              : 2519.55 s
2519.89/2520.01	c real time             : 2520.01 s
2519.89/2520.01	
2519.89/2520.01	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 (15207 MiB free)
  memory of node 1: 16384 MiB (15484 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408119-1569808837/watcher-4408119-1569808837 -o /tmp/evaluation-result-4408119-1569808837/solver-4408119-1569808837 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1569787348-7895 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408119-1569808837.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=11890, runsolver pid=11887
Current StackSize limit: 8192 KiB


[startup+0.100196 s]*
/proc/loadavg: 2.00 2.03 2.05 3/199 11891
/proc/meminfo: memFree=31423920/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=32656 memory=8748 CPUtime=0.1 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 2394 0 0 0 10 0 0 0 20 0 1 0 556797401 33439744 2187 33554432000 4194304 6211132 140730822614048 140730822610584 140000436915602 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 8164 2187 798 493 0 1469 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32656 KiB
Current children cumulated memory: 8748 KiB

[startup+0.209573 s]*
/proc/loadavg: 2.00 2.03 2.05 3/199 11891
/proc/meminfo: memFree=31423176/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=33496 memory=9676 CPUtime=0.21 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 2603 0 0 0 21 0 0 0 20 0 1 0 556797401 34299904 2419 33554432000 4194304 6211132 140730822614048 140730822610584 140000433437669 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 8374 2419 809 493 0 1679 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33496 KiB
Current children cumulated memory: 9676 KiB

[startup+0.309029 s]*
/proc/loadavg: 2.00 2.03 2.05 3/199 11891
/proc/meminfo: memFree=31414656/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=42704 memory=18744 CPUtime=0.31 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 4890 0 0 0 30 1 0 0 20 0 1 0 556797401 43728896 4686 33554432000 4194304 6211132 140730822614048 140730822610584 140000433437669 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 10676 4686 816 493 0 3981 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 18744 KiB

[startup+0.700387 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 11891
/proc/meminfo: memFree=31396304/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=77788 memory=53812 CPUtime=0.69 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 13658 0 0 0 67 2 0 0 20 0 1 0 556797401 79654912 13453 33554432000 4194304 6211132 140730822614048 140730822609144 140000433437669 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 19447 13453 816 493 0 12752 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 77788 KiB
Current children cumulated memory: 53812 KiB

[startup+1.50042 s]
/proc/loadavg: 2.00 2.03 2.05 3/199 11891
/proc/meminfo: memFree=31350876/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=151176 memory=127364 CPUtime=1.49 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 32015 0 0 0 145 4 0 0 20 0 1 0 556797401 154804224 31841 33554432000 4194304 6211132 140730822614048 140730822609144 140000433437669 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 37794 31841 816 493 0 31099 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 151176 KiB
Current children cumulated memory: 127364 KiB

[startup+3.10949 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 11893
/proc/meminfo: memFree=31167984/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=298308 memory=274496 CPUtime=3.1 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 69267 0 0 0 300 10 0 0 20 0 1 0 556797401 305467392 68624 33554432000 4194304 6211132 140730822614048 140730822608984 140000433437669 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 74577 68624 816 493 0 67882 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 298308 KiB
Current children cumulated memory: 274496 KiB

[startup+6.3004 s]
/proc/loadavg: 1.84 1.99 2.03 3/199 11893
/proc/meminfo: memFree=31093184/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=362504 memory=339068 CPUtime=6.29 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 125740 0 0 0 616 13 0 0 20 0 1 0 556797401 371204096 84767 33554432000 4194304 6211132 140730822614048 140730822611704 140000442770592 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 90626 84767 860 493 0 83931 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 362504 KiB
Current children cumulated memory: 339068 KiB

[startup+12.7004 s]
/proc/loadavg: 1.86 1.99 2.03 3/200 11901
/proc/meminfo: memFree=31091236/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=364220 memory=340764 CPUtime=12.69 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 148162 0 0 0 1254 15 0 0 20 0 1 0 556797401 372961280 85191 33554432000 4194304 6211132 140730822614048 140730822611704 5454208 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 91055 85191 860 493 0 84360 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 364220 KiB
Current children cumulated memory: 340764 KiB

[startup+25.5004 s]
/proc/loadavg: 1.89 1.99 2.03 3/200 11901
/proc/meminfo: memFree=31083152/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=372800 memory=349320 CPUtime=25.49 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 185824 0 0 0 2532 17 0 0 20 0 1 0 556797401 381747200 87330 33554432000 4194304 6211132 140730822614048 140730822611704 5072412 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 93200 87330 862 493 0 86505 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 372800 KiB
Current children cumulated memory: 349320 KiB

[startup+51.1096 s]
/proc/loadavg: 1.93 1.99 2.03 3/201 11904
/proc/meminfo: memFree=31069888/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=385472 memory=362092 CPUtime=51.09 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 221961 0 0 0 5091 18 0 0 20 0 1 0 556797401 394723328 90523 33554432000 4194304 6211132 140730822614048 140730822611704 140000443382612 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 96368 90523 862 493 0 89673 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 385472 KiB
Current children cumulated memory: 362092 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/201 11930
/proc/meminfo: memFree=31042876/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=412268 memory=388832 CPUtime=102.29 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 297770 0 0 0 10206 23 0 0 20 0 1 0 556797401 422162432 97208 33554432000 4194304 6211132 140730822614048 140730822611704 140000434361217 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 103067 97208 862 493 0 96372 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 412268 KiB
Current children cumulated memory: 388832 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/202 11935
/proc/meminfo: memFree=31026720/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=428108 memory=404700 CPUtime=162.27 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 349596 0 0 0 16202 25 0 0 20 0 1 0 556797401 438382592 101175 33554432000 4194304 6211132 140730822614048 140730822611704 5451618 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 107027 101175 862 493 0 100332 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 428108 KiB
Current children cumulated memory: 404700 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/202 11939
/proc/meminfo: memFree=31019180/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=435632 memory=412192 CPUtime=222.27 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 384452 0 0 0 22199 28 0 0 20 0 1 0 556797401 446087168 103048 33554432000 4194304 6211132 140730822614048 140730822612008 140000434361936 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 108908 103048 862 493 0 102213 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 435632 KiB
Current children cumulated memory: 412192 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/202 11945
/proc/meminfo: memFree=31012660/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=441440 memory=417940 CPUtime=282.26 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 409869 0 0 0 28197 29 0 0 20 0 1 0 556797401 452034560 104485 33554432000 4194304 6211132 140730822614048 140730822611704 5451489 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 110360 104485 862 493 0 103665 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 441440 KiB
Current children cumulated memory: 417940 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/201 11949
/proc/meminfo: memFree=31005024/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=449096 memory=425732 CPUtime=342.26 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 417666 0 0 0 34196 30 0 0 20 0 1 0 556797401 459874304 106433 33554432000 4194304 6211132 140730822614048 140730822611704 5164744 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 112274 106433 862 493 0 105579 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 449096 KiB
Current children cumulated memory: 425732 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 11953
/proc/meminfo: memFree=31002452/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=451604 memory=428024 CPUtime=402.26 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 418559 0 0 0 40196 30 0 0 20 0 1 0 556797401 462442496 107006 33554432000 4194304 6211132 140730822614048 140730822611704 140000434361960 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 112901 107006 862 493 0 106206 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 451604 KiB
Current children cumulated memory: 428024 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 11959
/proc/meminfo: memFree=30998060/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=456224 memory=432724 CPUtime=462.25 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 420787 0 0 0 46195 30 0 0 20 0 1 0 556797401 467173376 108181 33554432000 4194304 6211132 140730822614048 140730822611704 5446280 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 114056 108181 862 493 0 107361 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 456224 KiB
Current children cumulated memory: 432724 KiB


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

/proc/11890/statm: 119402 113558 862 493 0 112707 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 477608 KiB
Current children cumulated memory: 454232 KiB

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.04 3/199 12325
/proc/meminfo: memFree=30971376/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=477608 memory=454232 CPUtime=1782.21 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 444468 0 0 0 178188 33 0 0 20 0 1 0 556797401 489070592 113558 33554432000 4194304 6211132 140730822614048 140730822611704 5455682 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 119402 113558 862 493 0 112707 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 477608 KiB
Current children cumulated memory: 454232 KiB

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/199 12336
/proc/meminfo: memFree=30970764/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=477608 memory=454232 CPUtime=1842.2 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 445054 0 0 0 184187 33 0 0 20 0 1 0 556797401 489070592 113558 33554432000 4194304 6211132 140730822614048 140730822611704 5451501 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 119402 113558 862 493 0 112707 0
Current children cumulated CPU time: 1842.2 s
Current children cumulated vsize: 477608 KiB
Current children cumulated memory: 454232 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/199 12342
/proc/meminfo: memFree=30970772/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=477608 memory=454236 CPUtime=1902.2 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 445672 0 0 0 190187 33 0 0 20 0 1 0 556797401 489070592 113559 33554432000 4194304 6211132 140730822614048 140730822611704 5478441 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 119402 113559 862 493 0 112707 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 477608 KiB
Current children cumulated memory: 454236 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 12346
/proc/meminfo: memFree=30970176/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=478268 memory=454788 CPUtime=1962.2 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 446207 0 0 0 196187 33 0 0 20 0 1 0 556797401 489746432 113697 33554432000 4194304 6211132 140730822614048 140730822611704 140000434358196 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 119567 113697 862 493 0 112872 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 478268 KiB
Current children cumulated memory: 454788 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12350
/proc/meminfo: memFree=30969160/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=479324 memory=455748 CPUtime=2022.19 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 446965 0 0 0 202186 33 0 0 20 0 1 0 556797401 490827776 113937 33554432000 4194304 6211132 140730822614048 140730822611704 5478406 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 119831 113937 862 493 0 113136 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 479324 KiB
Current children cumulated memory: 455748 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12356
/proc/meminfo: memFree=30968148/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=479984 memory=456440 CPUtime=2082.19 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 447911 0 0 0 208186 33 0 0 20 0 1 0 556797401 491503616 114110 33554432000 4194304 6211132 140730822614048 140730822611704 5443101 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 119996 114110 862 493 0 113301 0
Current children cumulated CPU time: 2082.19 s
Current children cumulated vsize: 479984 KiB
Current children cumulated memory: 456440 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12360
/proc/meminfo: memFree=30968200/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=479984 memory=456580 CPUtime=2142.19 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 448399 0 0 0 214186 33 0 0 20 0 1 0 556797401 491503616 114145 33554432000 4194304 6211132 140730822614048 140730822611704 5446638 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 119996 114145 862 493 0 113301 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 479984 KiB
Current children cumulated memory: 456580 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12364
/proc/meminfo: memFree=30967932/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=480380 memory=456760 CPUtime=2202.18 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 448850 0 0 0 220185 33 0 0 20 0 1 0 556797401 491909120 114190 33554432000 4194304 6211132 140730822614048 140730822611704 5446296 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 120095 114190 862 493 0 113400 0
Current children cumulated CPU time: 2202.18 s
Current children cumulated vsize: 480380 KiB
Current children cumulated memory: 456760 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12370
/proc/meminfo: memFree=30967880/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=480380 memory=456948 CPUtime=2262.18 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 449156 0 0 0 226185 33 0 0 20 0 1 0 556797401 491909120 114237 33554432000 4194304 6211132 140730822614048 140730822611704 5164809 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 120095 114237 862 493 0 113400 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 480380 KiB
Current children cumulated memory: 456948 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12374
/proc/meminfo: memFree=30967176/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=480908 memory=457220 CPUtime=2322.19 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 449607 0 0 0 232185 34 0 0 20 0 1 0 556797401 492449792 114305 33554432000 4194304 6211132 140730822614048 140730822611704 5452263 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 120227 114305 862 493 0 113532 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 480908 KiB
Current children cumulated memory: 457220 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12378
/proc/meminfo: memFree=30966852/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=481040 memory=457536 CPUtime=2382.19 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 450023 0 0 0 238185 34 0 0 20 0 1 0 556797401 492584960 114384 33554432000 4194304 6211132 140730822614048 140730822611704 5446272 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 120260 114384 862 493 0 113565 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 481040 KiB
Current children cumulated memory: 457536 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12391
/proc/meminfo: memFree=30966760/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=481040 memory=457672 CPUtime=2442.18 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 450470 0 0 0 244184 34 0 0 20 0 1 0 556797401 492584960 114418 33554432000 4194304 6211132 140730822614048 140730822611704 5440652 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 120260 114418 862 493 0 113565 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 481040 KiB
Current children cumulated memory: 457672 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 12395
/proc/meminfo: memFree=30966112/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=481832 memory=458224 CPUtime=2502.18 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 451026 0 0 0 250184 34 0 0 20 0 1 0 556797401 493395968 114556 33554432000 4194304 6211132 140730822614048 140730822611528 5164975 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 120458 114556 862 493 0 113763 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 481832 KiB
Current children cumulated memory: 458224 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 12397
/proc/meminfo: memFree=30966268/32770624 swapFree=66936012/67108860
[pid=11890] ppid=11887 vsize=481832 memory=458328 CPUtime=2519.89 cores=0,2,4,6
/proc/11890/stat : 11890 (cosoco) R 11887 11890 7864 0 -1 4202496 451155 0 0 0 251955 34 0 0 20 0 1 0 556797401 493395968 114582 33554432000 4194304 6211132 140730822614048 140730822611528 5443074 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 20860928 140730822620171 140730822620273 140730822620273 140730822623182 0
/proc/11890/statm: 120458 114582 862 493 0 113763 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 481832 KiB
Current children cumulated memory: 458328 KiB

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

[startup+2520.01 s]
# the end of solver process 11890 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.55 s, system=0.345987 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.9
CPU user time (s): 2519.55
CPU system time (s): 0.345987
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 481832
Max. memory (cumulated for all children) (KiB): 458328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.55
system time used= 0.345987
maximum resident set size= 458396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451193
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= 53
involuntary context switches= 3151


# summary of solver processes directly reported to runsolver:
#   pid: 11890
#   total CPU time (s): 2519.9
#   total CPU user time (s): 2519.55
#   total CPU system time (s): 0.345987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.62031 second user time and 18.1095 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-30 03:59:52
IDJOB=4408119
IDBENCH=138476
IDSOLVER=2874
FILE ID=node147/4408119-1569808837
RUNJOBID= node147-1569787348-7895
PBS_JOBID= 21705818
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-16.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4408119-1569808837/watcher-4408119-1569808837 -o /tmp/evaluation-result-4408119-1569808837/solver-4408119-1569808837 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1569787348-7895 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408119-1569808837.xml

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

MD5SUM BENCH= 60f46a78fc335bdeaa2bda0ed3237a46
RANDOM SEED=1262183509

node147.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.52
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.52
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.52
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.52
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:        31428768 kB
MemAvailable:   31795128 kB
Buffers:          223768 kB
Cached:           472628 kB
SwapCached:        68896 kB
Active:           413380 kB
Inactive:         356928 kB
Active(anon):      19556 kB
Inactive(anon):   136772 kB
Active(file):     393824 kB
Inactive(file):   220156 kB
Unevictable:      107708 kB
Mlocked:          107708 kB
SwapTotal:      67108860 kB
SwapFree:       66936012 kB
Dirty:              2800 kB
Writeback:             0 kB
AnonPages:        127908 kB
Mapped:            28440 kB
Shmem:             73672 kB
Slab:             165756 kB
SReclaimable:     136428 kB
SUnreclaim:        29328 kB
KernelStack:        3760 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     569604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62024 MiB
End job on node147 at 2019-09-30 04:41:53