Trace number 4396859

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.78 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.63	c root propagations     : 317828      
3.59/3.63	c restarts enabled, print stats at every restarts
3.59/3.63	c
3.59/3.63	c
3.59/3.63	c
3.59/3.63	c This is cosoco 2.00 --  
3.59/3.63	c
3.59/3.63	c command line: cosoco -lc -model -restarts -stick HOME/instance-4396859-1568593075.xml 
3.59/3.63	c ========================================[ Problem Statistics ]===========================================
3.59/3.63	c |                                                                                                       
3.59/3.63	c |  Parse time        :         3.48 s 
3.59/3.63	c |
3.59/3.63	c |               Variables: 450
3.59/3.63	c |            Domain Sizes: 1211..1309
3.59/3.63	c |
3.59/3.63	c |             Constraints: 5580
3.59/3.63	c |                   Arity: 2..2  -- Binary: 5580
3.59/3.63	c | 
3.59/3.63	c |                   Types: 
3.59/3.63	c |                          (X != Y): 225
3.59/3.63	c |                          (X -Y <= k): 630
3.59/3.63	c |                          Intension: 4725
3.59/3.63	c |                          
3.59/3.63	c =========================================================================================================
3.59/3.63	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
18.58/18.69	c 101            218            282126         1627393        450            0              10   102   98  
31.39/31.42	c 211            478            609707         2238778        450            0              1   49   19    
53.68/53.78	c 332            847            1087595        3167030        450            0              1   50   21    
66.48/66.56	c 465            1153           1375919        3783601        450            0              1   87   48    
86.18/86.21	c 611            1563           1785116        4968422        450            0              1   126   51   
104.88/104.95	c 771            1961           2231512        6024789        450            0              1   82   29    
130.27/130.39	c 947            2502           2789634        6779006        450            0              2   76   25    
142.08/142.15	c 1140           2837           3017857        7603201        450            0              2   75   64    
165.87/165.93	c 1352           3162           3333651        9154308        450            0              2   73   66    
194.57/194.63	c 1585           3708           3786722        10715631       450            0              1   133   76   
225.37/225.45	c 1841           4081           4330468        13436525       450            0              13   54   39   
261.76/261.85	c 2122           4615           4915079        16633780       450            0              25   55   52   
279.67/279.72	c 2431           5046           5217060        18067076       450            0              1   65   59    
294.16/294.24	c 2770           5563           5479286        19008834       450            0              3   113   99   
305.07/305.15	c 3142           6103           5721839        19543134       450            0              3   116   108  
391.25/391.37	c 3551           6597           6571189        25257033       450            0              3   70   66    
456.85/456.93	c 4000           7183           7395412        29601629       450            0              5   67   64    
473.15/473.25	c 4493           7781           7678491        31084294       450            0              1   44   42    
529.95/530.07	c 5035           8411           8597255        35690473       450            0              6   46   42    
652.03/652.14	c 5631           9114           9711579        43434976       450            0              13   71   67   
807.81/807.98	c 6286           9913           11449366       51924994       450            0              7   57   53    
901.80/901.92	c 7006           10792          12539836       57710194       450            0              18   40   39   
980.39/980.57	c 7798           11923          13645860       62784186       450            0              1   103   95   
1040.29/1040.49	c 8669           13193          14477257       66374416       450            0              1   93   78    
1059.29/1059.42	c 9627           14253          14876220       68693564       450            0              2   76   74    
1268.57/1268.77	c 10680          16564          18259255       81419063       450            0              1   42   13    
1415.36/1415.53	c 11838          18409          20798493       90625885       450            0              1   73   60    
1942.31/1942.58	c 13111          20116          27385057       123565815      450            0              6   96   86    
2094.50/2094.76	c 14511          22466          29499182       131130581      450            0              6   68   53    
2228.79/2229.03	c 16051          24271          30743054       139144721      450            0              4   69   64    
2516.46/2516.79	c 17745          26153          34077718       163373328      450            0              2   67   60    
2519.77/2520.01	
2519.77/2520.01	c *** INTERRUPTED ***
2519.77/2520.01	c restarts              : 31          
2519.77/2520.01	c conflicts             : 17759        (7 /sec)
2519.77/2520.01	c decisions             : 26211        (10 /sec)
2519.77/2520.01	c propagations          : 163587581   (64932 /sec)
2519.77/2520.01	c root propagations     : 317828      
2519.77/2520.01	c filter calls          : 34167012       (13562 /sec)
2519.77/2520.01	c useless filter calls  : 31026474       (90 %)
2519.77/2520.01	c Memory used           : 469.90 MB
2519.77/2520.01	c CPU time              : 2519.37 s
2519.77/2520.01	c real time             : 2520 s
2519.77/2520.01	
2519.77/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 (14042 MiB free)
  memory of node 1: 16384 MiB (15400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396859-1568593075/watcher-4396859-1568593075 -o /tmp/evaluation-result-4396859-1568593075/solver-4396859-1568593075 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568572744-19032 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4396859-1568593075.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=23219, runsolver pid=23216
Current StackSize limit: 8192 KiB


[startup+0.100144 s]*
/proc/loadavg: 1.91 1.97 2.02 3/199 23220
/proc/meminfo: memFree=30144768/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=32656 memory=8752 CPUtime=0.1 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 2396 0 0 0 10 0 0 0 20 0 1 0 435580104 33439744 2188 33554432000 4194304 6211092 140720689248160 140720689244696 139643512990528 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 8164 2188 798 493 0 1469 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32656 KiB
Current children cumulated memory: 8752 KiB

[startup+0.209719 s]*
/proc/loadavg: 1.91 1.97 2.02 3/199 23220
/proc/meminfo: memFree=30144324/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=33496 memory=9420 CPUtime=0.21 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 2581 0 0 0 21 0 0 0 20 0 1 0 435580104 34299904 2355 33554432000 4194304 6211092 140720689248160 140720689244696 139643509509093 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 8374 2355 798 493 0 1679 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33496 KiB
Current children cumulated memory: 9420 KiB

[startup+0.308929 s]*
/proc/loadavg: 1.91 1.97 2.02 3/199 23220
/proc/meminfo: memFree=30136016/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=42556 memory=18744 CPUtime=0.3 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 4879 0 0 0 30 0 0 0 20 0 1 0 435580104 43577344 4686 33554432000 4194304 6211092 140720689248160 140720689244696 139643509509093 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 10676 4686 816 493 0 3981 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42556 KiB
Current children cumulated memory: 18744 KiB

[startup+0.700328 s]
/proc/loadavg: 1.91 1.97 2.02 3/199 23220
/proc/meminfo: memFree=30116920/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=77916 memory=54104 CPUtime=0.69 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 13688 0 0 0 67 2 0 0 20 0 1 0 435580104 79785984 13526 33554432000 4194304 6211092 140720689248160 140720689239800 139643509969900 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 19479 13526 816 493 0 12784 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 77916 KiB
Current children cumulated memory: 54104 KiB

[startup+1.50033 s]
/proc/loadavg: 1.91 1.97 2.02 3/199 23220
/proc/meminfo: memFree=30071884/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=151724 memory=127912 CPUtime=1.49 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 32154 0 0 0 144 5 0 0 20 0 1 0 435580104 155365376 31978 33554432000 4194304 6211092 140720689248160 140720689239800 5071149 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 37931 31978 816 493 0 31236 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 151724 KiB
Current children cumulated memory: 127912 KiB

[startup+3.10951 s]
/proc/loadavg: 1.91 1.97 2.02 3/199 23220
/proc/meminfo: memFree=29887620/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=300072 memory=276260 CPUtime=3.1 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 69718 0 0 0 299 11 0 0 20 0 1 0 435580104 307273728 69065 33554432000 4194304 6211092 140720689248160 140720689238136 139643509509093 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 75018 69065 816 493 0 68323 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 300072 KiB
Current children cumulated memory: 276260 KiB

[startup+6.30033 s]
/proc/loadavg: 1.91 1.97 2.02 3/199 23220
/proc/meminfo: memFree=29814832/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=362504 memory=339068 CPUtime=6.29 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 126737 0 0 0 614 15 0 0 20 0 1 0 435580104 371204096 84767 33554432000 4194304 6211092 140720689248160 140720689245816 5452207 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/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.7003 s]
/proc/loadavg: 1.92 1.97 2.02 3/199 23221
/proc/meminfo: memFree=29813188/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=364220 memory=340764 CPUtime=12.69 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 148534 0 0 0 1253 16 0 0 20 0 1 0 435580104 372961280 85191 33554432000 4194304 6211092 140720689248160 140720689245816 4982096 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/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.5003 s]
/proc/loadavg: 1.94 1.97 2.02 3/199 23223
/proc/meminfo: memFree=29804652/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=372800 memory=349320 CPUtime=25.49 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 183192 0 0 0 2531 18 0 0 20 0 1 0 435580104 381747200 87330 33554432000 4194304 6211092 140720689248160 140720689245816 5476863 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/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.1095 s]
/proc/loadavg: 1.96 1.97 2.02 3/199 23223
/proc/meminfo: memFree=29791816/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=385472 memory=362092 CPUtime=51.09 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 219809 0 0 0 5088 21 0 0 20 0 1 0 435580104 394723328 90523 33554432000 4194304 6211092 140720689248160 140720689245816 5446270 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/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.98 1.98 2.02 3/199 23227
/proc/meminfo: memFree=29765072/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=412268 memory=388840 CPUtime=102.28 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 295488 0 0 0 10203 25 0 0 20 0 1 0 435580104 422162432 97210 33554432000 4194304 6211092 140720689248160 140720689245816 5441100 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 103067 97210 862 493 0 96372 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 412268 KiB
Current children cumulated memory: 388840 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.02 3/199 23233
/proc/meminfo: memFree=29747440/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=428108 memory=404676 CPUtime=162.27 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 358279 0 0 0 16199 28 0 0 20 0 1 0 435580104 438382592 101169 33554432000 4194304 6211092 140720689248160 140720689245816 5451469 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 107027 101169 862 493 0 100332 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 428108 KiB
Current children cumulated memory: 404676 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/200 23245
/proc/meminfo: memFree=29729480/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=435500 memory=412124 CPUtime=222.27 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 410595 0 0 0 22196 31 0 0 20 0 1 0 435580104 445952000 103031 33554432000 4194304 6211092 140720689248160 140720689245816 139643510429603 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 108875 103031 862 493 0 102180 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 435500 KiB
Current children cumulated memory: 412124 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/200 23249
/proc/meminfo: memFree=29723792/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=440120 memory=416720 CPUtime=282.26 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 454234 0 0 0 28192 34 0 0 20 0 1 0 435580104 450682880 104180 33554432000 4194304 6211092 140720689248160 140720689246120 5446248 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 110030 104180 862 493 0 103335 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 440120 KiB
Current children cumulated memory: 416720 KiB

[startup+342.3 s]
/proc/loadavg: 2.39 2.08 2.06 3/200 23255
/proc/meminfo: memFree=29713344/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=449096 memory=425732 CPUtime=342.25 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 479892 0 0 0 34189 36 0 0 20 0 1 0 435580104 459874304 106433 33554432000 4194304 6211092 140720689248160 140720689245816 5443064 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 112274 106433 862 493 0 105579 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 449096 KiB
Current children cumulated memory: 425732 KiB

[startup+402.3 s]
/proc/loadavg: 2.29 2.12 2.07 3/200 23259
/proc/meminfo: memFree=29710424/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=451076 memory=427380 CPUtime=402.24 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 485408 0 0 0 40188 36 0 0 20 0 1 0 435580104 461901824 106845 33554432000 4194304 6211092 140720689248160 140720689245816 5164589 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 112769 106845 862 493 0 106074 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 451076 KiB
Current children cumulated memory: 427380 KiB

[startup+462.3 s]
/proc/loadavg: 2.11 2.10 2.07 3/200 23263
/proc/meminfo: memFree=29704936/32770624 swapFree=67025976/67108860
[pid=23219] ppid=23216 vsize=455696 memory=432152 CPUtime=462.25 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 487709 0 0 0 46188 37 0 0 20 0 1 0 435580104 466632704 108038 33554432000 4194304 6211092 140720689248160 140720689245816 5443111 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 113924 108038 862 493 0 107229 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 455696 KiB
Current children cumulated memory: 432152 KiB


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

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

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23445
/proc/meminfo: memFree=29812512/32770624 swapFree=67025980/67108860
[pid=23219] ppid=23216 vsize=477608 memory=454232 CPUtime=1782.12 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 513969 0 0 0 178173 39 0 0 20 0 1 0 435580104 489070592 113558 33554432000 4194304 6211092 140720689248160 140720689245816 4982096 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119402 113558 862 493 0 112707 0
Current children cumulated CPU time: 1782.12 s
Current children cumulated vsize: 477608 KiB
Current children cumulated memory: 454232 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23449
/proc/meminfo: memFree=29812812/32770624 swapFree=67025980/67108860
[pid=23219] ppid=23216 vsize=477608 memory=454232 CPUtime=1842.11 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 514654 0 0 0 184172 39 0 0 20 0 1 0 435580104 489070592 113558 33554432000 4194304 6211092 140720689248160 140720689245816 5441135 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119402 113558 862 493 0 112707 0
Current children cumulated CPU time: 1842.11 s
Current children cumulated vsize: 477608 KiB
Current children cumulated memory: 454232 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23453
/proc/meminfo: memFree=29812896/32770624 swapFree=67025980/67108860
[pid=23219] ppid=23216 vsize=477608 memory=454232 CPUtime=1902.12 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 515327 0 0 0 190172 40 0 0 20 0 1 0 435580104 489070592 113558 33554432000 4194304 6211092 140720689248160 140720689245816 5441074 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119402 113558 862 493 0 112707 0
Current children cumulated CPU time: 1902.12 s
Current children cumulated vsize: 477608 KiB
Current children cumulated memory: 454232 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23459
/proc/meminfo: memFree=29811656/32770624 swapFree=67025980/67108860
[pid=23219] ppid=23216 vsize=478004 memory=454588 CPUtime=1962.11 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 516113 0 0 0 196171 40 0 0 20 0 1 0 435580104 489476096 113647 33554432000 4194304 6211092 140720689248160 140720689245816 5069369 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119501 113647 862 493 0 112806 0
Current children cumulated CPU time: 1962.11 s
Current children cumulated vsize: 478004 KiB
Current children cumulated memory: 454588 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23470
/proc/meminfo: memFree=29810728/32770624 swapFree=67025984/67108860
[pid=23219] ppid=23216 vsize=478928 memory=455316 CPUtime=2022.1 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 516834 0 0 0 202170 40 0 0 20 0 1 0 435580104 490422272 113829 33554432000 4194304 6211092 140720689248160 140720689245816 139643519454030 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119732 113829 862 493 0 113037 0
Current children cumulated CPU time: 2022.1 s
Current children cumulated vsize: 478928 KiB
Current children cumulated memory: 455316 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23474
/proc/meminfo: memFree=29810476/32770624 swapFree=67025984/67108860
[pid=23219] ppid=23216 vsize=479588 memory=456096 CPUtime=2082.1 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 517774 0 0 0 208170 40 0 0 20 0 1 0 435580104 491098112 114024 33554432000 4194304 6211092 140720689248160 140720689245816 5446279 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119897 114024 862 493 0 113202 0
Current children cumulated CPU time: 2082.1 s
Current children cumulated vsize: 479588 KiB
Current children cumulated memory: 456096 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23480
/proc/meminfo: memFree=29809404/32770624 swapFree=67025984/67108860
[pid=23219] ppid=23216 vsize=479984 memory=456576 CPUtime=2142.09 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 518553 0 0 0 214169 40 0 0 20 0 1 0 435580104 491503616 114144 33554432000 4194304 6211092 140720689248160 140720689245816 5476857 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119996 114144 862 493 0 113301 0
Current children cumulated CPU time: 2142.09 s
Current children cumulated vsize: 479984 KiB
Current children cumulated memory: 456576 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23484
/proc/meminfo: memFree=29809444/32770624 swapFree=67025984/67108860
[pid=23219] ppid=23216 vsize=479984 memory=456588 CPUtime=2202.09 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 519131 0 0 0 220169 40 0 0 20 0 1 0 435580104 491503616 114147 33554432000 4194304 6211092 140720689248160 140720689245816 5451482 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 119996 114147 862 493 0 113301 0
Current children cumulated CPU time: 2202.09 s
Current children cumulated vsize: 479984 KiB
Current children cumulated memory: 456588 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23488
/proc/meminfo: memFree=29809464/32770624 swapFree=67025984/67108860
[pid=23219] ppid=23216 vsize=480380 memory=456852 CPUtime=2262.08 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 519734 0 0 0 226168 40 0 0 20 0 1 0 435580104 491909120 114213 33554432000 4194304 6211092 140720689248160 140720689245816 5440690 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 120095 114213 862 493 0 113400 0
Current children cumulated CPU time: 2262.08 s
Current children cumulated vsize: 480380 KiB
Current children cumulated memory: 456852 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23495
/proc/meminfo: memFree=29809112/32770624 swapFree=67025988/67108860
[pid=23219] ppid=23216 vsize=480380 memory=456952 CPUtime=2322.08 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 520236 0 0 0 232168 40 0 0 20 0 1 0 435580104 491909120 114238 33554432000 4194304 6211092 140720689248160 140720689245816 4982096 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 120095 114238 862 493 0 113400 0
Current children cumulated CPU time: 2322.08 s
Current children cumulated vsize: 480380 KiB
Current children cumulated memory: 456952 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23499
/proc/meminfo: memFree=29809324/32770624 swapFree=67025988/67108860
[pid=23219] ppid=23216 vsize=480908 memory=457304 CPUtime=2382.07 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 520968 0 0 0 238167 40 0 0 20 0 1 0 435580104 492449792 114326 33554432000 4194304 6211092 140720689248160 140720689245816 5451469 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 120227 114326 862 493 0 113532 0
Current children cumulated CPU time: 2382.07 s
Current children cumulated vsize: 480908 KiB
Current children cumulated memory: 457304 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23503
/proc/meminfo: memFree=29809248/32770624 swapFree=67025988/67108860
[pid=23219] ppid=23216 vsize=481040 memory=457600 CPUtime=2442.07 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 521593 0 0 0 244167 40 0 0 20 0 1 0 435580104 492584960 114400 33554432000 4194304 6211092 140720689248160 140720689245816 5439828 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 120260 114400 862 493 0 113565 0
Current children cumulated CPU time: 2442.07 s
Current children cumulated vsize: 481040 KiB
Current children cumulated memory: 457600 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23510
/proc/meminfo: memFree=29808672/32770624 swapFree=67025992/67108860
[pid=23219] ppid=23216 vsize=481040 memory=457672 CPUtime=2502.06 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 522221 0 0 0 250166 40 0 0 20 0 1 0 435580104 492584960 114418 33554432000 4194304 6211092 140720689248160 140720689245816 5451507 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 120260 114418 862 493 0 113565 0
Current children cumulated CPU time: 2502.06 s
Current children cumulated vsize: 481040 KiB
Current children cumulated memory: 457672 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 23510
/proc/meminfo: memFree=29808612/32770624 swapFree=67025992/67108860
[pid=23219] ppid=23216 vsize=481172 memory=457676 CPUtime=2519.77 cores=0,2,4,6
/proc/23219/stat : 23219 (cosoco) R 23216 23219 19001 0 -1 4202496 522523 0 0 0 251937 40 0 0 20 0 1 0 435580104 492720128 114419 33554432000 4194304 6211092 140720689248160 140720689245816 5443080 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 24514560 140720689255435 140720689255537 140720689255537 140720689258446 0
/proc/23219/statm: 120293 114419 862 493 0 113598 0
Current children cumulated CPU time: 2519.77 s
Current children cumulated vsize: 481172 KiB
Current children cumulated memory: 457676 KiB

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

[startup+2520.01 s]
# the end of solver process 23219 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.37 s, system=0.404964 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.78
CPU user time (s): 2519.37
CPU system time (s): 0.404964
CPU usage (%): 99.9907
Max. virtual memory (cumulated for all children) (KiB): 481172
Max. memory (cumulated for all children) (KiB): 457676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.37
system time used= 0.404964
maximum resident set size= 457764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522562
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= 33
involuntary context switches= 3153


# summary of solver processes directly reported to runsolver:
#   pid: 23219
#   total CPU time (s): 2519.78
#   total CPU user time (s): 2519.37
#   total CPU system time (s): 0.404964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.31948 second user time and 18.0669 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-16 02:17:15
IDJOB=4396859
IDBENCH=138476
IDSOLVER=2848
FILE ID=node150/4396859-1568593075
RUNJOBID= node150-1568572744-19032
PBS_JOBID= 21703307
Free space on /tmp= 59364 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-4396859-1568593075/watcher-4396859-1568593075 -o /tmp/evaluation-result-4396859-1568593075/solver-4396859-1568593075 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568572744-19032 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4396859-1568593075.xml

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

MD5SUM BENCH= 60f46a78fc335bdeaa2bda0ed3237a46
RANDOM SEED=2113842222

node150.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.79
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.79
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.79
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.79
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:        30150144 kB
MemAvailable:   31720916 kB
Buffers:          176384 kB
Cached:          1654668 kB
SwapCached:        11932 kB
Active:           949024 kB
Inactive:        1049444 kB
Active(anon):     126668 kB
Inactive(anon):    78440 kB
Active(file):     822356 kB
Inactive(file):   971004 kB
Unevictable:      109504 kB
Mlocked:          109504 kB
SwapTotal:      67108860 kB
SwapFree:       67025976 kB
Dirty:              2516 kB
Writeback:             0 kB
AnonPages:        277364 kB
Mapped:            46540 kB
Shmem:             29468 kB
Slab:             216388 kB
SReclaimable:     186492 kB
SUnreclaim:        29896 kB
KernelStack:        3760 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     657248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59364 MiB
End job on node150 at 2019-09-16 02:59:16